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: 

Dynamic Selection Screen

Former Member
0 Kudos
99

Hi below is the my requirement.

First in one selection screen i will give 5 tables and 5 fields from those 5 tables.

those 5 fields shoud be displayed in one more screen which should be ready for input.

can any one give the solution for this one.

1 ACCEPTED SOLUTION

former_member305388
Active Contributor
0 Kudos
76

Hi, One suggestion is...

You can create two reports and submit report via selection-screen.

3 REPLIES 3

former_member305388
Active Contributor
0 Kudos
77

Hi, One suggestion is...

You can create two reports and submit report via selection-screen.

Former Member
0 Kudos
76

This message was moderated.

dev_parbutteea
Active Contributor
0 Kudos
76

Hi,

You can maybe use a pop-up screen instead using FM POPUP_GET_VALUES.

Regards.