MDLP Note 2022_03_4
Document History
Version | Changes | Effective Date |
1.0 | First approved version 3Keys MDLP Add-On Note 2022_03_4 | 19-Jul-2022 |
1. Overview
This document describes changes in the 3Keys MDLP connector ABAP part.
2. Description
In some scenarios transaction /K3T/RU_MONITOR contains message 342 with incorrect field values quantity SGTIN, quantity SSCC in case message contains more than one item.
New menu item “Special Functions” added into transaction /K3T/RU_MONITOR menu with new child item “Recalc. Header Qty”.
Processing logic:
Execute authority check for object /K3T/RU001 field /K3T/RU001 value 28
Get all MDLP items for selected document header
Calculate SGTIN quantity and SSCC quantity extracted from AIF reporting event
Update document header fields SGTIN quantity, SSCC quantity, modified user, modified time
Create change document log with action “Recalculate header Qty”
Implementation error.
3. Solution
Import related to the transport request.
3.1 Correction instruction FP04
Transport request | Description / Dependencies |
AT1K900963 | 3Keys MDLP Add-On FP04 Note 2022_03_04 Required transport AT1K900937 |
3.2 Correction instruction FP05
Transport request | Description / Dependencies |
D1AK900448 | 3Keys MDLP Add-On FP05 Note 2022_03_04 Required transport D1AK900428 |
3.3 Correction instruction ATTP 3.0
Transport request | Description / Dependencies |
A1DK900329 | 3Keys MDLP Add-On 3.0 Note 2022_03_04 Required transport A1DK900272 |
3.4 Correction instruction ATTP 3.1
Transport request | Description / Dependencies |
A2DK900289 | 3Keys MDLP Add-On 3.1 Note 2022_03_04 Required transport A2DK900213 |
4. Recommendation
Assign authorization object /K3T/RU001 field /K3T/RU001 = 28 to the user role.
5. Source code objects
Short description | Program | Object type | Object name |
Translation for: GUI Definition | LANG | CUAD | /K3T/RU_MDLP_MONITOR |
Translation for: Domain Definition | LANG | DOMD | /K3T/D_RU_MDLP_MON_ACTION |
Translation for: Domain Definition | LANG | DOMD | /K3T/D_RU_MON_ACTION |
Translation for: Domain Definition | LANG | DOMD | /K3T/RU_NOTE2022_03_04V1 |
Translation for: Single Message | LANG | MESS | /K3T/REP_RU186 |
Translation for: Report Texts | LANG | REPT | /K3T/CL_RU_MON_UI=============CP |
Class Definition (ABAP Objects) | LIMU | CLSD | /K3T/CL_RU_MON_UI |
Class Definition (ABAP Objects) | LIMU | CLSD | /K3T/CL_RU_NTF_BEF_UPLD |
Protected Header (ABAP Objects) | LIMU | CPRO | /K3T/CL_RU_MON_UI |
Public Header (ABAP Objects) | LIMU | CPUB | /K3T/CL_RU_MON_UI |
Public Header (ABAP Objects) | LIMU | CPUB | /K3T/CL_RU_NTF_BEF_UPLD |
GUI Definition | LIMU | CUAD | /K3T/RU_MDLP_MONITOR |
Documentation | LIMU | DOCU | NA/K3T/REP_RU186 |
Domain Definition | LIMU | DOMD | /K3T/D_RU_MDLP_MON_ACTION |
Domain Definition | LIMU | DOMD | /K3T/D_RU_MON_ACTION |
Single Message | LIMU | MESS | /K3T/REP_RU186 |
Method (ABAP Objects) | LIMU | METH | /K3T/CL_RU_MON_UI ON_SPEC_FUNCTION |
Method (ABAP Objects) | LIMU | METH | /K3T/CL_RU_MON_UI RECALCULATE_HDR_QTY |
Method (ABAP Objects) | LIMU | METH | /K3T/CL_RU_NTF_BEF_UPLD EXTRACT_DATA_EXTERNAL |
Report Source Code | LIMU | REPS | /K3T/RU_MDLP_MONITOR_F01 |
Report Source Code | LIMU | REPS | /K3T/RU_MDLP_MONITOR_I01 |
Report Texts | LIMU | REPT | /K3T/CL_RU_MON_UI=============CP |
Domain | R3TR | DOMA | /K3T/RU_NOTE2022_03_04V1 |
Data Element | R3TR | DTEL | /K3T/D_RU_QTY_SGTIN |
Data Element | R3TR | DTEL | /K3T/D_RU_QTY_SSCC |