cancel
Showing results for 
Search instead for 
Did you mean: 

ALV on Enter Event

Former Member
0 Kudos

Hi Experts,

I have an editable ALV ,in which the user will be entering values, after entering a value and press enter, i want to populate the corresponding details based on the entered value. please suggest asap.

Regards

Sarath

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

An event handler method should be created for ON_DATA_CHECK event in the corresponding View or in the Componentcontroller

(where you embedded ALV component SALV_WD_TABLE).

This event is always raised when you press enter on inputfield or add new line.

So you can implement your own code here, e.g. default values can be set in other fields based on the entered value.

(Eventhandler parameter R_RPARAM should be used for this purpose)