SAP Reports / Programs | Governance, Risk and Compliance(GRC) SAP GRC

GRFN_REPORTING_TEST SAP ABAP Report - Perform PC/RM Report







GRFN_REPORTING_TEST 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 GRFN_REPORTING_TEST 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 GRFN_REPORTING_TEST. "Basic submit
SUBMIT GRFN_REPORTING_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT GRFN_REPORTING_TEST 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_CA_TXT = Activity Category
Selection Text: I_CF_CS = Exclude Carryforward Cases
Selection Text: I_CN_ID = Control ID
Selection Text: I_CN_TXT = Control
Selection Text: I_CN_TYP = Control Type
Selection Text: I_CURR = Currency
Selection Text: I_EC_ID = Indirect EL Control ID
Selection Text: I_EC_TXT = Indirect EL Control
Selection Text: I_EG_ID = Indirect EL Group ID
Selection Text: I_EG_TXT = Indirect EL Group
Selection Text: I_NOBUFF = Bypass Buffer
Selection Text: I_NOSUB = Only Specified Organization
Selection Text: I_OUHIER = Organizational Unit Hierarchy
Selection Text: I_OU_ID = Organizational Unit ID
Selection Text: I_OU_TXT = Organizational Unit
Selection Text: I_PR_ID = Process ID
Selection Text: I_PR_TXT = Process
Selection Text: I_RAT_VA = Rating Value
Selection Text: I_REG = Regulation
Selection Text: I_REPORT = Report ID
Selection Text: I_RG_ID = Risk Category ID
Selection Text: I_RG_TXT = Risk Category
Selection Text: I_SP_ID = Subprocess ID
Selection Text: I_SP_TXT = Subprocess
Selection Text: I_TFFREQ = D .
Selection Text: I_TFRAME = Timeframe
Selection Text: I_TFYEAR = Year
Selection Text: I_TSTEP = Only Failed Test Steps
Selection Text: I_TXT = Include Long Texts
Selection Text: I_UNAME = User ID for Report Display
Selection Text: I_VERS = Report Version
Selection Text: I_WFREC = Workflow Recipient
Selection Text: THISTASK = Synchronously
Selection Text: I_CA_ID = Activity Category ID
Selection Text: ASYNTASK = Asynchronously
Selection Text: BTC_TASK = In Background
Selection Text: DISP_ALV = Result in ALV Grid
Selection Text: DISP_NO = No Results





Selection Text: I_AC_ID = Activity ID
Selection Text: I_AC_TXT = Activity
Selection Text: I_AGGR = Aggregation Logic
Selection Text: I_AG_ID = Account Group ID
Selection Text: I_AG_TXT = Account Group
Selection Text: I_ASS = Assessment/Test with Rating
Selection Text: I_CASES = Cases
Title: Perform PC/RM Report
Text Symbol: 001 = Selection Parameters
Text Symbol: 002 = Runtime Settings
Text Symbol: 003 = Result Display
Text Symbol: 004 = Calculation running ...
Text Symbol: 005 = All Background Reports by MIC User &1
Text Symbol: 006 = Personalization
Text Symbol: 010 = Report GUID
Text Symbol: 011 = Status
Text Symbol: 012 = Created By
Text Symbol: 013 = Created
Text Symbol: 014 = Started by
Text Symbol: 015 = Started
Text Symbol: 016 = Completed
Text Symbol: 017 = Batch Job Name
Text Symbol: 018 = Number of Batch Jobs
Text Symbol: 019 = Runtime:
Text Symbol: 020 = Timeframe:
Text Symbol: 021 = Buffer used:
Text Symbol: 022 = No
Text Symbol: 023 = Yes
Text Symbol: 024 = Memory consumption:


INCLUDES used within this REPORT GRFN_REPORTING_TEST

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:

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = l_prog_int text = l_text.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = sy-repid * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' i_callback_top_of_page = 'TOP_OF_PAGE' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * i_structure_name = 'GRPT_BSP_UI_REPORT' * I_BACKGROUND_ID = ' ' i_grid_title = l_title * I_GRID_SETTINGS = * IS_LAYOUT = it_fieldcat = lt_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' is_variant = ls_variant * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = * IT_EXCEPT_QINFO = * I_HTML_HEIGHT_TOP = * I_HTML_HEIGHT_END = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab = it_report exceptions * PROGRAM_ERROR = 1 others = 2 .

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = t_header.

GRPC_REPORT_SHOW_PDF





** call function 'GRPC_REPORT_SHOW_PDF' ** exporting ** it_otfdata = -otfdata.



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 GRFN_REPORTING_TEST or its description.