Skip to Content
0
Former Member
Sep 11, 2007 at 07:32 AM

how to use BAPI in program

73 Views

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.