‎2007 Apr 19 1:39 PM
Hello Folks,
i have one doubt in dialogue programming, if we want to disable any text box from dialogue program than how can we do that?...if possible give me solution in step by step format.
my mail id is "talele.rahul@gmail.com"
thanx & regards,
Rahul Talele
‎2007 Apr 19 1:41 PM
Hi,
Double click on that text box field on the screen.
It goes to the attributes.
Make it as just OUTPUT field
so it is disabled for input.
reward points if useful
regards,
ANJI
‎2007 Apr 19 1:42 PM
Hi,
if u want to disable a check button u need to write the code like this.
loop at screen.
if screen-name = '<ur field>'.
screen-invisible = '1'.
modify screen.
endif.
endloop.
rgds,
bharat.
‎2007 Apr 19 1:48 PM
1.double click on the screen number in your program
2.go the the layout editor of the screen
3. double on the field in the layout editor(a screen pop's up)
4.choose the program tab in the bottom of the screen popped up
5.u'll find a list box besides the <b>Input</b> text, select <b>not possible</b> in that list box
‎2007 Apr 19 1:51 PM
Hi,
Go to Se51 transaction and select Layout Button, and then double click the field you want to input disable. then you will get its attributer there in lower corner you'll find three tabpages,select PROGRAM tab pege there you'll have dropdown box with all requirements. check it once...
with regards,
Jay.
‎2007 Apr 19 2:01 PM
Hi Rahul,
In your dialog program, open the screen layout.
In that double click on the text box, which you want to disable.
It will take you to the screen-painter-attributes of that text box.
In that attributes screen, click on the program tab.
There you uncheck the input field.
Now that particular text box will be disabled.
Thanks and Regards,
Archana.S