Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

bapi

Former Member
0 Likes
376

hi experts

what is bapi, how can i upload sales ordes va01 using bapi ,give detaled program , and please explain me each functin module .

radhakrishna.

3 REPLIES 3
Read only

Former Member
0 Likes
359

BAPI IS simply a function module with business objects integrated in it.

u can use BAPI_SALESORDER_CREATE bapi for creating sales orders..

reward points if useful...

Read only

Former Member
0 Likes
359

BAPI-step by step procedure

http://www.sapgenie.com/abap/bapi/example.htm

list of all BAPI's

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

Rewards if useful............

Minal

Read only

Former Member
0 Likes
359

hi,

BAPI are like enhanced versions of RFC's..

Through BAPI you can fetch/place the data from Third party tools, if you use them outside SAP.

to create SO use this BAPI

BAPI_SALESORDER_CREATEFROMDAT1

<b>Reward points if useful</b>

Cahdnra