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

viceversa

Former Member
0 Likes
753

How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?

5 REPLIES 5
Read only

Former Member
0 Likes
726

Hi Aravind,

BDC is used to transfer the data from legacy system to SAP system & viceversa...

We can send the files from SAP to leagacy system thru datasets (open dataset for output...) & GUI_download (F'n Module)..

Regards,

Younus

<b>Reward Helpful Answers:-)</b>

Read only

Former Member
0 Likes
726

To check if the data has come onto the SAP server check ur data in the Master tables that have got updated by your data transfer.

Read only

Former Member
0 Likes
726

hi,

to transfer data from legacy to SAP we use BDC or LSMW.

from SAp to leagcy we use BAPI's

Read only

Former Member
0 Likes
726

Hi aravid,

<b>In SAP, you have four different ways , you can send your files.

1. BDC

2. LSMW ( internally BDC/BAPI/IDOC)

3. IDOC

4. BAPI

You can have an trigger by OPen data set to know the files on the application SAP server.</b>

Thanks

Manju.

Read only

Former Member
0 Likes
726

hey thanks for giving me the valuable answers.