SAP Reports / Programs | Cross-Application Components | General Application Functions | Qualifications and Requirements(CA-GTF-QR) SAP CA

RHPEINI0_F001 SAP ABAP INCLUDE - RHPEINI0F001







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


INCLUDES used within this REPORT RHPEINI0_F001

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:

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = name values = relation_list EXCEPTIONS OTHERS = 0.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = name values = lt_eval_path_int EXCEPTIONS OTHERS = 0.

RH_CHECK_PATH_IN_AW CALL FUNCTION 'RH_CHECK_PATH_IN_AW' EXPORTING qotype = i77aw-otype wegid = search_function-pathid zotype = search_function-otype EXCEPTIONS not_found = 1 wegid_not_found = 2 OTHERS = 3.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = name values = otype_list EXCEPTIONS OTHERS = 0.

RH_OBJID_UNPACK CALL FUNCTION 'RH_OBJID_UNPACK' EXPORTING act_otype = objec-otype clear_string = ' ' CHANGING act_objid = objec-realo EXCEPTIONS OTHERS = 0.

OM_GM_OBJECT_EXISTENCE_CHECK CALL FUNCTION 'OM_GM_OBJECT_EXISTENCE_CHECK' EXPORTING act_begda = act_begda act_endda = act_endda CHANGING object = tmp_objec EXCEPTIONS not_exist = 1 not_exist_in_time_period = 2 OTHERS = 3.

RHOM_MACO CALL FUNCTION 'RHOM_MACO' EXPORTING seark = tmp_seark seark_text = ma_text plvar = search_function-plvar otype = object-otype begda = act_begda endda = act_endda set_mode = space IMPORTING sel_object = maco_object EXCEPTIONS f15 = 1 nothing_found = 2 OTHERS = 3.

RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING plvar = search_function-plvar otype = act_object-otype seark = seark seark_begda = search_function-fuzzy_begda seark_endda = search_function-fuzzy_endda IMPORTING sel_object = sel_object EXCEPTIONS OTHERS = 1.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = repid dynumb = dynnr translate_to_upper = 'X' TABLES dynpfields = dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 OTHERS = 9.

RH_EVALUATION_PATH_EXPAND CALL FUNCTION 'RH_EVALUATION_PATH_EXPAND' EXPORTING act_wegid = p_search_function-pathid external_relations = c_cross TABLES i77aw_out = i77aw.

PATH_BUILD CALL FUNCTION 'PATH_BUILD' IMPORTING path_id = p_int_pathid TABLES 77aw = i77aw.

OM_OBJM_CLEAR_FAVORITE CALL FUNCTION 'OM_OBJM_CLEAR_FAVORITE'.

OM_OBJM_CLEAR_FAVORITE CALL FUNCTION 'OM_OBJM_CLEAR_FAVORITE'.



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