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

Call selection screen from DYNPRO

Former Member
0 Likes
946

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 ?

6 REPLIES 6
Read only

Former Member
0 Likes
739

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

Read only

0 Likes
739

I need all functionnality of the selection screen but it does work...

Read only

0 Likes
739

No function module is created, just calling selection-screen but not working...

Read only

Former Member
0 Likes
739

Found the solutioin by myself

Read only

0 Likes
739

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

Read only

0 Likes
739

I cleared the sscrfields and it should be done!