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

uploading data from legacy systems

Former Member
0 Likes
632

how can we upload data from legacy system to sap using bapi function module?

how can we catch logs from session method and place it in some file?

how can we upload data from legacy system to sap using bapi function module?

how can we catch logs from session method and place it in some file?

4 REPLIES 4
Read only

Former Member
0 Likes
574

Hi,

That is the major advantage in BAPI.directly u can update R/3 using the standard BAPI function module...only the diff is after using this Fm u need to call one another FM for COMMIT WORK which we cant do in BDC.

Kishore.

Read only

0 Likes
574

tanks,

what is that fm to upload my flat file and what is that fm to give commit work?

regards ,

prasanna

Read only

0 Likes
574

hi

good

try use this BAPI

BAPI_FIXEDASSET_OVRTAKE_CREATE BAPI for Legacy Data Transfer

thanks

mrutyun^

Read only

Former Member
0 Likes
574

hi

good

1-yes you can use the BAPI function module to upload the data from legacy system to sap,

2-create a internal table and try to save the log message that you r getting at SM35

thanks

mrutyun^