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: 

A question about Application Toolbar

Former Member
0 Kudos
137

Hi Experts,

By using GUI status, we can add Applicaiton Toolbar in the UI. My question is how to dynamically enable/disable (not hide the button) the Applicaiton Toolbar on the UI?

Thanks in advance,

Best Regards, Johnney.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
108

Hi,

Use:

Data:T_tab like standard table of sy-ucomm with header line.

T_itab = <Button>.

Append T_ITAB.

SET-PF STATUS 'STATUS' EXCLUDING 'T_ITAB'.

Hope this resolves your issue.

[REFER|http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/dba99935c111d1829f0000e829fbfe/content.htm]

Regards,

Gurpreet

5 REPLIES 5

Former Member
0 Kudos
108

Check this link:

[https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/toenableanddisableapplicationtollbarbuttonsdependingonthetransaction+code]

Former Member
0 Kudos
109

Hi,

Use:

Data:T_tab like standard table of sy-ucomm with header line.

T_itab = <Button>.

Append T_ITAB.

SET-PF STATUS 'STATUS' EXCLUDING 'T_ITAB'.

Hope this resolves your issue.

[REFER|http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/dba99935c111d1829f0000e829fbfe/content.htm]

Regards,

Gurpreet

Former Member
0 Kudos
108

Hi

Good

Check this thread ,

Thanks

mrutyun^

Former Member
0 Kudos
108

Hi Johnney,

Please check the below thread.

Link:[|URL]

Former Member
0 Kudos
108

Hi Johnney,

Please ignore my previous post.

Please check the below link.

Link:[;