Solution : https://service.sap.com/sap/support/notes/596204 (SAP Service marketplace login required)
Summary :
When using the "ASSIGNING" and "REFERENCE INTO" clauses in an ABAP program for table manipulation and executing a "LOOP ASSIGNING" to delete a table line, notably the last one during the final iteration, an issue such as a TSV_ILLEGAL_REFERENCE short dump may occur in subsequent table assignments. A common example where this issue surfaces is in transaction SCC1 during the postprocessing phase after a transport request. The problem is rooted in faulty table registrations. The resolution involves importing the latest kernel patch which addresses this specific registration error.
Key words :
latest kernel patch, patch comment, abap program, loop assigning, short dump, table assignment, transaction scc1, transport request, postprocessing phase, terms registration
Related Notes :
491923 | CC RELEASE: Client copy errors in Release 6.20 |