Skip to main content

Posts

[SAP EWM] New spool request generation

Below is the approach to be followed to generate new spool request while printing documents : Go to transaction /SCWM/60000431, select warehouse number that is used in document and click "Spool Parameters" in the left window: If you'd like to just print immediately, the parameter 'Print immediately' should be set. In this case the system will also create new spool. If you'd like just to create new spool, the parameter 'New Spool Request' should be set.

[SAP EWM] Making the product field mandatory in transaction /SCWM/ADGI

Requirement :  The user wants to make the product field mandatory when entering transaction /SCWM/ADGI. Solution Approach : It is possible to implement the custom check via BAdI /SCWM/EX_CORE_GM_STOCK. If the fields are set to mandatory with the keyword "OBLIGATORY," the system will also make them mandatory for other GI processes such as Sampling and Consumption Posting.

[SAP EWM] How to reverse for unplanned goods issue

  The user wants to reverse an unplanned goods issue in EWM using the below steps : Go to Tcode /SCWM/ADGI. Select GI process  Below is the process flow to be followed to perform the activity : User can reverse an unplanned goods issue with the help of transaction code /SCWM/ADGI. To do this, the user needs to select the "Cancel GI Document" option in the GI process.

General understanding of stock transactions in EWM

  EWM stock is composed by the physical stocks plus the Difference Analyzer stocks. /SCWM/ERP_STOCKCHECK shows the total physical stock quantity of a given warehouse. The Physical Inventory difference was not yet posted on /SCWM/DIFF_ANALYZER, so the stocks still exist in the warehouse as a "difference" yet to be posted. While /SCWM/MON displays only available and physical stocks, not differences.

Partial Picking configuration for Warehouse Management

Partial Picking configuration is set at two different areas within customising: SPRO -> Logistics Execution -> Warehouse Management -> Master Data -> Define Control Parameters for Warehouse Number SPRO -> Logistics Execution -> Warehouse Management -> Interfaces -> Shipping-> Define Shipping Control -> Shipping Control per Warehouse Number The above configuration is utilised by the system in two different ways: Define Control Parameters for Warehouse Number: This configuration setting is only considered in multiple processing when the user creates picking instructions for a delivery group with WM reference via VL06P or a group of TR’s created via LT41. If partial picking is not allowed, then the picking instructions created in background mode via LT42 will fail for the entire group if one or more line items is not completely fulfilled via a picking instruction, which will then require the user to step through each delivery in foreground mode to create the ...