cancel
Showing results for 
Search instead for 
Did you mean: 

how bapi can be used in sd module.

Former Member
0 Kudos

hi gurus

can any one elobarate on Bapi what is the use of it. how it will be use ful for the sd guys.

thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nag,

BAPI : BAPI basically works like a function module. the major difference being that it can work like a RFC. That means it can work from system to system. Mostly the name of a BAPI can be seen in se37 by just giving BAPI_* F4 and you will see a lot of BAPIS

http://www.planetsap.com/SAP46B_BAPI_LIST.htm

http://www.planetsap.com/LIST_ALL_BAPIs.htm

we have a scenario where our client uses a third party software for the plant. The orders generated there all get converted into an XML file. The XML file is read by a BAPI, to create sales order in SAP. This BAPI runs as a batch job at a scheduled time the orders get created.

Incase of any order failing in SAP, we check the XML going to the BAPI and find the reason and make the necessary corrections.

http://help.sap.com/saphelp_47x200/helpdata/en/5c/f3f0371bc15d73e10000009b38f8cf/content.htm

Hope It Helps You..

Regards..

Praveen Kumar.D