Application Development 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: 

Re: Disabling single Screen field

Former Member
0 Kudos

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

Former Member
0 Kudos

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

3 REPLIES 3

Former Member
0 Kudos

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

0 Kudos

No value is comming into the field.It is blank

0 Kudos

place the list box field in chain and endchain.

chain.

field listboxfield module dummy_module.

endchain.