SAP Reports / Programs | Personnel Management | Organizational Structure | Staffing(PA-OS-ST) SAP PA

RHPREL10 SAP ABAP dialog Program - Buffer Routines for Employment Percentage







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


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


Text pool values


Title: Buffer Routines for Employment Percentage
Text Symbol: UAP = Type of percentage check invalid


INCLUDES used within this REPORT RHPREL10

INCLUDE FPH5ATOP.


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_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 *



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