Ansicht
Dokumentation

EDI_AGREE_PARTNER_INSERT - Insert new partner in header table

EDI_AGREE_PARTNER_INSERT - Insert new partner in header table

ABAP Short Reference   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

Creates a new header enter (for a new partner) for the EDI partner profiles.

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

Example

Insert 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 = ' '.
edpp1-archiv = ' '.
edpp1-usrtyp = 'US'.
edpp1-usrlng = 'D'.
edpp1-usrlng = 'ERIC'.

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

Notes

Further information





Parameters

NO_PTYPE_CHECK
REC_EDPP1

Exceptions

DB_ERROR
ENTRY_ALREADY_EXIST
PARAMETER_ERROR

Function Group

EDI6

TXBHW - Original Tax Base Amount in Local Currency   General Data in Customer Master  
This documentation is copyright by SAP AG.

Length: 1193 Date: 20240523 Time: 120327     sap01-206 ( 18 ms )