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

ALV - trigger changes while selecting a value from drop down

Former Member
0 Likes
539

Hi Experts,

On an ALV grid, I want to have a drop down list for one column with a default value.

And once I select a value from the drop down, other than the default value, I want to trigger.

1) I want to initialise the values on some editable fields on the same row and disable them

2) and also enable (make editable) some other fields on the same row at the same time.

Can this be done while selecting a new value from drop down?

or the user has to press enter to trigger the changes?

thanks

Jay

1 ACCEPTED SOLUTION
Read only

messier31
Active Contributor
0 Likes
395

Hi,

I doubt if the control (i.e alv control) can capture such event.. hence

i guess user will have to change and click some button say update to trigger

event...

Enjoy SAP.

Pankaj Singh.

2 REPLIES 2
Read only

messier31
Active Contributor
0 Likes
396

Hi,

I doubt if the control (i.e alv control) can capture such event.. hence

i guess user will have to change and click some button say update to trigger

event...

Enjoy SAP.

Pankaj Singh.

Read only

Former Member
0 Likes
395

Hi,

Looks like selection from drop down doesnot trigger an action.

Instead of dropdown, using an F4 , selecting an option and press enter will provide

the similar feature?

Jay