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 Code Required

Former Member
0 Likes
594

Hi Experts,

I need to transfer huge amount of data from Legacy system to SAP system. Can any one provide me with the code for data transfer. ( Like that of XK01, XD01, VA01, etc...... transaction codes) using BAPI. Also can u mention the specific FM's used.

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
561

Hi!

For uploading master data from text files, I think the best idea for you to use transaction SCAT. It is really easy to use and easy to learn. You can skip a lot of programming.

I think you might this transaction for XD01, XK01.

For VA01, you can use FM: BAPI_SALESORDER_CREATEFROMDATA, BAPI_SALESORDER_CREATEFROMDAT1, BAPI_SALESORDER_CREATEFROMDAT2.

You might even check transaction BAPI.

Regards

Tamá

4 REPLIES 4
Read only

Former Member
0 Likes
562

Hi!

For uploading master data from text files, I think the best idea for you to use transaction SCAT. It is really easy to use and easy to learn. You can skip a lot of programming.

I think you might this transaction for XD01, XK01.

For VA01, you can use FM: BAPI_SALESORDER_CREATEFROMDATA, BAPI_SALESORDER_CREATEFROMDAT1, BAPI_SALESORDER_CREATEFROMDAT2.

You might even check transaction BAPI.

Regards

Tamá

Read only

0 Likes
561

Hi Tamas,

Can you provide me the info regarding the use of FM given ,i.e. in the coding way.

Will be surely rewarded.

Regards

Read only

Former Member
0 Likes
561

Hi Raj,

VA01 - BAPI_SALESORDER_CREATEFROMDAT2

XK01 - BAPI_VENDOR_CREATE

BAPI_CUSTOMER_CREATEFROMDATA1

Also refer the programs RFBIKR00 and RFBIDE00.

BAPI_CUSTOMER_CHANGEFROMDATA1

Check this links

http://help.sap.com/saphelp_47x200/helpdata/EN/01/a9b53e455711d182b40000e829fbfe/frameset.htm

XD01

BAPI_CUSTOMER_CHANGEFROMDATA

BAPI_CUSTOMER_CHANGEFROMDATA1

BAPI_CUSTOMER_CREATEFROMDATA

BAPI_CUSTOMER_CREATEFROMDATA1

<b>

<b>Reward Points if Useful...</b>

All the Best

Gokul

Read only

0 Likes
561

Hi gokul,

Can u provide me the program where we can use the same FM's for the XD01, XK01, VA01, MM01, etc.

Thanks for the answer and also will be rewarded.

Regards