Hello,

Sign up to join our community!

Welcome Back,

Please sign in to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

You must login to ask a question.

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.

SAP EWM

SAP Extended Warehouse Management

Share
Followers
37 Answers
53 Questions

SAP EWM Help Latest Questions

TRY.          lo_tu_cntrl->create_new_bo_tu( EXPORTING is_bo_tu_new = ls_new_tu_head                                         IMPORTING eo_bo_tu     = eo_bo_tu ). IF eo_bo_tu IS BOUND.             es_tu_act_num = eo_bo_tu->get_num( ).             APPEND es_tu_act_num TO lt_inkeys.          ENDIF.             lo_tu_cntrl->save( ). *--Commit work             COMMIT WORK AND WAIT.             tu_num = es_tu_act_num-tu_num.             "Log something in case of success           CATCH /scwm/cx_sr_error INTO lo_tu_exception.             ROLLBACK WORK. *--Log something in case of error

In an SAP S/4HANA Embedded EWM system, warehouse operators are confirming picking using RF devices successfully. However, even after RF picking confirmation: Issue Description: Warehouse Tasks are confirmed Picking status appears complete Stock is moved to staging area But Goods Issue (GI) is not posted Outbound delivery ...

We are designing the Physical Inventory (PI) process in SAP EWM for a warehouse that must meet strict internal and external audit requirements while keeping daily operations running smoothly. Business Scenario: Large warehouse with 100,000+ bins Multiple storage types (high rack, ...

In an SAP S/4HANA Embedded EWM system, Warehouse Orders (WO) are being created successfully after Warehouse Task (WT) generation. However, the WOs are not getting assigned to any warehouse resource automatically. Issue Description: Warehouse Tasks are created Warehouse Orders are generated Queue is determined But no ...

In an SAP S/4HANA Embedded EWM implementation for a pharmaceutical client, we are handling products with strict shelf life (SLED) requirements. Business requirement: During outbound picking, the system should propose only those batches or HUs which have a minimum remaining shelf life ...

In an SAP S/4HANA Embedded EWM system, we are facing an issue where posting change is not triggered automatically after Goods Receipt (GR). Issue Description: Goods Receipt is completed successfully Stock is visible in EWM However, stock type does not change as expected Posting Change ...