‎2007 Mar 01 9:05 AM
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
‎2007 Mar 01 9:15 AM
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á
‎2007 Mar 01 9:15 AM
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á
‎2007 Mar 26 9:44 AM
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
‎2007 Mar 01 9:52 AM
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
‎2007 Mar 07 4:55 AM
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