Skip to Content
0
Former Member
Jan 18, 2012 at 02:35 PM

SET PF STATUF SPACE - APPLICATION TOOLBAR

246 Views

hi friends,

I am writing interactive report in this report i have 6 buttons in application toolbar that i have created

using this statement

CASE SY-USOMM.
    WHEN 'A'.
    SET PF-STATUS SPACE.
                     WRITE: / 'A'
    WHEN 'B'.
    SET PF-STATUS SPACE.
                     WRITE: / 'B'
    WHEN 'C'.
    SET PF-STATUS SPACE.
                     WRITE: / 'C'
    WHEN 'D'.
                     WRITE: / 'A SORTED BY NAME ASCENDING'
    WHEN 'E'.
                     WRITE: / 'A SORTED BY NAME DESCENDING'
    WHEN 'F'.
                     WRITE: / 'A SORTED BY ID ASCENDING'
END CASE.

when i execute the report, all the six buttons are displayed on the main screen of the report,

what i want to achieve is display the last three buttons only when i press first button and when i press

first button first three buttons are invisible. what i want to achieve is hide last three buttons on execution and

display those last three button when i press first button.

any thoughts on that would be very helpful...

regards.

shiraz