‎2010 Mar 27 11:17 AM
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"
‎2010 Mar 27 11:19 AM
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
‎2010 Mar 27 11:28 AM
‎2010 Mar 27 11:38 AM
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
‎2010 Mar 27 5:50 PM
You can't display code correctly because of the limit of 2500 characters. So, please keep under this limit.
‎2010 Mar 27 6:46 PM
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).