Sign up to join our community!
Please sign in to your account!
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
How to delete Outbound Delivery in EWM using ABAP
Thank you, It worked
Thank you, It worked
See lessFM to Get task from a delivery
Hi Marianne, You can get it. follow these steps. Get DOCID from /SCDL/PROCH_I or /SCDL/PROCH_O table by passing document number Pass DOCID in /SCWM/ORDIM_O and /SCWM/ORDIM_C table and get all open/confirmed tasks. let me know if you need further help on this.
Hi Marianne,
You can get it. follow these steps.
Get DOCID from /SCDL/PROCH_I or /SCDL/PROCH_O table by passing document number
Pass DOCID in /SCWM/ORDIM_O and /SCWM/ORDIM_C table and get all open/confirmed tasks.
let me know if you need further help on this.
See lessWhat is the simplest way to read HU in EWM using classes not Query
Here is the sample code to read HU Create Instance for /scwm/cl_wm_packing class *--Get docid from the source HU CALL METHOD /scwm/cl_wm_packing=>get_instance IMPORTING eo_instance = DATA(lo_wm_pack). * --init warehouse,application CALL METHOD lo_wm_pack->init_pacRead more
Here is the sample code to read HU
See lessCreate TU in SAP Extended Warehouse Management – EWM
This is Working Code
This is Working Code
See lessCreate Multiple ALVs in single container(SALV)
Above code is working!!
Above code is working!!
See less