Hi all,
I have a case in Selection Screen :
There are 2 radio buttons(R1 & R2) and 4 parameters (P1, P2, P3, P4).
WHen i select R1 then P1 and P2 should become mandatory
when i select R2 then P1, P2, P3 & P4 should become mandatory.
I have coded it using LOOP AT SCREEN ...
So, by default R1 will be selected then P1, P2 will become mandatory. Now when i select R2, it gives an status message as 'FILL IN THE REQUIRED FIELDS' .....So how can i overcome this and be able to select R2 which enables P1, P2, P3,P4 as mandatory ?
Please provide some feasible solution. Thanks!