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
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.
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
INCLUDE RADBTMAC.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RUTCHKHV - Check Help View Generation (Syntax Check for Programs Generated) RUTCHKHV - Check Help View Generation (Syntax Check for Programs Generated) RUTCHKEN - Mass checks with the new lock object activator RUTCHKEN - Mass checks with the new lock object activator RUTCHKEB - DD: Check FORMs for Testing Data Element Texts RUTCHKEB - DD: Check FORMs for Testing Data Element Texts