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

Dynamic selection screen with table data

mahesh_jagnani
Participant
0 Likes
1,705

Hello Experts,

I have a requirement where i need to show one table data in selection screen.The table contains one field that is text.

The table data is determined at selection screen output event and it does not based on any seelction screen parameter.

Can you please help how we can display on selection screen.

3 REPLIES 3
Read only

mahesh_jagnani
Participant
0 Likes
1,256

Hello Expert,

Any input.

thanks

Read only

Former Member
0 Likes
1,256

Hi Mahesh,

Bear in mind that 'Expert' is a volunteer and there are no SLA's in place to get quick answers. Asking if there is any input after your question has been live for 45 minutes is a good way to get it totally ignored.

Use a drop down list in a parameter field and populate the drop down list using the VRM_ function modules.

If it is not an input parameter but just information in the at selection screen output event add a docking container to the parameter screen and use that as a parent to an ALV grid to hold your text.

Rich

Read only

douglas_linkup
Explorer
0 Likes
1,256

Hi.

Look the programs DEMO_DYNPRO_MODIFY_SCREEN and DEMO_SEL_SCREEN_PARAMETERS_2.

Douglas