SCM-Laxman-Karthikeyan-2015-07-13 - 20444.100 - Spec - Modify ZMM_REP_UPC(Babu 2015-07-31) #materialmaster
SPECIFICATIONS
20444.100-Spec-ReCap Ticket Summary
Purpose
Modify ZMM_REP_UPC
Admin Info
Purpose
|
Modify ZMM_REP_UPC
|
Requested By
|
Babu
|
Spec Created By
|
Karthik
|
Spec Created Date
|
07/13/2015
|
Spec QA by
|
Laxman
|
Objects
|
ZREP_MM_UPC
|
Document Status
|
WIP
|
References
Prior Tickets
Documents
Functional Requirement
Modify ZMM_REP_UPC program to display the fields safety stock, minimum lot size, rounding value after size,Approval id,vendor number and vendor description.
Solution Summary
[Discuss this section with Requester and get approval prior to beginning work]
Included required fields in the ZMM_STRUCT_TABLE table, And added fields in the program to display the output.
Test Plan
[List test scenarios/cases to be executed here]
Test ID
|
Test Scenario
|
Expected Results
|
MM001
|
Create few materials by maintaining the safety stock, rounding value and minimum lot size
in AFS MRP view then execute the report ZMM_REP_UPC
|
Report should contain the correct values
|
MM002
|
Create few materials and create source list with fixed vendor then execute the report ZMM_REP_UPC
|
In the report vendor should be correct
|
MM003
|
Create few materials and maintain the approver ID then execute the report ZMM_REP_UPC
|
In the report approverID should be correct
|
Solution Details
[Provide complete technical details for configuration or programming here]
1. Added safety stock, minimum lot size, rounding value,Approval id,vendor number and vendor description in table ZMM_STRUCT_TABLE.
2. Included above mentioned fields in the field catalog to place the fields in the output column..
3. read the data for the above fields using ABAP statement.
4.Pass the extracted values into the final internal table and displayed in output.
Issues
[List Issues / Bugs identified in configuration or development]