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

call a dialog box by a function key

Former Member
0 Likes
337

hi,

i am having a alv report with alv rows having colors depending on certain condition.i want a color legend (a dialog box that has description of the color function) on pressing f6 function key.

any comments.

hi,

i am having a alv report with alv rows having colors depending on certain condition.i want a color legend (a dialog box that has description of the color function) on pressing f6 function key.

any comments.

1 REPLY 1
Read only

Former Member
0 Likes
301

Hi.

Declare a GUI status for the ALV.

In the GUI status, define an OK code for the F6 key.

In the form for processing ALV user commands, if it is this OK code, display your dialog box.

There are function modules for dialog boxes, but perhaps the neatest here would be another ALV.

John