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

A Page down dump

Former Member
0 Likes
421

I am having a problem when i am doing page down in my code.

I have made an interactive ALV. in the detailed list when i press the page down button for the second time it gives me a dump.

ASSERT condition has been violated.

I have put this question before but didnot get any answer.

Can anybody help me out with the solution?

Loads of Thanks in advance

I am having a problem when i am doing page down in my code.

I have made an interactive ALV. in the detailed list when i press the page down button for the second time it gives me a dump.

ASSERT condition has been violated.

I have put this question before but didnot get any answer.

Can anybody help me out with the solution?

Loads of Thanks in advance

2 REPLIES 2
Read only

Peter_Inotai
Active Contributor
0 Likes
385

Check the dump, where the ASSERT happened. You can put a break-point there and see the values in the assertion.

Is the ASSERT in your code or it's part of SAP's ALV code?

Peter

Read only

Former Member
0 Likes
385

put a break point at event subroutine for the detailed list u have maintained. execute and check sy-ucomm in event subroutine.

or

put /h when detailed list has displayed and press page down then u can find the error in the source code.

or

drag and drop the shotcut key of system command of /h when detailed list has displayed.

use any of these 3, u can find the error in the code.