RHPP25S0 is a standard Executable ABAP Report 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 RHPP25S0 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: Pool: General Read and Check Routines for Tables
Text Symbol: DAT = DAT
Text Symbol: DBZ = Specific date
INCLUDE RHPP25M0.
No SAP DATABASE tables are accessed within this REPORT code!
HR_CHECK_KSTAR_WITHOUT_KOKRS CALL FUNCTION 'HR_CHECK_KSTAR_WITHOUT_KOKRS' DESTINATION s0_codst EXPORTING hr_ktnra = ktnra EXCEPTIONS system_failure = 1 MESSAGE messline communication_failure = 2 MESSAGE messline co_ktnra_not_found = 3.
HR_CHECK_CURRENCY_DELIMITED CALL FUNCTION 'HR_CHECK_CURRENCY_DELIMITED' EXPORTING waers = p_curcy begda = p_begda endda = p_endda * NO_WARNING = ' ' EXCEPTIONS currency_not_valid = 1 OTHERS = 2.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = conv_date foreign_amount = foreign_amount foreign_currency = foreign_curcy local_currency = local_curcy type_of_rate = curcy_type IMPORTING local_amount = local_amount.
ENQUEUE_EHT77KD CALL FUNCTION 'ENQUEUE_EHT77KD' EXPORTING mode_t77kd = 'E' mandt = sy-mandt plvar = plvar versn = versn begda = begda endda = endda vname = vname * X_PLVAR = ' ' * X_VERSN = ' ' * X_BEGDA = ' ' * X_ENDDA = ' ' * X_VNAME = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_EHT77KD CALL FUNCTION 'DEQUEUE_EHT77KD' EXPORTING mode_t77kd = 'E' mandt = sy-mandt plvar = plvar versn = versn begda = begda endda = endda vname = vname * X_PLVAR = ' ' * X_VERSN = ' ' * X_BEGDA = ' ' * X_ENDDA = ' ' * X_VNAME = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING * MODE_RSTABLE = 'E' tabname = te_table varkey = varkey EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING * MODE_RSTABLE = 'E' tabname = te_table varkey = varkey.
HRCA_CONTROLLINGAREA_COMPCODES CALL FUNCTION 'HRCA_CONTROLLINGAREA_COMPCODES' EXPORTING co_area = s0_ppint TABLES companycodes = com_code_tab[] EXCEPTIONS not_found = 1 OTHERS = 2.
HRCA_ROUND_AMOUNT CALL FUNCTION 'HRCA_ROUND_AMOUNT' EXPORTING amount_in = amount_in company = bukrs_for_rounding currency = currency IMPORTING * DIFFERENCE = amount_out = amount_in.
SWU_OBJECT_REFRESH CALL FUNCTION 'SWU_OBJECT_REFRESH'.
SWU_OBJECT_PUBLISH CALL FUNCTION 'SWU_OBJECT_PUBLISH' EXPORTING objtype = l_bor_id-objtype objkey = l_bor_id-objkey EXCEPTIONS OTHERS = 2.
SWU_OBJECT_RESTORE CALL FUNCTION 'SWU_OBJECT_RESTORE' EXPORTING objtype = l_bor_id-objtype objkey = l_bor_id-objkey EXCEPTIONS OTHERS = 3.
SWE_EVENT_CREATE CALL FUNCTION 'SWE_EVENT_CREATE' EXPORTING objtype = l_bor_id-objtype objkey = l_bor_id-objkey event = p_event * CREATOR = ' ' * TAKE_WORKITEM_REQUESTER = ' ' * START_WITH_DELAY = ' ' * START_RECFB_SYNCHRON = ' ' * NO_COMMIT_FOR_QUEUE = ' ' * DEBUG_FLAG = ' ' * NO_LOGGING = ' ' * IDENT = * IMPORTING * EVENT_ID = * TABLES * EVENT_CONTAINER = EXCEPTIONS objtype_not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHPP25S0 - Pool: General Read and Check Routines for Tables RHPP25S0 - Pool: General Read and Check Routines for Tables RHPP25R2 - Data Transfer from HR Personnel Cost Planning RHPP25R2 - Data Transfer from HR Personnel Cost Planning RHPP25PW - Personnel Cost Planning: Change Scenario Group's Password RHPP25PW - Personnel Cost Planning: Change Scenario Group's Password