Ansicht
Dokumentation

EDI_AGREE_OUT_IDOC_UPDATE - Change outbound profile in EDP12

EDI_AGREE_OUT_IDOC_UPDATE - Change outbound profile in EDP12

Fill RESBD Structure from EBP Component Structure   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module changes an entry in the outbound table for message control for EDI partner profiles.

The data is transferred in the EDP12 structure.

Example

Changing the outbound data for partner EDI-VEND, partner type LI:

tables: edp12.

edp12-rcvprn = 'EDI-VEND'.
edp12-rcvprt = 'LI'.
edp12-rcvpfc = space.
edp12-kappl = 'EF'.
edp12-kschl = 'NEU'.
edp12-aende = space.
edp12-evcoda = 'ZODP'.
edp12-mestyp = 'ORDERS'.
edp12-mescod = space.
edp12-mesfct = space.
edp12-test = 'X'.

call function 'EDI_AGREE_OUT_IDOC_UPDATE'
exporting
rec_edp12 = edp12
exceptions
db_error = 1
entry_not_exist = 2

parameter_error = 3
others = 4.

Notes

Further information





Parameters

REC_EDP12

Exceptions

DB_ERROR
ENTRY_NOT_EXIST
PARAMETER_ERROR

Function Group

EDI6

rdisp/max_wprun_time - Maximum work process run time   BAL Application Log Documentation  
This documentation is copyright by SAP AG.

Length: 1171 Date: 20240523 Time: 101006     sap01-206 ( 19 ms )