cancel
Showing results for 
Search instead for 
Did you mean: 

Freely programmable search help popup window title

Former Member
0 Kudos

Hello All,

I want to change the popup window title for a freely programmable search help window. Can anyone please suggest how to achieve this.

Since we are not calling any method from code to display the F4 help window in case of freely programmable search help, I am not able to change the popup window title.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

RicardoRomero_1
Active Contributor
0 Kudos

Hi,

Try to get the embedding window like this:

DATA: lo_win TYPE REF TO if_wd_window.

lo_win = wd_this->wd_get_api( )->get_embedding_window( ).

And then use the method SET_WINDOW_TITLE.

Regards,
Ricardo.

Former Member
0 Kudos

Thank you very much Ricardo

Answers (0)