Skip to Content
0
Former Member
Apr 24, 2009 at 01:59 PM

How to send Internal table records to Idoc Inbound posting FM to create Ido

266 Views

Hello Experts,

I have all the data necessary to create shipments in one internal table inside my ABAP program.

I can use BAPI_SHIPMENT_CREATE to create shipments. But associated with this BAPi there is one ALE message type SHIPMENT_CREATEFROMDATA. Now my requirement is to use this message type to cretae my shipments via idocs for one scenario for some of the records in the internal table.

For this message type, I got the inbound function module IDOC_INPUT_SHIPMENT_CREATEFROM from TBDBE table.

Can anybody please let me know how to send the data from the internal table to this inbound function module?

Becasue it has mandatory parameters INPUT_METHOD, MASS_PROCESSING. What values should be passed to these parameters if the data has to be sent to this function module?

Regards.