Versions Compared

Key

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

...

  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
      1. 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.
      2. Do your processing, write the output file and accummulate control totals.
      3. Call Z_UT_END_OF_OUTBOUND with the key (in the ZJOBRUN2 table) for the output file and the contents of the control record.
      4. For more information on file_mgmt_outbound

Tracking job status using ZJOBRUN2

3. BAPI & User Exits

4. Making Programs Obsolete

...