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 upload data using bapi's for me51n

Former Member
0 Likes
710

Hi,

I am new to sap , I worked with bdc's but i don't have idea to upload data thru bapi's so plz send a dummy code how to write a program with the help of bapi's,currently i need to upload data for me51n t-code.

Hi,

I am new to sap , I worked with bdc's but i don't have idea to upload data thru bapi's so plz send a dummy code how to write a program with the help of bapi's,currently i need to upload data for me51n t-code.

3 REPLIES 3
Read only

Former Member
0 Likes
615

Please use this BAPI BAPI_REQUISITION_CREATE.

Hope this will help.

for example just go through...

http://www.sap-img.com/bapi.htm

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

Message was edited by: kishan negi

Read only

vinod_gunaware2
Active Contributor
0 Likes
615
Read only

Former Member
0 Likes
615

Don't forget to use BAPI_TRANSACTION_COMMIT after the initial bapi to have the changes take effect and use the message table returned instead of sy-subrc which appearently doesn't work correct.