RHPREL10 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 RHPREL10 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: Buffer Routines for Employment Percentage
Text Symbol: UAP = Type of percentage check invalid
INCLUDE FPH5ATOP.
No SAP DATABASE tables are accessed within this REPORT code!
RH_COLLECTIVE_POSITION_ACTIVE call function 'RH_COLLECTIVE_POSITION_ACTIVE' importing active = clpos_active.
RH_INSERT_INFTY call function 'RH_INSERT_INFTY' exporting vtask = 'B' tables innnn = p1011_tab exceptions no_authorization = 1 error_during_insert = 2 repid_form_initial = 3 corr_exit = 4 begda_greater_endda = 5 others = 6.
RH_GET_BUFFER call function 'RH_GET_BUFFER' tables buffer_tab = buffer.
RH_APPLICATION_SYSTEM_CHECK call function 'RH_APPLICATION_SYSTEM_CHECK' exceptions system_type_unknown = 01 basis_system = 02.
RH_WORKTIME_GET call function 'RH_WORKTIME_GET' exporting gw_plvar = plvar gw_otype = otype gw_objid = objid gw_istat = istat gw_begda = begda gw_endda = endda get_worktime_of_prev_object = gprev read_object_text = 'X' importing ret_otype = r_otype ret_objid = r_objid ret_otext = r_otext ret_otypetext = r_otypetext tables gw_table = gw_table worktime_fac = gw_fac_table exceptions t77s0_entry_not_found = 01 invalid_time_period = 02 otype_not_valid = 08 no_entry_found = 04. "#EC *
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.