‎2017 Jun 19 1:08 PM
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.
‎2017 Jun 19 2:21 PM
‎2017 Jun 19 2:40 PM
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
‎2017 Jun 19 5:00 PM
Hi.
Look the programs DEMO_DYNPRO_MODIFY_SCREEN and DEMO_SEL_SCREEN_PARAMETERS_2.
Douglas