cancel
Showing results for 
Search instead for 
Did you mean: 

create source list ME01 using IDOC/other methods in abap report

Shreyas5
Explorer
0 Kudos
86

i want to create update and delete source list in me01.

i have used DMC_MIG_SOURCE_LIST but its not fulfilling my purpose. 
Is there any other way to create it like idoc or bapi ? 

Accepted Solutions (0)

Answers (1)

Answers (1)

raymond_giuseppi
Active Contributor
0 Kudos

Did you already try

  • IDOC SRCLST / SRCLST01 

At least IDOC should provide the Insert function

Else use following FM (unreleased) to replicate IDOC_INPUT_SCRLST behavior

  • ME_INITIALIZE_SOURCE_LIST
  • ME_DIRECT_INPUT_SOURCE_LIST
  • ME_POST_SOURCE_LIST_NEW
  • ME_WRITE_DISP_RECORD_SOS
  • COMMIT WORK AND WAIT

For BAPI, I only know a read one BAPI_SOURCEDETERMIN_GETSOS

raymond_giuseppi
Active Contributor
(else go the old way with batch input)