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

GRFN_DOCUMENTS_PROGCHECK SAP ABAP Report - Extended Syntax Check for Development Classes







GRFN_DOCUMENTS_PROGCHECK 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_DOCUMENTS_PROGCHECK 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_DOCUMENTS_PROGCHECK. "Basic submit
SUBMIT GRFN_DOCUMENTS_PROGCHECK AND RETURN. "Return to original report after report execution complete
SUBMIT GRFN_DOCUMENTS_PROGCHECK 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: T_DEVCLS = Packages
Selection Text: P_XI = FOPC_XI
Selection Text: P_WRKFLW = FOPC_WORKFLOW
Selection Text: P_USROPT = Packages Specified by User
Selection Text: P_UI = FOPC_UI
Selection Text: P_SUBPAC = Including All Subpackages
Selection Text: P_SSET = FOPC_STRUCTURE_SETUP
Selection Text: P_REPOR = FOPC_REPORTING
Selection Text: P_NAVIDX = Update Navigation Index
Selection Text: P_HRORG = FOPC_HR_ORG
Selection Text: P_GEN = Program Generation
Selection Text: P_FINMIC = FIN_INTERNAL_PROCESS_CONTROL
Selection Text: P_FINAM = FINA_INTERNAL_PROCESS_CONTROL
Selection Text: P_EX_CH = Extended Syntax Check
Selection Text: P_EXTRAC = FOPC_EXTRACTION
Selection Text: P_DOCS = FOPC_DOCUMENTS
Selection Text: P_CUST = FOPC_CUSTOMIZING
Selection Text: P_CHECK = Syntax Check
Selection Text: P_CASE = FOPC_CASE_MANAGEMENT
Selection Text: P_ASSES = FOPC_ASSESSMENT_ISSUE_PLAN
Selection Text: P_AIS = FOPC_AIS
Title: Extended Syntax Check for Development Classes
Text Symbol: F03 = Packages
Text Symbol: F02 = Action
Text Symbol: F01 = Packages
Text Symbol: 002 = Deselect All
Text Symbol: 001 = Select All


INCLUDES used within this REPORT GRFN_DOCUMENTS_PROGCHECK

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 = i_percentage text = str.

EXTENDED_PROGRAM_CHECK call function 'EXTENDED_PROGRAM_CHECK' exporting program = i_reportname * BASIS 630 - doesn't have this parameter ??? * message_level = 1 test_all = 'X' importing result = result result_stat = resultstat exceptions fatal_error = 0.

EXTENDED_PROGRAM_CHECK_SHOW call function 'EXTENDED_PROGRAM_CHECK_SHOW' exporting result = result result_stat = resultstat * show_all = 'X' repid = i_reportname.

EXTENDED_PROGRAM_CHECK call function 'EXTENDED_PROGRAM_CHECK' exporting program = i_reportname * BASIS 630 - doesn't have this parameter ??? * message_level = 1 test_all = 'X' importing result = result result_stat = resultstat exceptions fatal_error = 0.

EXTENDED_PROGRAM_CHECK_SHOW call function 'EXTENDED_PROGRAM_CHECK_SHOW' exporting result = result result_stat = resultstat * show_all = 'X' repid = i_reportname.

EXTENDED_PROGRAM_CHECK_SHOW call function 'EXTENDED_PROGRAM_CHECK_SHOW' exporting result = ex_check-result result_stat = ex_check-resultstat * show_all = 'X' repid = i_reportname.



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