Application Development 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: 

call to subscreen as a part of main screen only and not the seperate one.

0 Kudos

Hi Friends, '

Is there any FM which will call the subscreen in the main screen only and not as a dialog box.

I am trying to populate the fields of table dynamically . But with the FM 'FREE_SELECTIONS_DIALOG', a new dialog box is opening to enter

the values in the slection screen field. My requirement is that , I want to show show these values in the main screen only.These selection screen values will chaneg dynamically on selection of some F4 help values which are already in the main screen . Is it possible to show these values in the main screen only .

Regards,

1 ACCEPTED SOLUTION

former_member249399
Active Participant
0 Kudos

Try with

SELECTION-SCREEN BEGIN OF SCREEN dynnr AS
SUBSCREEN

                 
                     [NO INTERVALS]

                                       [NESTING LEVEL
n].

...

SELECTION-SCREEN END OF SCREEN dynnr

3 REPLIES 3

former_member249399
Active Participant
0 Kudos

Try with

SELECTION-SCREEN BEGIN OF SCREEN dynnr AS
SUBSCREEN

                 
                     [NO INTERVALS]

                                       [NESTING LEVEL
n].

...

SELECTION-SCREEN END OF SCREEN dynnr

0 Kudos

I had tried it, it is not working. The subscreen is opening in dialog box only.

0 Kudos