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

abap

Former Member
0 Likes
520

hi,

 How we can Upload sales orders from legacy system to SAP using BDC.

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
494

The Legacy system means you will have a flat file data to be upload .Do a recording for sales order entry and write a bdc or trying using LSMW.

pLEASE REward if useful.

4 REPLIES 4
Read only

Former Member
0 Likes
495

The Legacy system means you will have a flat file data to be upload .Do a recording for sales order entry and write a bdc or trying using LSMW.

pLEASE REward if useful.

Read only

0 Likes
494

thanks .

Read only

Former Member
0 Likes
494

Hi ganesh,

You can upload these files using fm gui_upload, give the path of the file, store it in an internal table and you can use it in BDC.

Message was edited by:

Pradeep Kumar

Read only

Former Member
0 Likes
494

Hi,

You can refer a sample VA01 BDC steps in,

http://www.utdallas.edu/~lnwang/homepage/project/bdc.pdf

Regards,

Hema.

    • Reward points if it is useful.