cancel
Showing results for 
Search instead for 
Did you mean: 

Where-used list in FPM applications?

Former Member
0 Kudos

I've the problem that in many places of my FPM code the where-used list does not work anymore because the FPM function force me to specify structure or column names by literals. So for example in the GET_DEFINITION methods of the UIBBs or when using the following piece of code in some PROCESS_EVENT function:


CASE io_event->mv_event_id.

     WHEN if_fpm_guibb_list=>gc_guibb_list_on_cell_action.

          io_event->mo_event_data->get_value(

               EXPORTING

                    iv_key = if_fpm_guibb_list=>gc_event_par_column_name

               IMPORTING

                    ev_value = lv_col_name

).

          if ( lv_col_name = 'FOO').

          endif.

ENDCASE.

Here I have to compare the variable lv_col_name with some literal containing the name of an element of a structure. So the where-used list on STRUCT-FOO does not find this source. Is there any way to fix this problem? I thought RTTI but found no way to do this. Possibly, is there any pragma or pseudo comment to update the where-used list of a specific structure at a given place?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

This is a generic ABAP question, you might have more luck in the space where the ABAP gurus hang around.

Former Member
0 Kudos

Good idea, I opened a new question there: