SAP Reports / Programs

RHINFAW0 SAP ABAP Report - Infotype reporting







RHINFAW0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report RHINFAW0 is used to evaluate infotypes...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RHINFAW0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RE_RHINFAW0 - Infotype Reporting


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 RHINFAW0. "Basic submit
SUBMIT RHINFAW0 AND RETURN. "Return to original report after report execution complete
SUBMIT RHINFAW0 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: SUBTY = D .
Selection Text: REQ_ISPE = D .
Selection Text: ISPEC_R = D .
Selection Text: INVRT_S = D .
Selection Text: INFTY = D .
Selection Text: COMPL_S = D .
Title: Infotype reporting
Text Symbol: WEG = Evaluation path:
Text Symbol: TOT = Entire structure
Text Symbol: T02 = Reporting
Text Symbol: SUB = Subtype:
Text Symbol: STA = Status
Text Symbol: S02 = Reporting off
Text Symbol: S01 = Reporting on
Text Symbol: PLA = Plan version:
Text Symbol: OID = Object ID
Text Symbol: NOT = Without
Text Symbol: MIT = With
Text Symbol: IPM = With and without infotype
Text Symbol: INF = Infotype:
Text Symbol: ICO = Object Type
Text Symbol: FNM = Fld Name
Text Symbol: DES = Description
Text Symbol: DAT = Date
Text Symbol: ANZ = Display:
Text Symbol: ALL = All existing
Text Symbol: AIP = With infotype only
Text Symbol: AIM = Without infotype only
Text Symbol: AEI = Infotype Reporting
Text Symbol: 300 = Object Name
Text Symbol: 002 = Display
Text Symbol: 001 = Reporting
001 &0..................&3.............&1..................&2..................


INCLUDES used within this REPORT RHINFAW0

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:

RH_USER_VIEW_PARAMETER CALL FUNCTION 'RH_USER_VIEW_PARAMETER' IMPORTING object_key = object_key_flag object_date = object_date_flag istat = istat_flag object_key_ftext = object_key_ftext object_date_ftext = object_date_ftext istat_ftext = istat_ftext object_key_title = object_key_title object_date_title = object_date_title istat_title = istat_title EXCEPTIONS OTHERS = 1.

RH_USER_VIEW_PARAMETER CALL FUNCTION 'RH_USER_VIEW_PARAMETER' EXPORTING change_object_key = change_object_key change_object_date = change_object_date change_istat = change_istat IMPORTING object_key_ftext = object_key_ftext object_date_ftext = object_date_ftext istat_ftext = istat_ftext object_key_title = object_key_title object_date_title = object_date_title istat_title = istat_title EXCEPTIONS OTHERS = 1.

STRUCTURE_ENTRY_READ CALL FUNCTION 'STRUCTURE_ENTRY_READ' EXPORTING index = nstru_r-pstru IMPORTING object = objec root = gdstr entry = struc EXCEPTIONS OTHERS = 1.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = objec-plvar otype = objec-otype objid = objec-objid realo = objec-realo begda = gdstr-sbegd " Note 716844 endda = gdstr-sendd " Note 716844 store = 'X' IMPORTING obeg = objec-begda oend = objec-endda ostat = objec-istat histo = objec-histo short = objec-short stext = objec-stext EXCEPTIONS not_found = 1 OTHERS = 2.

STRUCTURE_ENTRY_GET CALL FUNCTION 'STRUCTURE_ENTRY_GET' EXPORTING index = nstru_r-pstru depth = 0 cb_nr = '10' IMPORTING object = objec root = gdstr entry = struc EXCEPTIONS OTHERS = 1.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = objec-plvar otype = objec-otype objid = objec-objid realo = objec-realo begda = struc-sbegd " Note 716844 endda = struc-sendd " Note 716844 store = 'X' IMPORTING obeg = objec-begda oend = objec-endda ostat = objec-istat histo = objec-histo short = objec-short stext = objec-stext EXCEPTIONS not_found = 1 OTHERS = 2.

RH_OTYPE_COLOR * CALL FUNCTION 'RH_OTYPE_COLOR' * EXPORTING * otype = objec-otype * IMPORTING * color = act_col * intensiv = act_int * EXCEPTIONS * OTHERS = 1.

RH_READ_INFTY_TABDATA * CALL FUNCTION 'RH_READ_INFTY_TABDATA' * EXPORTING * infty = '1002' * TABLES * innnn = i1002_tab * hrtnnnn = hrt1002_tab * EXCEPTIONS * no_table_infty = 1 * innnn_empty = 2 * nothing_found = 3 * OTHERS = 4.

RH_GET_TABDATA_FROM_ITAB * CALL FUNCTION 'RH_GET_TABDATA_FROM_ITAB' * EXPORTING * tabnr = i1002_tab-tabnr * TABLES * hrtnnnn = hrt1002_tab * ptnnnn = pt1002_tab * EXCEPTIONS * nothing_found = 1 * OTHERS = 2.

RH_READ_INFTY_TABDATA CALL FUNCTION 'RH_READ_INFTY_TABDATA' EXPORTING infty = '1002' TABLES innnn = i1002_tab hrtnnnn = hrt1002_tab EXCEPTIONS no_table_infty = 1 innnn_empty = 2 nothing_found = 3 OTHERS = 4.

RH_GET_TABDATA_FROM_ITAB CALL FUNCTION 'RH_GET_TABDATA_FROM_ITAB' EXPORTING tabnr = i1002_tab-tabnr TABLES hrtnnnn = hrt1002_tab ptnnnn = pt1002_tab EXCEPTIONS nothing_found = 1 OTHERS = 2.

