Application Development and Automation 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: 
Read only

Regarding enable disable button

Former Member
0 Likes
404

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
Read only

Former Member
0 Likes
378

Hi,

It is not possible in ABAP to do that..

Thanks

Naren

Read only

Former Member
0 Likes
378

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