2009 Aug 06 11:53 AM
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.
2009 Aug 06 12:30 PM
Hi ,
Try for
Loop at screen.
screen-invisible = 0.
endloop.
regards
2009 Aug 06 12:41 PM
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.