cancel
Showing results for 
Search instead for 
Did you mean: 

Sort table according to input field.

Former Member
0 Kudos

hii,

i have a strange requirement in it there is a input fiefld and below it is table . wat i have to do is when user enter a albhabet in the

input field then the grid should sort according to his entry for eg (if he enters a all records in table should sort by a and after a if he enters b then record should sort with ab an similsrily.) Only by writing alphabet without any user action.

is it possible .

Regards,

Gaurav.

Accepted Solutions (0)

Answers (1)

Answers (1)

saket_abhyankar
Active Participant
0 Kudos

I don't think this is possible. No event is triggered automatically after entering character in the input field. You can achieve the required result by using onenter event of the input field, but for this, pressing enter button is required after entering value.

Experts:

Kindly correct me if I am wrong.

Regards,

Saket.

Former Member
0 Kudos

hi saket,

In ABAP it is not possible as no event is triggered but i m not sure abt web dynpro . lets see if some work around can be done.

any ways,

thanks .

Former Member
0 Kudos

Hello Gaurav,

In webdynpro for ABAP, it is not possible.

In Web Dynpro for ABAP, you have to use button i.e. event triggering

But you can achive this thing into Web Dynpro for JAVA or in BSP's.

Regards,

Narendra