SAP Reports / Programs | Personnel Management | Compensation Management | Personnel Cost Planning(PA-CM-CP) SAP PA

RHPP25S0 SAP ABAP Report - Pool: General Read and Check Routines for Tables







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


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


Text pool values


Title: Pool: General Read and Check Routines for Tables
Text Symbol: DAT = DAT
Text Symbol: DBZ = Specific date


INCLUDES used within this REPORT RHPP25S0

INCLUDE RHPP25M0.


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:

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.



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