2013-07-25 - 8002 - Spec - Segment VAS by Mens Vs Womens Apparel #OrderEntry #US #ABAP
SPECIFICATIONS
8002 - Spec - Segment VAS by Mens vs Womens Apparel
Purpose
Segment VAS by Mens vs Womens Apparel using Product Hierarchy 3 (Gender)
Admin Info
Purpose
|
Segment VAS by Mens vs Womens Apparel using Product Hierarchy 3 (Gender)
|
Requested By
|
Daniel Brennan
|
Spec Created By
|
Surya Basa/Venkat Kondapally
|
Spec Created Date
|
07/25/2013
|
Spec QA by
|
Surya Basa/Venkat Kondapally
|
Objects
|
V_T681F
K920
KOTK920
V_T682
ZSDVAS
ZRSD_VAS_UPDATE
ZXJ4AU11
PRODHS
PRODH3
ZAJ3AKOMT
ZAJ3AVASKOK
|
Document Status
|
Complete
|
References
Prior Tickets
None
Documents
None
Functional Requirement
Logistics would like to be able to segment VAS for mens and womens apparel. Mens branded apparel needs a branded label, while womens needs a blank label. Create a new key combination for VAS (SOrg/Distr Chl/Div/VAS Mat Grp/Product Hierarchy 3 (Gender). Also, the VAS table and program has to be updated to handle these fields.
Solution Summary
[Discuss this section with Requester and get approval prior to beginning work]
The following would be required to create a new key as the field catalog for PRDH3 is not available in standard. Similar development was done for PRDH4&6 fields earlier-
1. Create entry for the field ZZPRODH3 (Product Hierarchy3) in tables J_3AKOMT & J_3AVASKOK.
2. This field should added in the include ZXJ4AU11 which is called in sales order creation.
3. Create a new VAS table with key combo - Sales Org/Distribution Channel/Division/VAS Material Gr/Prod Hier3.
4. Add the table/key to update the program ZRSD_VAS_UPDATE to update the table ZSDVAS.
Test Plan
[List test scenarios/cases to be executed here]
Test Scenario
|
Expected Results
|
Step 1(a). Create entries for the below key combination in J3A9 transaction with VAST condition
Sales Org-1000; Dist Ch-10; Div-00; VAS Mat Gr-APL; Prod Hier3-M
(b). Create VAS Data - T Code-A1; L Code-L70; S Code-S00
Step 2. Execute the program ZRSD_VAS_UPDATE in SE38 to update the table ZSDVAS
Step 3. Display the table ZSDVAS in SE16 to view the entries
|
1. The entries should be created and records saved
2. The records should be updated by the program
3. All the records should be displayed
|
Step 1. Delete the L Code - L70 from the records and save
Step 2. Execute the program ZRSD_VAS_UPDATE in SE38 to update the table ZSDVAS
Step 3. Display the table ZSDVAS in SE16 to view the updated entries
|
1. The VAS record should be deleted
2. The deleted record should be updated by the program
3. The L Code - L70 should not be displayed in the table
|
Solution Details
[Provide complete technical details for configuration or programming here]
1. A new VAS table 920 was created with the fields - Sales Org-VKORG/Dist Channel-VTWEG; Div-SPART; VAS Mat Gr-J_3AVASG; Prod Hier3-ZZPRODH3
2. This field should added in the include ZXJ4AU11 which is called in sales order creation.
3. A new field Prod Hier3 - ZZPRODH3 was added to table ZSDVAS
4. Changes are done to program ZRSD_VAS_UPDATE to update table ZSDVAS for accommodating the new VASCODE and Prod Hier3
Issues
None