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: 

how to switch two fields with one of them OBLIGATORY

Former Member
0 Kudos

Hi everyone,

i have two radio button on the screen: RD_A and RD_B, while there are two fields corresponding to them: P_A and P_B, P_A is OBLIGATORY.

i want to implment: when i click RD_A, field P_A is enable and field p_B is disable. when i click RD_B, field P_B is enable and field P_A is disable.

i tried using LOOP AT SCREEN ...screen-input = '0' and screen-required = '0' ....MODIFY SCREEN...statements, but it cannot work fine. when i switch from A to B, it always popup error message 'Fill in all required entry fields'.

can anyone help me? thanks in advance!

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

Don't Post Duplicate Threads or Cross posts. Refer the thread which you posted in General forum.

Read the Rules Before Posting Further.

1 REPLY 1

former_member188685
Active Contributor
0 Kudos

Don't Post Duplicate Threads or Cross posts. Refer the thread which you posted in General forum.

Read the Rules Before Posting Further.