RH_RPDSYS_DOKU_SHOW * CALL FUNCTION 'RH_RPDSYS_DOKU_SHOW' * EXPORTING * dsys_key = dsys * EXCEPTIONS * OTHERS = 1.

RH_COLOR_LEGEND * CALL FUNCTION 'RH_COLOR_LEGEND' * EXPORTING * ltyp = 'OTYPE' * EXCEPTIONS * OTHERS = 1.

RH_USER_VIEW_PARAMETER * CALL FUNCTION 'RH_USER_VIEW_PARAMETER' * EXPORTING * change_object_key = $cross * IMPORTING * object_key = object_key_flag * object_key_ftext = object_key_ftext * object_key_title = object_key_title * EXCEPTIONS * OTHERS = 1.

RH_USER_VIEW_PARAMETER * CALL FUNCTION 'RH_USER_VIEW_PARAMETER' * EXPORTING * change_istat = $cross * IMPORTING * istat = istat_flag * istat_ftext = istat_ftext * istat_title = istat_title * EXCEPTIONS * OTHERS = 1.

RH_USER_VIEW_PARAMETER * CALL FUNCTION 'RH_USER_VIEW_PARAMETER' * EXPORTING * change_object_date = $cross * IMPORTING * object_date = object_date_flag * object_date_ftext = object_date_ftext * object_date_title = object_date_title * EXCEPTIONS * OTHERS = 1.

RH_DOCU_IN_LIST * CALL FUNCTION 'RH_DOCU_IN_LIST' * EXPORTING * selfield = sel_nodes-selfield * TABLES * help_tab = help_tab * EXCEPTIONS * OTHERS = 1.

RH_COLOR_LEGEND * CALL FUNCTION 'RH_COLOR_LEGEND' * EXPORTING * ltyp = 'OTYPE' * EXCEPTIONS * OTHERS = 1.

RH_RPDSYS_DOKU_SHOW





* CALL FUNCTION 'RH_RPDSYS_DOKU_SHOW' * EXPORTING * dsys_key = dsys * EXCEPTIONS * OTHERS = 1.

RH_USER_VIEW_PARAMETER * CALL FUNCTION 'RH_USER_VIEW_PARAMETER' * EXPORTING * change_object_key = $cross * IMPORTING * object_key = object_key_flag * object_key_ftext = object_key_ftext * EXCEPTIONS * OTHERS = 1.

RH_USER_VIEW_PARAMETER * CALL FUNCTION 'RH_USER_VIEW_PARAMETER' * EXPORTING * change_istat = $cross * IMPORTING * istat = istat_flag * istat_ftext = istat_ftext * istat_title = istat_title * EXCEPTIONS * OTHERS = 1.

RH_USER_VIEW_PARAMETER * CALL FUNCTION 'RH_USER_VIEW_PARAMETER' * EXPORTING * change_object_date = $cross * IMPORTING * object_date = object_date_flag * object_date_ftext = object_date_ftext * object_date_title = object_date_title * EXCEPTIONS * OTHERS = 1.

RH_READ_INFTY_TABDATA * CALL FUNCTION 'RH_READ_INFTY_TABDATA' * EXPORTING * infty = '1002' * TABLES * innnn = i1002_tab * hrtnnnn = hrt1002_tab * EXCEPTIONS * no_table_infty = 1 * innnn_empty = 2 * nothing_found = 3 * OTHERS = 4.

RH_GET_TABDATA_FROM_ITAB * CALL FUNCTION 'RH_GET_TABDATA_FROM_ITAB' * EXPORTING * tabnr = i1002_tab-tabnr * TABLES * hrtnnnn = hrt1002_tab * ptnnnn = pt1002_tab * EXCEPTIONS * nothing_found = 1 * OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' "Note 634852 EXPORTING "Note 634852 tabname = tabname_p "Note 634852 TABLES "Note 634852 dfies_tab = tab_p "Note 634852 EXCEPTIONS "Note 634852 not_found = 1 "Note 634852 OTHERS = 2. "Note 634852

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' "Note 634852 EXPORTING "Note 634852 tabname = tabname_p "Note 634852 langu = sy-langu "Note 634852 TABLES "Note 634852 dfies_tab = tab_text "Note 634852 EXCEPTIONS "Note 634852 not_found = 1 "Note 634852 internal_error = 2 "Note 634852 OTHERS = 3. "Note 634852

RH_READ_INFTY CALL FUNCTION 'RH_READ_INFTY' EXPORTING infty = infty istat = istat * EXTEND = 'X' subty = subty begda = begda endda = endda inftb = inftb TABLES innnn = infty_tab OBJECTS = object_set EXCEPTIONS all_infty_with_subty = 1 nothing_found = 2 no_objects = 3 wrong_condition = 4 OTHERS = 5.

RH_OTYPE_COLOR CALL FUNCTION 'RH_OTYPE_COLOR' EXPORTING otype = objec-otype.

RS_TREE_CONSTRUCT * CALL FUNCTION 'RS_TREE_CONSTRUCT' * TABLES * nodetab = nodes * EXCEPTIONS * tree_failure = 1 * id_not_found = 2 * wrong_relationship = 3 * OTHERS = 4.

RS_TREE_EXPAND * CALL FUNCTION 'RS_TREE_EXPAND' * EXPORTING * all = 'X' * node_id = nodes-id * EXCEPTIONS * not_found = 1 * OTHERS = 2.

RS_TREE_LIST_DISPLAY * CALL FUNCTION 'RS_TREE_LIST_DISPLAY' * EXPORTING * callback_program = 'RHINFAW0' * callback_user_command = 'USER_COMM' * callback_text_display = 'TEXT_DISPLAY' * callback_top_of_page = 'TOP_OF_PAGE' * status = 'OWN' * EXCEPTIONS * OTHERS = 1.



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