HI All,
I managed to solve the issue. I used the class /SCWM/CL_UI_POST to do it.
The Steps are:
- instantiate /SCWM/CL_UI_POST ( object LR_UI_POST )
- Initialise /SCMB/CL_EES_DEFAULTS=>init to populate the defaults( Warehouse etc.)
- Populate the defaults using the esdus_manager received from step 2
- call METHOD lr_UI_post->('QUERY') to populate the internal table.
- Change the internal table to your specifications/needs ( eg:process type ,destination bins etc)
- CALL METHOD lr_UI_post->UPDATE to update the details
- call METHOD lr_UI_post->('EXECUTE')
- CALL METHOD lr_UI_post->('SAVE')
- Commit work and wait
Hope this helps and please change the thread to answered.
Regards,
Santosh