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.