FPB_SHOW_PERS_DATA_F01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter FPB_SHOW_PERS_DATA_F01 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
COMPLEX_SELECTIONS_DIALOG CALL FUNCTION 'COMPLEX_SELECTIONS_DIALOG' EXPORTING title = text-000 * TEXT = * SIGNED = 'X' * LOWER_CASE = ' ' * NO_INTERVAL_CHECK = ' ' * JUST_DISPLAY = ' ' just_incl = 'X' excluded_options = l_excl_options * DESCRIPTION = * HELP_FIELD = search_help = 'USER_COMP' tab_and_field = l_tab_field TABLES range = lt_user EXCEPTIONS no_range_tab = 1 cancelled = 2 internal_error = 3 invalid_fieldname = 4 OTHERS = 5 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FPB_SHOW_PERS_DATA_F01 - FPBSHOWPERSDATAF01 FPB_SHOW_PERSONALIZATION_DATA - Display Personalization Data FPB_SHOW_PERSONALIZATION_DATA - Display Personalization Data FPB_RULES_FOR_USERTOP - FPBRULESFORUSERTOP FPB_RULES_FOR_USER - Display Rules for a User FPB_RULES_FOR_USER - Display Rules for a User