SD-Deepak- Damodhier - 2016-11-23 - 28413 - Spec - Update to ZMM_FDXUPS transaction (Matthew by 2016-12-22) #Delivery #abappacking #ABAPPending
SPECIFICATIONS
28413-Spec- Update to ZMM_FDXUPS transaction
Purpose
Changes to ZMM_FDXUPS t.code to display the box dimensions for both Fedex and UPS PO's related inbound deliveries.
Admin Info
Purpose
|
Changes to ZMM_FDXUPS t.code to display the box dimensions for both Fedex and UPS PO's related inbound deliveries.
|
Requested By
|
Matthew Bolles
|
Spec Created By
|
Deepak Yasam
|
Spec Created Date
|
11/23/2016
|
Spec QA by
|
Deepak Yasam
|
Objects
|
ZRMM_DLF_PO_SNC
|
Document Status
|
WIP
|
Estimates
Sl.No
|
Activity
|
Estimation in Hours
|
1
|
Research
|
01
|
2
|
Documentation
|
03
|
3
|
Development/ Config
|
08
|
4
|
Unit test in DEV
|
04
|
5
|
Unit test in QUA
|
00
|
6
|
Other activity
|
|
|
TOTAL
|
16
|
References
Prior Tickets
[Provide links of prior associated Spec / Break Fix BOSS document(s)]
None
Documents
[Attach any document(s) received for the requirement(s)]
None
Spec Changes
[List the changes made to program after the approval of the original requirement along with the Date on which the change request was received and the name of the initiator]
Sl.
|
Change Details
|
Requested By
|
Requested On
|
Notes if any
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Functional Requirement
Purpose/WHY:
[Explain the purpose of the project and the reason why this requirement has come]
The transaction “ZMM_FDXUPS” to pull CSV files for our factories. These files used to include the dimensions of the package in columns “O, P, & Q . As of today, the files no longer include these dimensions in the columns.
In Scope:
[List the activities to be included in scope]
Only the transaction programs are modified.
Out of Scope:
[Out of scope activities]
No other programs are changed.
Solution Summary
[Discuss this section with Requester and get approval prior to beginning work]
Checked the logic and the dimensions are hardcoded based on the box as below.
For 1W , the dimensions are 17,9,6
For 2W, the dimensions are 18,9,13
For 3W, the dimensions are 18,9,20
For 4W, the dimensions are 18,9,26
For 6W, the dimensions are 18,18,20
For 8W, the dimensions are 18,18,26
For 10W, the dimensions are 18,18,33
As now the packing program is modified to pack in A,B,F,S and D box series, the dimensions are not getting updated in the file.
There are two programs in ZMM_FDXUPS t.code, one for the SNC PO and another for DLF PO inputs. Both of these programs needs to be changed to display the dimensions for the new box series.
Test Plan
[List test scenarios/cases to be executed here]
Test ID
|
Test Scenario
|
Expected Results
|
SD-001
|
Execute ZMM_FDXUPS t.code with SNC PO selection with single PO as input
|
The box dimensions should be displayed in the file
|
SD-002
|
Execute ZMM_FDXUPS t.code with SNC PO selection with PO range as input
|
The box dimensions should be displayed in the file
|
Solution Details
[Provide complete technical details for configuration or programming here]
Issues
[List Issues / Bugs identified in configuration or development]