‎2008 Jun 26 11:02 AM
I created a report with std selection screen 1000...
From this selection screen we reach Dynrpro 9000 with a table control etc etc
Once a line has been selected and the user click on a specific button a selection screen is called...
SELECTION-SCREEN BEGIN OF SCREEN 9005.
SELECTION-SCREEN: FUNCTION KEY 1.
SELECT-OPTIONS : SO_PERSA FOR L_PERSA,
SO_BTRTL FOR L_BTRTL,
SO_PERSG FOR L_PERSG,
SO_PERSK FOR L_PERSK.
SELECTION-SCREEN END OF SCREEN 9005.
Unfortunatly when I try to fill in the range but pressing mutliple line button nothing happens...
Do you have any clue to solve this issue ?
‎2008 Jun 26 11:25 AM
what is the purpose of defining a func which is triggered for eac selection field ??
what is the function of it that you need it and don't want the user to use the available searchoptions ??
kind regards
arthur de smidt
‎2008 Jun 26 12:31 PM
I need all functionnality of the selection screen but it does work...
‎2008 Jun 26 12:43 PM
No function module is created, just calling selection-screen but not working...
‎2008 Jun 26 1:05 PM
‎2008 Jun 26 2:19 PM
and ?? it would be polite to also share you're sollution to the problem posted for future reference for others with the same problem
kind regards
arthur de smidt
‎2008 Jun 26 2:34 PM