SAP Reports / Programs

FOPC_SECURITY_BROWSER SAP ABAP Report - Program FOPC_SECURITY_BROWSER







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FOPC_SECURITY_BROWSER. "Basic submit
SUBMIT FOPC_SECURITY_BROWSER AND RETURN. "Return to original report after report execution complete
SUBMIT FOPC_SECURITY_BROWSER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT FOPC_SECURITY_BROWSER

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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 .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FOPC_SECURITY_BROWSER or its description.