Ansicht
Dokumentation

EDI_PORT_DUPLICATE_FILE - IDoc: Kopieren eines Datei-Ports

EDI_PORT_DUPLICATE_FILE - IDoc: Kopieren eines Datei-Ports

General Data in Customer Master   CL_GUI_FRONTEND_SERVICES - Frontend Services  
Diese Dokumentation steht unter dem Copyright der SAP AG.
SAP E-Book

Funktionalität

Kopieren der Portbeschreibung für einen Datei-Port (Kommunikation mit einem EDI-Subsystem über eine Datei)

Beispiel

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

port = 'EDIS00'.
dupl_port = 'EDIS01'.
call function 'EDI_PORT_DUPLICATE_FILE'
exporting
port_original = port
port_duplicate = dupl_port
exceptions
port_original_not_exist = 1
port_not_type_file = 2
error_in_add = 3
others = 4.
...

&HINTS

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

  • 2. Eintrag in spezieller Tabelle EDIPOD

  • 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_FILE
PORT_ORIGINAL_NOT_EXIST

Funktionsgruppe

EDIO

ROGBILLS - Synchronize billing plans   PERFORM Short Reference  
Diese Dokumentation steht unter dem Copyright der SAP AG.

Length: 1504 Date: 20240523 Time: 150308     sap01-206 ( 19 ms )