SAP Reports / Programs | Governance, Risk and Compliance | GRC Access Control Plug-In(GRC-ACP) SAP GRC

/GRCPI/GRIA_R_DOWNLOAD_DESC SAP ABAP Report - Program /GRCPI/GRIA_R_DOWNLOAD_DESC







/GRCPI/GRIA_R_DOWNLOAD_DESC 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 /GRCPI/GRIA_R_DOWNLOAD_DESC 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 /GRCPI/GRIA_R_DOWNLOAD_DESC. "Basic submit
SUBMIT /GRCPI/GRIA_R_DOWNLOAD_DESC AND RETURN. "Return to original report after report execution complete
SUBMIT /GRCPI/GRIA_R_DOWNLOAD_DESC 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: P_FLD = Auth Fields
Selection Text: P_FLDVL = Auth Field Values
Selection Text: P_LFILE = File path
Selection Text: P_OBJT = Auth Objects
Selection Text: P_ORGLVL = Org Level Variables
Selection Text: P_PC = Local File
Selection Text: P_SERVER = Application Server File
Selection Text: P_SFILE = File path
Selection Text: P_SPRAS = Language
Selection Text: P_TCODE = Auth Tcodes
Selection Text: P_USGRP = User Groups
Title: Program /GRCPI/GRIA_R_DOWNLOAD_DESC
Text Symbol: 001 = Selection Parameters
Text Symbol: 005 = File download error
Text Symbol: 006 = Downloaded file
Text Symbol: 007 = user does not have write file permission for file
Text Symbol: 008 = List of Auth Objects to be Included For Text Extraction
Text Symbol: 010 = No data selected
Text Symbol: 015 = Please enter filename


INCLUDES used within this REPORT /GRCPI/GRIA_R_DOWNLOAD_DESC

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:

NAVIGATION_FILENAME_HELP CALL FUNCTION 'NAVIGATION_FILENAME_HELP' IMPORTING selected_filename = p_lfile.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = ls_agr_texts-spras IMPORTING output = lv_laiso.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = ls_usr11-langu IMPORTING output = lv_laiso.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = ls_tobjt-langu IMPORTING output = lv_laiso.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = ls_tstct-sprsl IMPORTING output = lv_laiso.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = ls_dd04t-ddlanguage IMPORTING output = lv_laiso.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = ls_usorg-langu IMPORTING output = lv_laiso.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = ls_usgrp-sprsl IMPORTING output = lv_laiso.



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 /GRCPI/GRIA_R_DOWNLOAD_DESC or its description.