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: 

How to provide Search Help for editable field in ALV using REUSE_ALV_GRID_DISPLAY...?

Former Member
0 Kudos

Dear Sir/Madam, I want to provide Search help for a field which is in editable mode.

For example i'm having two Fields MATNR and ZSERIAL with editable Mode, whenever end user enters Material Number(MATNR) then that material related serial numbers should be provided as search help to (ZSERIAL) field.

Here i'm having the data in internal table, now how to provide the work area or internal table data as search help to second Field.

4 REPLIES 4

former_member228164
Participant
0 Kudos

maintain fixed Values in the Data Element.

0 Kudos

They are not in the Data Element, they are in the Domain.

0 Kudos

Yeah right i forgot..thnx for correcting...

raymond_giuseppi
Active Contributor

You could also try to handle the event 'ON_F4' of class 'CL_GUI_ALV_GRID' behind the old 'REUSE_ALV_GRID_DISPLAY' FM. (Look at sample BCALV_TEST_GRID_F4_HELP or similar SAP sample as well as archive wiki already available at SCN)

Regards,
Raymond