dedicated Inbound delivery Item type

The current setting in EWM prevents mixing multiple storage locations within the same storage type. The goal of this development is to enable the retrieval of a dedicated inbound delivery item type during reception.

Adil

9/30/20241 min read

Technical solution:

  • Product Types

    • Spares Parts (sold to customers or shipped to technicians)

    • Synergy Spare Parts (used by other manufacturing companies)

  • SCM PP Decision

    • Dedicated storage location / MRP area for Synergy SP to avoid forecast alteration

  • Logistics Business Request

    • Store Synergy and non-Synergy SP in the same storage type

Proposed Solution

  • EWM Current Setting

    • Prevents mixing multiple storage locations within the same storage type

  • Development Goal

    • Retrieve a dedicated Inbound delivery Item type for Synergy receptions

    • Retrieve a dedicated WPT (Warehouse Product Type)

    • Perform relevant Synergy reception

    • Mix multiple storage locations within the same storage type

  1. A new differentiation attribute will be added and translated by the functional consultant in the domain /SCWM/DO_ITEM_PROCESS (transaction SE11).

  2. The standard customizing table will be updated to map a dedicated EWM item type: table /SCWM/TMAPITMTYP.

  3. Implement the business logic inside the class /SCWM/CL_MAPIN method GET_ITMMAPDIF to set the item process. This is also referred to as the Differentiation Indicator for Item Type Mapping.

4- Test procudure

4.1- Create new Inbound delivery , transaction VL31n

4.2- Adjust quantity :

-Adjust SLoc according warehouse defined in specific table

- Assign quantity to 1 and Save it

4.3 Check EWM Inbound item type, transaction /SCWN/PRDI.

Code implemention :