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
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: Interface Function Areas
INCLUDE MPH5ATOP.
INCLUDE MPHFCOD0.
INCLUDE RHHRSDAT.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.