July 14, 2009 at 5:56 am
Symptom
In the method CL_WB_CROSSREFERENCE->SAVE_INDEX, a termination occurs.
The exception “OS_COMMIT_WORK_FORBIDDEN” is triggered.
Other terms
Transaction CO60, find PI sheet, COMMIT WORK, printing, PDF
Reason and Prerequisites
This problem is caused by a program error.
Solution
Implement the advance correction or import the relevant Support Package.
July 2, 2009 at 12:30 pm
Symptom
The line selection of the second table control within a subscreen disappears for a dialog step, or the lines are not selected for the application. The system usually displays an error message referring to lines that have not been selected.
Furthermore, when you scroll the second table control vertically within a subscreen, the session [...]
July 2, 2009 at 3:05 am
Symptom
In a regular expression, the character classes [:print:] and [:graph:] do not match certain non-Latin characters.
Other terms
Regular expressions, regex, Unicode, match, FIND, REPLACE, cl_abap_regex
Reason and Prerequisites
The character classes [:print:] and [:graph:] were calculated incorrectly for displayable Unicode characters, which belong to at least one of the classes [:alpha:], [:digit:] or [:punct:]. [...]