Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error with ALV.

Former Member
0 Likes
556

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
476

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

3 REPLIES 3
Read only

Former Member
0 Likes
477

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

Read only

Former Member
0 Likes
476

Hi Rayden,

Clear and refresh all the workareas and Tables respectively.

Reward If Useful.

Regards,

Chitra

Read only

Sathish
Product and Topic Expert
Product and Topic Expert
0 Likes
476

If you have access to Service Market Place you could search for notes which explain the situation and possible code corrections to be implemented.