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: 

Regarding enable disable button

Former Member
0 Kudos

Hi Experts,

I have two selection screen in report and three button also.........

what i want.... If i put the cursor on first selection screen at that time my two button will be disable and If i put the cursor on Second selection scren at that time button will be enable for user...............

so it is possible in ABAP..........

give me suggetion

Zenithi

Message was edited by:

zenithi george

2 REPLIES 2

Former Member
0 Kudos

Hi,

It is not possible in ABAP to do that..

Thanks

Naren

Former Member
0 Kudos

Hi,

This is not possible in ABAP but you can try this.

If user enters any value in first selection screen and press ENTER (required to trigger AT SELECTION-SCREEN OUTPUT event), you can call this event and disable these buttons. Similarly you can handle second screen also.

Hope this helps.

ashish