Creating an input card and configuring outbound processing
Create an input card that specifies JALE for the Source setting.
When the R/3 adapter is specified as the input card source, it performs the RFCs required to ensure successful communication of server IDoc outbound data from the R/3 system. The data is retrieved and passed through memory buffers into the executing map for transformation into the destination target format.
To obtain an IDoc (DEBMAS) from the SAP system and pass it to the map
To obtain the information on the status and the data of the IDoc
If the partner profile is configured for Dispatch immediate, a map immediately executes for each transmitted IDoc. For example, if five IDocs are generated, five maps will execute. However, if the partner profile is configured for Collect IDocs, it is necessary to dispatch the IDocs. Do this by using transaction BD88 or by scheduling the job RSEOUT00. Maps will execute after this job completes. The number of map instances depends on the number of IDocs collected in a packet as defined in the partner profile. If the defined number of IDocs per packet is 20 and five IDocs are generated, one map will execute.
During a map execution, the status information displays: map name, status, elapsed time, input, output, and number of objects.