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

A question about Application Toolbar

Former Member
0 Likes
959

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
Read only

Former Member
0 Likes
930

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
Read only

Former Member
0 Likes
930

Check this link:

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

Read only

Former Member
0 Likes
931

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

Read only

Former Member
0 Likes
930

Hi

Good

Check this thread ,

Thanks

mrutyun^

Read only

Former Member
0 Likes
930

Hi Johnney,

Please check the below thread.

Link:[|URL]

Read only

Former Member
0 Likes
930

Hi Johnney,

Please ignore my previous post.

Please check the below link.

Link:[;