CD: TABKEY incorrect for entries with long key and strings
[CDPOS] [CDPOS_STR] [CDPOS_UID] [CHANGEDOCUMENT_READ] [CHANGEDOCUMENT_READ_POSITIONS] [hr longkeysoft.cn] [incorrect] [login incorrect] [longkey] [RSSCD100] [RSSCD150]
- CCMS Agent Model in SLD: Incorrect J2EE System EntriesSymptom In the System Landscape Directory (SLD), objects of the class SAP_J2EEEngineCluster are created for systems that consist only of ABAP instances. The objects are of course spurious, but are re-created if...
- Incorrect matches when using find_next( )Symptom If you use anchor characters, the methods find_next( ) and replace_next( ) of class cl_abap_matcher find additional, incorrect matches. Other terms Regular expressions, beginning of line, cl_abap_regex, match, regex, regexp Reason...
- Where-used list incorrect for includesSymptom The where-used list for includes does not find all usage locations. Other terms WBCROSSI, SE38, where-used list Reason and Prerequisites This problem is caused by a program error. Solution Implement the...
- NR: Number from incorrect year is usedSymptom You create an interval in a year-dependent number range, and an interval for a later year already existed before. For the interval that already existed before, a buffer was created in...
- Where-used list incorrect after renaming methodsSymptom The navigation index is incorrect after you rename methods. The system does not find the new method in the where-used list. Other terms Where-used list, renaming methods, refactoring Reason and Prerequisites...
- Incorrect format when printing listsSymptom The system uses an incorrect format when printing ABAP lists: In the print dialog, the system proposes a format for an output device, which is not defined for the relevant device...
- OS07: Display incorrect OS log after refreshSymptom When you display the operating system log via transaction OS07, the incorrect OS log is displayed after you refresh the display. The error only occurs if a server is selected in...
- Job refers to incorrect spool requestSymptom You want to display the spool request for a job step in transaction SM37. However, the system displays a spool request that does not seem to correspond to the relevant job....
Symptom
When you display change documents, the table key for tables with keys longer than 70 characters are not always displayed correctly if a string has been logged as the first field.
Other terms
CDPOS_UID, CDPOS_STR, CDPOS, CHANGEDOCUMENT_READ, CHANGEDOCUMENT_READ_POSITIONS, RSSCD100, RSSCD150
Reason and Prerequisites
This problem is caused by a program error.
In the field TABKEY of the table CDPOS_UID, instead of the table key, the GUID is entered for the reference to the entry in CDPOS_STR. This error occurs only if a field of the type STRING is logged as the first field of the table, and the table key is longer than 70 characters. Then the CDPOS_STR is filled correctly. All subsequent entries for the table key in CDPOS_UID are incorrect. CDPOS_STR contains the correct table key.
Solution
Import the relevant Support Package or implement the corrections using Note Assistant.