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 Button in Sel Screen

Former Member
0 Likes
682

Hi,

I have a custom report, where I need to incorporate the Dynamic Selection button exactly as it is there in transaction LX17 (just after the execute button). How do I do this?

Thanks,

Paromita

3 REPLIES 3
Read only

Former Member
0 Likes
590

Please check in SDN, there is even a wiki entry,

http://wiki.sdn.sap.com/wiki/display/Snippets/DynamicSelectionScreensbasedonuserinputs

and lot of SDN threads, code gallery...

http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP%2bProgram%2bto%2bgenerate%2bselect-options%2bdyna...

Read only

Former Member
0 Likes
590

The LX17 uses a ldb in its report, you can check this using the attributes of the report.

use the same ldb for your report by including it in the attributes, the dynamic selection screen will appear automatically.

the LDB in your case is I1L.

Read only

Former Member
0 Likes
590

Hi Paromita Roy,

I have seen your query for the Dynamica Selection button on selection screen. Even my requirement is also same for the customized report but it should appear like AR02.

If your issue is resolved already, can you just suggest me the solution as well.

Regards.