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

Re: Disabling single Screen field

Former Member
0 Likes
536

Sorry to say this vijay the code is not working.in PBO i have written following code

loop at screen.

IF ZATC_TOUR1-ACCOMODATION = 'GUEST HOUSE'.

if screen-group1 = 'G1' and screen-group2 = 'G2'.

screen-input = 0.

modify screen.

endif.

endif.

endloop.

G2(group i have assigned it for radio button group)

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
506

did u check in the debug mode what text is coming in ZATC_TOUR1-ACCOMODATION field.

Sorry to say this vijay the code is not working.in PBO i have written following code

loop at screen.

IF ZATC_TOUR1-ACCOMODATION = 'GUEST HOUSE'.

if screen-group1 = 'G1' and screen-group2 = 'G2'.

screen-input = 0.

modify screen.

endif.

endif.

endloop.

G2(group i have assigned it for radio button group)

3 REPLIES 3
Read only

Former Member
0 Likes
507

did u check in the debug mode what text is coming in ZATC_TOUR1-ACCOMODATION field.

Read only

0 Likes
506

No value is comming into the field.It is blank

Read only

0 Likes
506

place the list box field in chain and endchain.

chain.

field listboxfield module dummy_module.

endchain.