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 create dynamic selection screen

Former Member
0 Kudos

Hi All,

I have a custom table which has records that represent set of rules. Now my question is how can I display records of a custom table on selection screen dynamically. Because I cannot define selection screen manually with these records as it is not future proof.

Thanks for your assistence,

Venkat

2 REPLIES 2

Former Member
0 Kudos

Hi,

you can achieve this in pbo by checking whether the records are there or not in the custom table, design a screen which satisfies your requirement

Former Member
0 Kudos

You can use PBO event to create the screen depending on your conditions you can edit the selection screen,.

If it is also conserned with user interaction then you can also edit screen in PAI event.

If you are not using module pool.

you can make use of at selection screen event and loop at screen.

Regards,

Lalit Mohan Gupta.