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: 

alv grid / toolbar / search&replace

Former Member
0 Kudos

Hi,

i am using the cl_gui_alv_grid for content maintenance in interactive mode.

Most of the standard buttons are usefull. I am missing a 'search and replace' functionality, though.

Does anybody have a sample code for that e.g. where I can mark a column and search and replace values in that column?

thanks.

Werner

1 ACCEPTED SOLUTION

hubert_heitzer
Contributor
0 Kudos

Hi Werner,

unfortunately I have no sample code, but as a first step you can use inherited method GET_SELECTED_COLUMNS_BASE, which should yield you the fieldnames of the selected columns.

Regards, Hubert

2 REPLIES 2

hubert_heitzer
Contributor
0 Kudos

Hi Werner,

unfortunately I have no sample code, but as a first step you can use inherited method GET_SELECTED_COLUMNS_BASE, which should yield you the fieldnames of the selected columns.

Regards, Hubert

0 Kudos

Hello Hubert,

yes, I went that way and created my own popup.

thanks

Werner