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

Run time error GEN_SELECTION_SCREEN_ERROR

Former Member
0 Likes
1,616

hi friends i am executing a alv grid report program but it is giving the run time error :

"error when generating selection screen 1000 of report ztest_Achal"

5 REPLIES 5
Read only

Former Member
0 Likes
1,203

Moderator message - Please respect the 2,500 character maximum when posting. Post only the relevant portions of code

Edited by: achalmehra on Mar 27, 2010 12:26 PM

Edited by: Rob Burbank on Mar 27, 2010 5:33 PM

Read only

0 Likes
1,203

not able to dislap text as code

Read only

0 Likes
1,203

i have copied the code from [ http://www.sapdev.co.uk/reporting/alv/alvgrid_basic.htm| http://www.sapdev.co.uk/reporting/alv/alvgrid_basic.htm];

it is working fine.now what i want is that i want my result based on the user input.so i want to use parameteres.but when i used :

parameters : a as checkbox.

it gives runtime error

Read only

0 Likes
1,203

You can't display code correctly because of the limit of 2500 characters. So, please keep under this limit.

Read only

0 Likes
1,203

usually, there is no run time error, it's only a popup at activation which mentions the error.

It may be that 2 elements overlap (for example you did put your line between SELECTION-SCREEN BEGIN OF LINE and END OF LINE), or dynpro 1000 also exists as a dynpro (delete or rename it).