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: 

alv selection screen issue.

Former Member
0 Kudos

Hi,

   In my requirement i want to disable the screen field based on condition.

in input screen..

posting date------------select option

period------------------paramter

if user enters posting date means want to validate period or throw error message.(not allowed to enter period) and vice versa.

am having no radio button.

LOOP AT SCREEN.

IF SCREEN-GROUP1 EQ 'ASD'.

IF mbudat IS not INITIAL.

SCREEN-INPUT = '1'.

ELSE.

SCREEN-INPUT = '0'.

ENDIF.

MODIFY SCREEN.

ENDIF.

ENDLOOP.

but it is not working.................Any one can suggest????/

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Please don't repost the same question after having the previous rejected by a moderator.

This is relatively basic ABAP - please search and/or use help.sap.com.

<Thread locked>

1 REPLY 1

Former Member
0 Kudos

Please don't repost the same question after having the previous rejected by a moderator.

This is relatively basic ABAP - please search and/or use help.sap.com.

<Thread locked>