FOPC_SECURITY_BROWSER is a standard Executable ABAP Report 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 FOPC_SECURITY_BROWSER 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.
Selection Text: I_PRNT = Print
Selection Text: I_SRID = Source
Selection Text: I_TRID = Target
Selection Text: I_PERS = D .
Selection Text: I_ROLE = D .
Selection Text: I_TASK = D .
Selection Text: I_TMFR = D .
Selection Text: I_UNAM = D .
Selection Text: I_YEAR = D .
Title: Program FOPC_SECURITY_BROWSER
Text Symbol: X01 = Filter
Text Symbol: X02 = Triple
Text Symbol: X03 = Tasks
Text Symbol: X04 = Targets
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FOPC_REPORT_SHOW_PDF call function 'FOPC_REPORT_SHOW_PDF' exporting it_otfdata = lt_otfdata.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = 'FOPCTASKT' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = changing ct_fieldcat = lt_fieldcat exceptions * INCONSISTENT_INTERFACE = 1 * PROGRAM_ERROR = 2 others = 3 .
REUSE_ALV_POPUP_TO_SELECT call function 'REUSE_ALV_POPUP_TO_SELECT' exporting * I_TITLE = * I_SELECTION = 'X' * I_ALLOW_NO_SELECTION = * I_ZEBRA = ' ' * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_CHECKBOX_FIELDNAME = * I_LINEMARK_FIELDNAME = * I_SCROLL_TO_SEL_LINE = 'X' i_tabname = 'FOPCTASKT' * I_STRUCTURE_NAME = it_fieldcat = lt_fieldcat * IT_EXCLUDING = * I_CALLBACK_PROGRAM = * I_CALLBACK_USER_COMMAND = * IS_PRIVATE = importing es_selfield = ls_selfield * e_exit = tables t_outtab = lt_tab exceptions * PROGRAM_ERROR = 1 others = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FOPC_SECURITY_BROWSER - Program FOPC_SECURITY_BROWSER FOPC_SECURITY_BROWSER - Program FOPC_SECURITY_BROWSER FOPC_SCHEDULE_REORG - Clear Scheduling FOPC_SCHEDULE_REORG - Clear Scheduling FOPC_SCHEDULE_COPY - Copy Central Scheduling Settings for New Organizational Units FOPC_SCHEDULE_COPY - Copy Central Scheduling Settings for New Organizational Units