...
- Processing Inbound Files to SAP
- SAP DROPBOX for the inbound data feeds from the MIT business partnerspartnersThe dropbox is the standard method for data providers to automatically deliver files created outside of SAP as feeds into MIT's SAP R/3 environments. Data providers must be registered with the dropbox. These providers FTP data files to the dropbox. Based on a combination of file naming conventions and registered dropbox userids, the files are automatically delivered to the appropriate MIT SAP R/3 environment. For more information on MIT SAP Dropbox
- What SAP application programmers do to process inbound files
- Inbound interface filename file name 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 file_mgmt_outbound
- What SAP application programmers do to process outbound files
- Tracking job status using ZJOBRUN2
...