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

Enabling and disabling an status button.

Former Member
0 Likes
809

Hi.

can i modify an specific status by code??

I mean, enable or disable an specific button of that status without creating another status??

Thanks.

Hi.

can i modify an specific status by code??

I mean, enable or disable an specific button of that status without creating another status??

Thanks.

5 REPLIES 5
Read only

Former Member
0 Likes
777

Hi

Try the same using the fun module

RS_SET_SELSCREEN_STATUS

Regards

Anji

Read only

Former Member
0 Likes
777

hi,

use the function code for the button and code as enable and disable the button..

thanks,

reward points if helpful...

Read only

Former Member
0 Likes
777

In a custom program, you can do it with the EXCLUDING option .. look for F1 help on

SET PF-STATUS for the exatct syntax..

For a Std Tcode, you can create a screen variant using SHD0.

Arya

Read only

0 Likes
777

Hi.

I've just tried EXCLUDING option and works fine hiding the button.

But what i actually need is to show the button in a disabled mode.

Is there any way to do that??

Tanks

Read only

Former Member
0 Likes
777

I already figured it out. Thanks anyway.