Uzbekistan OMS Note 2023_04_3
Document History
Version | Changes | Effective Date |
1.0 | First approved version 3Keys Uzbekistan OMS Add-On Note 2023_04_3 | 29-Sep-2023 |
2.0 | Added option to fill Production Date from commissioning event attribute | 17-Oct-2023 |
1. Overview
This document describes changes in the 3Keys Uzbekistan OMS connector ABAP part.
2. Description
Utilization report production date field determination logic corrected:
use commissioning event attribute (event property name is expected at new Custgen Parameter Application Area: /STTP/ Application Component: REP Parameter Key: Z3KUZ_OMS_EVT_PRDDT). Use value if event property is found. Value format DD.MM.YYYY or YYYYMMDD is allowed.
use the date of manufacturing from the Lot/Batch object
use time of the commissioning event.
ABAP code corrected for Drop out report.
Implementation error.
3. Solution
Import related to the transport request.
3.1 Correction instruction ATTP 3.0
Transport request | Description / Dependencies |
A1DK900586 | 3Keys Uzbekistan OMS Add-On 3.0 Note 2023_04_03 Required transport A1DK900546 |
3.2 Correction instruction ATTP 3.1
Transport request | Description / Dependencies |
A2DK900634 | 3Keys Uzbekistan OMS Add-On 3.1 Note 2023_04_03 Required transport A2DK900601 |
3.3 Correction instruction ATTP 3.2
Transport request | Description / Dependencies |
A3DK900204 | 3Keys Uzbekistan OMS Add-On 3.2 Note 2023_04_03 Required transport A3DK900184 |
4. Recommendation
Activate BC Set /K3TUZ/CUST_OMS_3_0_2023_04_03 (SAP ATTP version 3.0) or /K3TUZ/CUST_OMS_3_1_2023_04_03 (SAP ATTP version 3.1) or /K3TUZ/CUST_OMS_3_2_2023_04_03 (SAP ATTP version 3.2) in case Manufacturing Date event property is used. Fill new Custgen Parameter Application Area: /STTP/ Application Component: REP Parameter Key: Z3KUZ_OMS_EVT_PRDDT with Manufacturing Date event property name.
5. Source code objects
Short description | Program | Object type | Object name |
Domain | R3TR | DOMA | /K3TUZ/D_OMS_NOTE2023_04_03V1 |
Domain | R3TR | DOMA | /K3TUZ/D_OMS_NOTE2023_04_03V2 |
Method (ABAP Objects) | LIMU | METH | /K3TUZ/CL_BADI_RR_UZ_OM_10_283/K3TUZ/IF_BADI_RR_UZ_OMS~SEND_IC_DROPOUT_REPORT |
Method (ABAP Objects) | LIMU | METH | /K3TUZ/CL_RR_UZ_UTILITIES GET_PRODUCTION_DATE |
Method (ABAP Objects) | LIMU | METH | /K3TUZ/CL_RR_UZ_UTILITIES CONVERT_STRING_TO_DATE |
Translation for: BC Set or Customizing Profile | LANG | SCP1 | /K3TUZ/CUST_OMS_3_0_2023_04_03 |
BC Set or Customizing Profile | R3TR | SCP1 | /K3TUZ/CUST_OMS_3_0_2023_04_03 |
Translation for: BC Set or Customizing Profile | LANG | SCP1 | /K3TUZ/CUST_OMS_3_1_2023_04_03 |
BC Set or Customizing Profile | R3TR | SCP1 | /K3TUZ/CUST_OMS_3_1_2023_04_03 |
Translation for: BC Set or Customizing Profile | LANG | SCP1 | /K3TUZ/CUST_OMS_3_2_2023_04_03 |
BC Set or Customizing Profile | R3TR | SCP1 | /K3TUZ/CUST_OMS_3_2_2023_04_03 |
Class Definition (ABAP Objects) | LIMU | CLSD | /K3TUZ/CL_RR_OMS_CONSTANTS |
Class Definition (ABAP Objects) | LIMU | CLSD | /K3TUZ/CL_RR_UZ_UTILITIES |
Public Header (ABAP Objects) | LIMU | CPUB | /K3TUZ/CL_RR_OMS_CONSTANTS |
Public Header (ABAP Objects) | LIMU | CPUB | /K3TUZ/CL_RR_UZ_UTILITIES |