Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2. Interface: Processing Inbound & Outbound Files

  1. Processing Inbound Files to SAP
    1. SAP DROPBOX for the inbound data feeds from the MIT business partners
    2. What SAP application programmers do to process inbound files
    3. Inbound interface filename determination
  2. Processing Outbound Files to the MIT business partners
    1. 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
  1. 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'.

...