Education
Share
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.
Warehouse Task Not Created Automatically in SAP EWM β What Could Be the Reason?
When Warehouse Tasks (WT) are not created automatically in SAP EWM even though stock and documents exist, the issue is usually related to configuration determination logic or process settings rather than system errors. Since: Stock is visible in the warehouse Delivery or GR document exists No queueRead more
When Warehouse Tasks (WT) are not created automatically in SAP EWM even though stock and documents exist, the issue is usually related to configuration determination logic or process settings rather than system errors.
Since:
Stock is visible in the warehouse
Delivery or GR document exists
No queue errors
No short dump
The system is most likely not able to determine the required parameters for automatic WT creation.
Letβs troubleshoot step by step.
π 1οΈβ£ Check Warehouse Process Type (WPT) Determination
The Warehouse Process Type (WPT) controls how Warehouse Tasks are created.
Check configuration in:
SPRO β EWM β Cross Process Settings β Warehouse Task β Determine Warehouse Process Type
Verify:
Correct WPT maintained for process
Activity area and document type mapped
WPT allows automatic WT creation
If WPT cannot be determined, the system will not create the Warehouse Task.
This is one of the most common root causes.
π 2οΈβ£ Verify Storage Type Search Sequence
For putaway or picking, the system must determine the correct destination storage type.
Check configuration in:
SPRO β EWM β Goods Receipt Process β Strategies β Define Storage Type Search Sequence
Verify:
Search sequence assigned to correct warehouse
Storage types maintained correctly
Storage type allows putaway or picking
If the system cannot determine a destination storage type, WT creation will fail.
π 3οΈβ£ Check Automatic WT Creation Indicator
For inbound or outbound processes, automatic WT creation must be enabled.
Check:
Inbound Delivery Type
or
Outbound Delivery Type configuration.
Path:
SPRO β EWM β Goods Receipt / Goods Issue Process β Delivery Processing
Ensure the automatic WT creation flag is active.
If this is disabled, WT must be created manually.
π 4οΈβ£ Verify Product Master Settings
Incorrect product master settings can prevent WT creation.
Check transaction:
/SCWM/MAT1
Verify:
Storage type data maintained
Putaway control indicator
Removal control indicator
Warehouse process type determination
Missing data here often prevents automatic WT creation.
π 5οΈβ£ Check Warehouse Monitor for Hidden Errors
Sometimes errors are not visible during processing.
Check in:
/SCWM/MON
Navigate to:
Warehouse Monitor β Documents β Warehouse Tasks
Also check:
Delivery status
Open warehouse requests
Incomplete tasks
This often reveals process inconsistencies.
π 6οΈβ£ Check Application Logs
If configuration looks correct, check logs.
Transaction:
SLG1
Suggested objects:
/SCWM/PUTAWAY
/SCWM/DELIVERY
Logs may show determination errors that are not displayed on the screen.
π 7οΈβ£ Check Queue Processing
Although you mentioned SMQ2 is clean, it is still important to confirm:
SMQ1 β Outbound Queue (ERP)
SMQ2 β Inbound Queue (EWM)
If queue processing failed earlier, the delivery may not trigger WT creation correctly.
π Real Project Scenario
In one S/4HANA Embedded EWM project:
Issue:
Inbound delivery was created successfully, but putaway WT was not generated.
Root Cause:
Storage Type Search Sequence was maintained, but Putaway Control Indicator in product master was missing.
Fix:
After updating the product master data and reprocessing the delivery, the system created WT automatically.
π Recommended Troubleshooting Sequence
When WT is not created automatically:
Check WPT determination
Verify Storage Type Search Sequence
Check automatic WT creation indicator
Validate product master warehouse data
Check /SCWM/MON for document status
Review SLG1 application logs
Verify queues in SMQ1 / SMQ2
This structured approach usually identifies the root cause quickly.
π― Final Conclusion
Automatic Warehouse Task creation in SAP EWM depends on several determination objects, mainly:
Warehouse Process Type
Storage Type Search Sequence
Delivery type settings
Product master warehouse data
Queue processing
If any of these cannot be determined correctly, the system will not create the Warehouse Task automatically.
Careful review of configuration and master data will resolve the issue in most cases.
See less