Welcome To SAPEWM HELP
Ask questions and get real answers from real Experts. Get instant solutions for your SAP Extended Warehouse Management ABAP FICO BASIS and other Modules challenges. Experts from SAP community will help you resolve you issues, optimize processes, and provide guidance.
Create A New AccountOur Statistics
- Questions 274
- Answers 49
- Best Answers 0
- Users 23
SET PARAMETER ID AND GET PARAMETER ID
I think this is not how PARAMETER ID is intended to be used. For transfering values from and to memory you should use MEMORY ID (EXPORT TO or IMPORT FROM).
I think this is not how PARAMETER ID is intended to be used. For transfering values from and to memory you should use MEMORY ID (EXPORT TO or IMPORT FROM).
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