Ansicht
Dokumentation

EDI_AGREE_OUT_IDOC_INSERT - Insert new entry (process code) in EDP12

EDI_AGREE_OUT_IDOC_INSERT - Insert new entry (process code) in EDP12

rdisp/max_wprun_time - Maximum work process run time   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module inserts an entry into the outbound table for message control for EDI partner profiles.

The data is transferred in the EDP12 structure.

Example

Creating 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 = space.

call function 'EDI_AGREE_OUT_IDOC_INSERT'
exporting
rec_edp12 = edp12
exceptions
db_error = 1
entry_already_exist = 2

parameter_error = 3
others = 4.

Notes

Further information





Parameters

REC_EDP12

Exceptions

DB_ERROR
ENTRY_ALREADY_EXIST
PARAMETER_ERROR

Function Group

EDI6

Addresses (Business Address Services)   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.

Length: 1197 Date: 20240523 Time: 114445     sap01-206 ( 17 ms )