SAP Reports / Programs

RHFCAREA SAP ABAP dialog Program - Interface Function Areas







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


Text pool values


Title: Interface Function Areas


INCLUDES used within this REPORT RHFCAREA

INCLUDE MPH5ATOP.
INCLUDE MPHFCOD0.
INCLUDE RHHRSDAT.


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:

BM_FUNCTION_RANGE_F4 call function 'BM_FUNCTION_RANGE_F4' exporting only_active_areas = 'X' importing sel_id = act_fa_id sel_appl = act_sel_appl exceptions others = 1.

BM_NAVIGATION_POPUP * call function 'BM_NAVIGATION_POPUP' * exporting * nav_typ = 'HF' * nav_obj = act_fa_id.

RH_CHECK_HRS_OTYPE call function 'RH_CHECK_HRS_OTYPE' exporting act_otype = act_otype exceptions no_hrs_otype = 1.

RH_HRSOBJECTS_OF_COMPONENT_GET call function 'RH_HRSOBJECTS_OF_COMPONENT_GET' exporting act_otype = act_otype tables components = fa_tab comp_dev_tab = i_hrs1216 exceptions others = 0.

RH_CHECK_HRS_OBJECT_EXISTS call function 'RH_CHECK_HRS_OBJECT_EXISTS' exporting act_otype = i_hrs1216-otype act_objid = i_hrs1216-objid exceptions object_not_found = 1 others = 2.

RH_STRU_AUTHORITY_CHECK call function 'RH_STRU_AUTHORITY_CHECK' exporting plvar = act_plvar otype = i_hrp1216-otype objid = i_hrp1216-objid exceptions no_stru_authority = 01 no_stru_authority_hyper = 02 no_stru_authority_at_all = 03 no_base_authority = 04.

RH_CHECK_HRS_OTYPE call function 'RH_CHECK_HRS_OTYPE' exporting act_otype = act_otype exceptions no_hrs_otype = 1.

RH_COMPONENT_OF_HRSOBJECT_GET call function 'RH_COMPONENT_OF_HRSOBJECT_GET' exporting act_otype = act_otype tables objects = obj_tab comp_dev_tab = i_hrs1216 exceptions others = 0.

RH_STRU_AUTHORITY_CHECK call function 'RH_STRU_AUTHORITY_CHECK' exporting plvar = act_plvar otype = i_hrp1216-otype objid = i_hrp1216-objid exceptions no_stru_authority = 01 no_stru_authority_hyper = 02 no_stru_authority_at_all = 03 no_base_authority = 04.

RS_COMPONENT_VIEW call function 'RS_COMPONENT_VIEW' exporting language = act_criteria-langu refresh = space without_tree_setting = $cross tables nodetab = buf_all exceptions others = 0.



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