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: 

How to provide multiple dynamic values to selection screen

Former Member
0 Kudos

Dear All,

I have one requirement, how to display multiple lines dynamic text vales in selection screen.

Example: Like below.

Here Excel Format: vales should be come in selection screen like above.

If have any code please share to me.

Thanks in advance.

Regards,

S.Prabahkar.

3 REPLIES 3

former_member564522
Active Participant

Hi Prabhakar,

You can create a Container with long text in Module pool screen ( as subscreen). You can fill that text dynamically according to your logic.

call that subscreen in the selection screen.

Hope it will help .

regards

Himanshu

0 Kudos

Hi Gupta Ji,

How to call that sub screen along with program name in our selection screen.

I tried but i did find the syntax.

Can you write the syntax to achive this one.

Thanks,

0 Kudos

Hi Prabhakar's

Please check the report'DEMO_SEL_SCREEN_WITH_SUBSCREEN' to get details.