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

Input screen tree format

Former Member
0 Likes
766

Hi Expert,

I want to design a input screen like IMG format with execute icon,

Please assist.

Thanks

Alam

3 REPLIES 3
Read only

nishantbansal91
Active Contributor
0 Likes
738

Hi,


Can you please explain more requirement.?

Thanks

Nishant

Read only

Former Member
0 Likes
738

Hi Nishant,

Please find the below screen as sample for my requirement ,

Read only

Former Member
0 Likes
738

Easy enough.

Use an ALV tree.  Set the columns you wish to click on as icons and (for ease) hotspots,  or double click

Implement a local event handler to handle either hotspot clicks or double clicks paying attention to the columnand row that was clicked.

There you go.