SAS-T-10 Inventory Control - Plant Inventory Limit
SAS-T-10 Inventory Control - Plant Inventory Limit
Version 1809
Date – 23.04.2020
Page 1 of
TECHNICAL SPECIFICATION Sangram Auto
SAS-T-10 INVENTORY CONTROL – Components Pvt.
PLANT INVENTORY LIMIT Ltd.
Contents
1. Requirement Overview................................................................................................................3
2. Solution overview........................................................................................................................3
3. Program Details...........................................................................................................................4
4. Input Screen.................................................................................................................................5
5. Output Fields...............................................................................................................................5
6. Tables...........................................................................................................................................5
7. Authorization Object....................................................................................................................6
8. Impacted Processes, Systems, Packages/Application..................................................................6
9 System Impact :...........................................................................................................................6
10 Overall function’s triggering........................................................................................................6
11 Overall function’s frequency......................................................................................................6
12 Overall function’s usability.........................................................................................................6
13 Proposed Data Gathering / Processing Logic.............................................................................6
14 Selection Screen.......................................................................................................................10
15 Output Screen..........................................................................................................................10
Page 2 of
TECHNICAL SPECIFICATION Sangram Auto
SAS-T-10 INVENTORY CONTROL – Components Pvt.
PLANT INVENTORY LIMIT Ltd.
1 Requirement Overview
The Requirement is to implement the Enhancement for Inventory Control – Plant Inventory
Limit.
2 Solution overview
To satisfy above requirements we need to implement the enhancement and add the
enhancement code. We need to create the ZXMG0U02 and User Exit
EXIT_SAPLMGMU_001.
Object Name: Enhancement Implementation
3 Program Details
Program Name EXIT_SAPMM07M_001 / INCLUDE ZXMBCU02
Page 3 of
TECHNICAL SPECIFICATION Sangram Auto
SAS-T-10 INVENTORY CONTROL – Components Pvt.
PLANT INVENTORY LIMIT Ltd.
4 Tables/Structures
Name Description
MSLB SPECIAL STOCKS WITH SUPPLIER
MBEW MATERIAL VALUATION
Page 4 of
TECHNICAL SPECIFICATION Sangram Auto
SAS-T-10 INVENTORY CONTROL – Components Pvt.
PLANT INVENTORY LIMIT Ltd.
5 Authorization Object
NA.
7. System Impact:
We have used T-Code MIGO Enhancement for Inventory Control – Plant Inventory Limit.
8. Overall function’s triggering
This functionality will be triggered in MIGO transaction codes.
Processing Logic: -
1. Create Z-table (zmm_t_budget) for maintain Plant, Material, Vendor and Total Value.
2. We get the data from MSLB, MBEW Table.
Page 5 of
TECHNICAL SPECIFICATION Sangram Auto
SAS-T-10 INVENTORY CONTROL – Components Pvt.
PLANT INVENTORY LIMIT Ltd.
3. check the Z-table Plant & value & if it is greater than (plant inventory value (MBEW-
SaLK3) + MIGO value({MSEG-MENGE} *(MBEW-VERPR OR STPRS) check MIGO Plant
(MSEG-WERKS) then system gives an error otherwise no error
4. Error: Plant Budget Exceed.
5. Compare Z-table Plant & vendor with Inventory value of that particular vendor for
combination Plant (MSLB-WERKS) & Vendor(MSLB-LIFNR) getting total stock (MSLB-
LBLAB) total inventory value for combination Plant (MSLB-WERKS)& Vendor(MSLB-
LIFNR) & having special stock indicator (MSLB-SOBKZ)=total stock (MSLB-LBLAB) this
total stock is add in MIGO value ({MSEG-MENGE}*(MBEW-VPRS 0r STPRS) & movement
type should be(541) if MSEG_WERKS & MSEG_LIFNR it should be same in ZTABLE (Plant
& Vendor) then compare both Z-table value< inventory value--> Error
6. Error: Vendor Credit Budget Exceed.
7. Compare Z-table Plant, vendor & material (MSLB)with Inventory value of that particular
vendor for combination Plant (MSLB-WERKS), Vendor (MSLB-LIFNR) & Material (MSLB-
MATNR) =getting total stock (MSLB-LBLAB)
8. total inventory value for combination Plant (MSLB-WERKS) & Vendor (MSLB-LIFNR) &
Material((MSLB-MATNR), & having special stock indicator (MSLB-SOBKZ) =total stock
(MSLB-LBLAB)
9. this total stock is added in MIGO value ({MSEG-MENGE} *(MBEW-VPRS 0r STPRS) if
MSEG_WERKS & MSEG_LIFNR & MSEG_MATNR & having 541 movement type is same in
ZTABLE (Plant & Vendor & material) then compare both Z-table value< inventory value--
> Error
12. Error: Vendor Material Credit Budget Exceed.
Page 6 of