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

Create Selection Screen

former_member216100
Participant
0 Likes
606

Dear all,

is there a function which I can call to create a selection screen dynamic.

lets say I need to input a table then I need to show a screen for each field in the table with an select-option

how I can do this ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
568

Following are the function modules by which u can create the dynamic selection screen.

'FREE_SELECTIONS_INIT'

'FREE_SELECTIONS_DIALOG'

3 REPLIES 3
Read only

Former Member
0 Likes
568

Hi,

You can probably try to use the screen patameters at AT SELECTION-SCREEN OUTPUT event to dynamically influence the selection screen attributes.

Regards,

Siddharth

Read only

0 Likes
568

hi,

as per best of my knowledge there is no Standard Function to call selection screen, but we can develop our own for the specific criteria which will call a selection through se37.

regards,

Prakash

Read only

Former Member
0 Likes
569

Following are the function modules by which u can create the dynamic selection screen.

'FREE_SELECTIONS_INIT'

'FREE_SELECTIONS_DIALOG'