SAP Function SAMPLE_PROCESS_00002020 - Beschreibung der Prozess-Schnittstelle 00002020

Parameter Reference Type Length Default Optional Text
I_DTAM100 DTAM100 u 1554 Vorschlagswerte vom SAP-System
I_FORMAT T042OFI-FORMT C 30 abweichendes Format
I_REGUH REGUH u 1884 Daten auf Zahlungsbelegebene

Parameter Reference Type Length Text
E_DTAM100 DTAM100 u 1554 Ausgabewerte des Prozessbausteins

Parameter Reference Length Optional Text
T_DTAM100V DTAM100V 1032 Übergabetabelle für neue Felder
T_REGUP REGUP 1496 Tabelle der Einzelposten


DEFINE &TEXT& = 'DME, payment order'
DEFINE &EVENT& = '00002020'
DEFINE &TYPE& = 'PROCESS'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX LANGUAGE EN

PROCESS
This process is part of report program RFFOM100, used for creatingpayment media in a special format that differs from the standard formatMT100. It is called up at the Event WRITE_DATA and is used for creatingthe transaction record. It is only called up if an alternative formathas been specified on the selection screen of report program RFFOM100and if the "Function module required for record" checkbox has beenselected for that format in the view "Events for MT100 and other DMEformats" (View V_T042OFI).

INTERFACE
I_FORMAT
Description of alternative format.
I_REGUH
Structure with payment data from the payment program at paymentdocument level.
I_DTAM100
This structure contains selected fields from format MT100 with thevalues as set by SAP.
E_DTAM100
Export struture for the MT100 data record; the fields changed by themaximum process for format MT100 are transferred back in thisstructure.
T_REGUP
Table T_REGUP contains those line items from the payment program thatare assigned to the entry in the structure I_REGUH and have alreadybeen processed.
T_DTAM100V
Table T_DTAM100V is used to export the transaction record created inthe maximum process.