How do you send files to the legacy systems from SAP and
vice versa?
Answer Posted / s.khan
To send files from legacy to sap use LSMW/
To send files from SAP to legacy use BAPI function modules.
ex. BAPI_SALESORDER_GETLIST. for getting sales data from sap
to flat file, or u can use BDC.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the functional modules used in sequence in bdc? : abap bdc
What is use of transparent table in abap? How it is different from pool tables?
What are conversion routines? : abap data dictionary
What are conditional chain statement?
In which particular scenario we use sorted table and which particular scenario we use standard table?
What are the components of sapscript?
On which event we can validate the input fields in module programs?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
How many primary keys can be created for a table?
How do you set up background jobs in sap?
How to read files and process BDC's automatically ?
How do you write a function module in sap?
What is table attribute? : abap data dictionary
Explain how is batch input process different from processing on line?