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

how to transfer the data by using bapi?

Former Member
0 Likes
944

Hi , i wan to know how to tranfer the date by using bapi? exlain the methods to tranfer data by using bapi///

2 REPLIES 2
Read only

Former Member
0 Likes
651

Hi,

BAPI are standard Fm created by SAP, ofci=ource you have your own

Go to transaction BAPI .. you will find all the bapi..

for eg for sales creation you can find a BAPI and look at it in BAPI Tcode..

BAPI_SALESORDER_CREATEFROMDAT2

You can use this method to create sales orders.

Pass the values this Bapi needs(just works like a FM)..

If any errors BAPI return table holds all the BAPI errors..

rewards if useful,

regards,

nazeer