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

CO02 Disable status

Former Member
0 Likes
596

Hi experts,

I want to disable the CO02 status button.I did that with the help of SHD0.

But when the user clicks on the user status text there is as tabstrip status with status no. which is not in disable mode.

User can change the radiobutton which I do not want the user to do.

In SHD0, for that radio button all the functionality are already disabled i.e. (Invisible, Inout, Output only).

So I am not able to do anything to it.

I have tried everything in SHD0, but still that radio buttons are in enable mode when I run CO02.

Thanx,

Anil.

Hi experts,

I want to disable the CO02 status button.I did that with the help of SHD0.

But when the user clicks on the user status text there is as tabstrip status with status no. which is not in disable mode.

User can change the radiobutton which I do not want the user to do.

In SHD0, for that radio button all the functionality are already disabled i.e. (Invisible, Inout, Output only).

So I am not able to do anything to it.

I have tried everything in SHD0, but still that radio buttons are in enable mode when I run CO02.

Thanx,

Anil.

2 REPLIES 2
Read only

Former Member
0 Likes
528

Hi ,

Try for

Loop at screen.

screen-invisible = 0.

endloop.

regards

Read only

0 Likes
528

Hey Buddy,

I don't want to make it invisible.I just want to make it as output only to the user and if its possible through SHD0 it would be better, since I do not know any exit for CO02.

Also it will reduce the work of ABAPer.

If u know any exit for CO02 share it, if I dont get anything I will do dat.

Thanx buddy.