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

Dialogue Programming

Former Member
0 Likes
441

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

5 REPLIES 5
Read only

Former Member
0 Likes
424

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

Read only

Former Member
0 Likes
424

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.

Read only

Former Member
0 Likes
424

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

Read only

Former Member
0 Likes
424

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.

Read only

Former Member
0 Likes
424

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