MDLP Note 2021_03_7
Document History
Version | Changes | Effective Date |
1.0 | First approved version 3Keys MDLP Add-On Note 2021_03_7 | 26-Jul-2021 |
1. Overview
This document describes changes in the 3Keys MDLP connector ABAP part.
2. Description
Transaction /K3T/RU_MDLP_SN_INFO before correction allows input of single EPC code only. New mode “API request” added into transaction with support multiple EPC code input to request serial number information and update MDLP status.
The selection screen of transaction /K3T/RU_MDLP_SN_INFO corrected:
New radio button “API request” added
“MDLP API info” block appears on selection API request button with the following fields:
o EPC (multiple input is allowed in format (01)GTIN(21)SERIAL / 01GTIN21SERIAL / (00)SSCC / 00SSCC
o “Display JSON” checkbox to display all JSON files received on API request processing
o “Delay between request SGTIN” input field (API request interval in seconds on SGTIN information request)
o “Delay between request SSCC” input field (API request interval in seconds on SSCC hierarchy information request)
Input control for fields “Display JSON” and “Update MDLP status” – at least one of the fields must be selected
New feature.
3. Solution
Import related to the transport request.
3.1 Correction instruction FP04
Transport request | Description / Dependencies |
AT1K900805 | 3Keys MDLP Add-On FP04 Note 2021_03_07 Required transport AT1K900728 |
3.2 Correction instruction FP05
Transport request | Description / Dependencies |
D1AK900325 | 3Keys MDLP Add-On FP05 Note 2021_03_07 Required transport D1AK900283 |
3.3 Correction instruction ATTP 3.0
Transport request | Description / Dependencies |
A1DK900193 | 3Keys MDLP Add-On 3.0 Note 2021_03_07 Required transport A1DK900159 |
4. Recommendation
Test transaction /K3T/RU_MDLP_SN_INFO
5. Source code objects
Short description | Program | Object type | Object name |
Translation for: Single Message | LANG | MESS | /K3T/REP_RU170 |
Translation for: Single Message | LANG | MESS | /K3T/REP_RU171 |
Translation for: Single Message | LANG | MESS | /K3T/REP_RU172 |
Translation for: Single Message | LANG | MESS | /K3T/REP_RU173 |
Translation for: Single Message | LANG | MESS | /K3T/REP_RU174 |
Translation for: Single Message | LANG | MESS | /K3T/REP_RU175 |
Translation for: Single Message | LANG | MESS | /K3T/REP_RU176 |
Translation for: Single Message | LANG | MESS | /K3T/REP_RU177 |
Class Definition (ABAP Objects) | LIMU | CLSD | /K3T/CL_MDLP_API_REQ |
Protected Header (ABAP Objects) | LIMU | CPRO | /K3T/CL_MDLP_API_REQ |
Public Header (ABAP Objects) | LIMU | CPUB | /K3T/CL_MDLP_API_REQ |
Documentation | LIMU | DOCU | NA/K3T/REP_RU170 |
Documentation | LIMU | DOCU | NA/K3T/REP_RU171 |
Documentation | LIMU | DOCU | NA/K3T/REP_RU172 |
Documentation | LIMU | DOCU | NA/K3T/REP_RU173 |
Documentation | LIMU | DOCU | NA/K3T/REP_RU174 |
Documentation | LIMU | DOCU | NA/K3T/REP_RU175 |
Documentation | LIMU | DOCU | NA/K3T/REP_RU176 |
Documentation | LIMU | DOCU | NA/K3T/REP_RU177 |
Single Message | LIMU | MESS | /K3T/REP_RU170 |
Single Message | LIMU | MESS | /K3T/REP_RU171 |
Single Message | LIMU | MESS | /K3T/REP_RU172 |
Single Message | LIMU | MESS | /K3T/REP_RU173 |
Single Message | LIMU | MESS | /K3T/REP_RU174 |
Single Message | LIMU | MESS | /K3T/REP_RU175 |
Single Message | LIMU | MESS | /K3T/REP_RU176 |
Single Message | LIMU | MESS | /K3T/REP_RU177 |
Method (ABAP Objects) | LIMU | METH | /K3T/CL_MDLP_API_REQ GET_INSTANCE |
Method (ABAP Objects) | LIMU | METH | /K3T/CL_MDLP_API_REQ SET_DELAY |
Method (ABAP Objects) | LIMU | METH | /K3T/CL_MDLP_API_REQ_HRY EXECUTE |
Method (ABAP Objects) | LIMU | METH | /K3T/CL_MDLP_API_REQ_SGTIN_LSTEXECUTE |
Report Source Code | LIMU | REPS | /K3T/REP_RU_MDLP_210 |
Report Texts | LIMU | REPT | /K3T/REP_RU_MDLP_210 |
Class (ABAP Objects) | R3TR | CLAS | /K3T/CL_MDLP_SN_INFO |
Domain | R3TR | DOMA | /K3T/RU_NOTE2021_03_07V2 |