MDLP Note 2022_01_3
Document History
Version | Changes | Effective Date |
1.0 | First approved version 3Keys MDLP Add-On Note 2022_01_3 | 09-Nov-2021 |
1. Overview
This document describes changes in the 3Keys MDLP connector ABAP part.
2. Description
Performance problems on sequence check button with transaction /K3T/RU_MONITOR related to sequence check function.
Index 02 created for table /K3T/RU_MSG_OBJ (with fields MANDT, OBJECT, DELFLAG, OBJTYPE).
Please delete the customer database index for the same fields if needed.
Implementation error.
3. Solution
Import related to the transport request.
3.1 Correction instruction FP04
Transport request | Description / Dependencies |
AT1K900845 | 3Keys MDLP Add-On FP04 Note 2022_01_03 Required transport AT1K900841 |
3.2 Correction instruction FP05
Transport request | Description / Dependencies |
D1AK900366 | 3Keys MDLP Add-On FP05 Note 2022_01_03 Required transport D1AK900364 |
3.3 Correction instruction ATTP 3.0
Transport request | Description / Dependencies |
A1DK900233 | 3Keys MDLP Add-On 3.0 Note 2022_01_03 Required transport A1DK900230 |
3.4 Correction instruction ATTP 3.1
Transport request | Description / Dependencies |
A2DK900043 | 3Keys MDLP Add-On 3.1 Note 2022_01_03 |
4. Recommendation
Change parameter /K3T/SEQ_MSG_OBJ_OPT_ACCESS to minimum value “1” if performance still exist after implementing of the index.
Delete old temporary notification objects with program /K3T/RU_MDLP_CLEANUP:
Set “Delete msg objects.XML” parameter to active
Specify Configuration ID
Set “Delete data older as days” to 90
Execute program without parameter “Test Mode”
Test sequence check button with transaction /K3T/RU_MONITOR with SQL trace activated and check new index is used on database table /K3T/RU_MSG_OBJ access.
5. Source code objects
Short description | Program | Object type | Object name |
Translation for: Domain Definition | LANG | DOMD | /K3T/RU_NOTE2022_01_03V1 |
Table Index | LIMU | INDX | /K3T/RU_MSG_OBJ 02 |
Domain | R3TR | DOMA | /K3T/RU_NOTE2022_01_03V1 |