‎2004 Aug 19 2:25 PM
Hi,
Can anyone explain me how to find a BAPI which will create a outbound IDOC(any type)
Regards,
Saji
‎2004 Aug 19 5:38 PM
You can use function module MASTER_IDOC_DISTRIBUTE. If you need an RFC function module, you can create a custom function module that will call MASTER_IDOC_DISTRIBUTE.
‎2004 Aug 19 5:46 PM
That is right, what I would like to know is whether we have any Standard SAP BAPI's which serve's this purpose.
‎2004 Aug 19 6:29 PM
Transaction BAPI will list the available standard SAP supplied BAPI's
‎2004 Aug 19 7:53 PM
There is no BAPI that produce an outbound Idoc. Bapi is just a function module with RFC enabled. Normally Bapi is created so that it can be called from an external system. And outbound Idoc is sending data from R/3 to external system not from an external system to another external system thru R/3. Because of this, I think that is why SAP does not produce Bapi for outbound Idoc. If you look at MASTER_IDOC_DISTRIBUTE, it is not RFC enable.