Ansicht
Dokumentation

EDI_PORT_DUPLICATE_R2 - IDoc: Kopieren eines R/2-Ports

EDI_PORT_DUPLICATE_R2 - IDoc: Kopieren eines R/2-Ports

rdisp/max_wprun_time - Maximum work process run time   General Material Data  
Diese Dokumentation steht unter dem Copyright der SAP AG.
SAP E-Book

Funktionalität

Kopieren der Portbeschreibung für einen R/2-Port (Verbindung zu einem R/2-System mit CPIC)

Beispiel

Kopieren des Ports 'SYSK50':
...
tables: ediport.
data : port like ediport-port,
dupl_port like edipo-port.

port = 'SYSK50'.
dupl_port = 'SYSK51'.
call function 'EDI_PORT_DUPLICATE_R2'
exporting
port_original = port
port_duplicate = dupl_port
exceptions
port_original_not_exist = 1
port_not_type_r2 = 2
error_in_add = 3
others = 4.
...

&HINTS

  • Es werden hinzugefügt:
  • 1. Eintrag in allgemeiner Porttabelle EDIPORT

  • 2. Eintrag in spezieller Tabelle EDIPO2

  • Es erfolgt k e i n COMMIT WORK

Weiterführende Informationen





Parameter

PORT_DUPLICATE
PORT_ORIGINAL

Ausnahmen

ERROR_IN_ADD
PORT_DUPLICATE_EMPTY
PORT_NOT_TYPE_R2
PORT_ORIGINAL_NOT_EXIST

Funktionsgruppe

EDIO

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   Fill RESBD Structure from EBP Component Structure  
Diese Dokumentation steht unter dem Copyright der SAP AG.

Length: 1459 Date: 20240523 Time: 134723     sap01-206 ( 22 ms )