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

how to use BAPI in program

Former Member
0 Likes
408

Hi

i have some data in the Legacy file and i have to update in SAP. For that I have to use BAPI, which is ME_DIRECT_INPUT_SOURCE_LIST in the program not in LSMW.

so i have to use

Function ME_INITIALIZE_SOURCE_LIST to initialize the structures and tables

Function ME_DIRECT_INPUT_SOURCE_LIST to enter the data (see data mapping below)

Function ME_POST_SOURCE_LIST_NEW to save the source list.

But i don't know how to use this in the program.

Please help me to solve this problem.

1 REPLY 1
Read only

Former Member
0 Likes
335

Please check this FM - IDOC_INPUT_SRCLST, atleast you will one rough idea about mentioned FM's