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 grid / toolbar / search&replace

Former Member
0 Likes
583

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
Read only

hubert_heitzer
Contributor
0 Likes
523

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
Read only

hubert_heitzer
Contributor
0 Likes
524

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

Read only

0 Likes
523

Hello Hubert,

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

thanks

Werner