‎2007 Oct 25 5:15 AM
Hi,
I have a Screen 9000 which allow user to enter 2 table name. When execute, the ALV in Screen 9001 will display both table join together. When i press the 'back' button and key in another 2 different table name. The following Error occurs :
Error Message:
===========================================================
Runtime Errors Message_TYPE_X
Short Text
The current application triggered a termination with a short dump.
What Happened?
The current application program detected a situtation which really should not occur. Therefore, a termination with a short dump was triggered on purpose by the key word MESSAGE (type X).
Error analysis
Short text of error message:
long text of error message:
Technical information about the message:
Message Class........"OK"
Number...............000
Variable 1..........." "
Variable 2..........." "
Variable 3..........." "
Variable 4..........." "
Trigger Location of Runtime Error
Program SAPLSLVC
INCLUDE LSLVC10
ROW 36
Module TYPE (FUNCTION)
Module NAME LVC_SORT_COMPLETE
=========================================================
What actually happened? How do i resolve this problem so that when i press back to re-enter different table.. it will display accordingly.
Regards,
Rayden
‎2007 Oct 25 5:21 AM
Hi,
Make sure you are refreshing all tables before use or after use. I think internal table is not cleared, that might cause the problem.
If you tell the source code of ALV, it will help in a better way.
ashish
‎2007 Oct 25 5:21 AM
Hi,
Make sure you are refreshing all tables before use or after use. I think internal table is not cleared, that might cause the problem.
If you tell the source code of ALV, it will help in a better way.
ashish
‎2007 Oct 25 5:23 AM
Hi Rayden,
Clear and refresh all the workareas and Tables respectively.
Reward If Useful.
Regards,
Chitra
‎2007 Oct 25 5:39 AM
If you have access to Service Market Place you could search for notes which explain the situation and possible code corrections to be implemented.