Ansicht
Dokumentation

EDI_AGREE_PARTNER_UPDATE - Change partner in EDPP1

EDI_AGREE_PARTNER_UPDATE - Change partner in EDPP1

CPI1466 during Backup   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module changes an existing header entry for the EDI partner profiles.

The data has the structure EDPP1, for example in its work area.

Example

Change the header data for the partner EDI-VEND, partner type LI:

tables: edpp1.

edpp1-parnum = 'EDI-VEND'.
edpp1-partyp = 'LI'.
edpp1-class = 'OIL'.
edpp1-matlvl = 'A'.
edpp1-test = 'X'.
edpp1-archiv = ' '.
edpp1-usrtyp = 'US'.
edpp1-usrlng = 'E'.
edpp1-usrlng = 'ERIC'.

call function 'EDI_AGREE_PARTNER_UPDATE'
exporting
rec_edpp1 = edpp1
no_ptype_check = ' '
exceptions
db_error = 1
entry_not_exist = 2
parameter_error = 3
others = 4.

Notes

Further information





Parameters

NO_PTYPE_CHECK
REC_EDPP1

Exceptions

DB_ERROR
ENTRY_NOT_EXIST
PARAMETER_ERROR

Function Group

EDI6

rdisp/max_wprun_time - Maximum work process run time   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 1192 Date: 20240523 Time: 084702     sap01-206 ( 18 ms )