SAP Reports / Programs

RUTCHKHV SAP ABAP Report - Check Help View Generation (Syntax Check for Programs Generated)







RUTCHKHV 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 RUTCHKHV 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 RUTCHKHV. "Basic submit
SUBMIT RUTCHKHV AND RETURN. "Return to original report after report execution complete
SUBMIT RUTCHKHV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Check Help View Generation (Syntax Check for Programs Generated)
Text Symbol: 001 = Generate selection reports for help views
Text Symbol: 010 = Exception &1 in view &2
Text Symbol: 012 = Syntax error in line &1: &2
Text Symbol: 910 = Object types to be checked
Text Symbol: 920 = Select Objects by Name
Text Symbol: 930 = Select objects by development class and request
Text Symbol: 940 = Find objects not defined in the DD
Text Symbol: 950 = Sort event by
Text Symbol: 960 = Log output


INCLUDES used within this REPORT RUTCHKHV

INCLUDE RADBTMAC.


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:

DD_VIEW_GET CALL FUNCTION 'DD_VIEW_GET' EXPORTING GET_STATE = get_State view_name = viewname IMPORTING DD25V_WA_A = dd25v_wa TABLES DD26V_TAB_A = dd26v_Tab DD27P_TAB_A = dd27p_Tab DD28V_TAB_A = dd28v_tab EXCEPTIONS ACCESS_FAILURE = 1 OTHERS = 2.

GEN_HELPVIEW_SELECTION CALL FUNCTION 'GEN_HELPVIEW_SELECTION' EXPORTING GEN_FORCED = ' ' TEST_ONLY = TESTRUN "Global: Parameters DD25V_WA = DD25V_WA IMPORTING PROGNAME = PROGNAME TABLES DD28V_TAB = DD28V_TAB DD27P_TAB = DD27P_TAB DD26V_TAB = DD26V_TAB EXCEPTIONS PROG_WAS_MODIFIED = 01 REP_IS_INCONSISTENT = 02 REP_NOT_FOUND = 03 VIEW_IS_INCONSISTENT = 04 VIEW_NOT_FOUND = 05.

DD_VIEW_GET CALL FUNCTION 'DD_VIEW_GET' EXPORTING GET_STATE = GET_STATE_A LANGU = SY-LANGU PRID = 0 VIEW_NAME = VIEWNAME WITHTEXT = 'X' IMPORTING DD25V_WA_A = DD25V_WA GOT_STATE = GOT_STATE TABLES DD26V_TAB_A = DD26V_TAB DD26V_TAB_N = DD26V_TAB_N DD27P_TAB_A = DD27P_TAB DD27P_TAB_N = DD27P_TAB_N DD28V_TAB_A = DD28V_TAB DD28V_TAB_N = DD28V_TAB_N EXCEPTIONS ACCESS_FAILURE = 01.



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