...
2. Interface: Processing Inbound & Outbound Files
- Processing Inbound Files to SAP
- SAP DROPBOX for the inbound data feeds from the MIT business partners
- What SAP application programmers do to process inbound files
- Inbound interface filename determination
- Processing Outbound Files to the MIT business partners
- What SAP application programmers do to process outbound files
- Call Z_UT_START_OF_OUTBOUND with the (4-char) provider and the (3-char) feed code to obtain the pathname of your output file.
- Do your processing, write the output file and accummulate control totals.
- Call Z_UT_END_OF_OUTBOUND with the key (in the ZJOBRUN2 table) for the output file and the contents of the control record.
- For more information on
- Tracking job status using ZJOBRUN2
3. BAPI & User Exits
4. Making Programs Obsolete
...
FUNCTION Z_INSERT_TR_ACCOUNT .
******* This function module is OBSOLETE * ********
MESSAGE ID 'ZZ' TYPE 'X' NUMBER '132' WITH
'Function module' 'Z_INSERT_TR_ACCOUNT'.
...