Quantcast
Channel: SCN : Popular Discussions - Floorplan Manager for Web Dynpro ABAP
Viewing all articles
Browse latest Browse all 1726

Where-used list in FPM applications?

$
0
0

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?


Viewing all articles
Browse latest Browse all 1726

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>