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

RHPP25U0 SAP ABAP Report - Pers. Cost Planning: Changeover for European Monetary Union







RHPP25U0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report supports the changeover of the der see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RHPP25U0 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 RHPP25U0. "Basic submit
SUBMIT RHPP25U0 AND RETURN. "Return to original report after report execution complete
SUBMIT RHPP25U0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: TEST = Test run
Selection Text: RUTYP = Rounding type
Selection Text: RUDIV = Rounding divisor
Selection Text: EMUCURCY = Euro currency
Selection Text: DATE = Date of changeover
Selection Text: CURCY = Changeover currency
Title: Pers. Cost Planning: Changeover for European Monetary Union
Text Symbol: VAL = Validity
Text Symbol: TOB = Time constraint 0 for object:
Text Symbol: TKL = Conversion of table T77KL
Text Symbol: T15 = Conversion of infotype 1015 (HRP1015)
Text Symbol: RDF = Rounding example:
Text Symbol: OID = Object key
Text Symbol: NOS = Number of records converted:
Text Symbol: NDB = Test run: No changes to the database!
Text Symbol: NCU = New currency:
Text Symbol: NCO = Conversion not possible
Text Symbol: LBT = Wage element
Text Symbol: FR2 = Rounding
Text Symbol: FR1 = Determine currency
Text Symbol: ERR = Error: Not all of the records could be converted
Text Symbol: EMP = There are no records to convert.
Text Symbol: DAT = Key date:
Text Symbol: CUR = Currencies
Text Symbol: CSP = Converted and delimited
Text Symbol: CON = Converted


INCLUDES used within this REPORT RHPP25U0

No INCLUDES are used within this REPORT code!


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_POPUP_TO_CONFIRM_EURO_CONV CALL FUNCTION 'HR_POPUP_TO_CONFIRM_EURO_CONV' " EXPORTING " p_test = test " * P_MOLGA = " p_date = date " * P_OLD_CUKY = " p_new_cuky = emucurcy " TABLES " p_old_cukies = curcy " EXCEPTIONS " conversion_cancelled = 1 " old_currency_required = 2 " internal_error = 3 " OTHERS = 4. "

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

RH_INSERT_INFTY CALL FUNCTION 'RH_INSERT_INFTY' "<<<< N438458 EXPORTING "<<<< N438458 * FCODE = 'INSE' "<<<< N438458 VTASK = 'D' "<<<< N438458 * ORDER_FLG = 'X' "<<<< N438458 COMMIT_FLG = space "<<<< N438458 AUTHY = space "<<<< N438458 * PPPAR_IMP = "<<<< N438458 * OLD_TABNR = ' ' "<<<< N438458 * REPID = ' ' "<<<< N438458 * FORM = ' ' "<<<< N438458 KEEP_LUPD = 'X' "<<<< N438458 WORKF_ACTV = space "<<<< N438458 TABLES "<<<< N438458 INNNN = h1015 "<<<< N438458 EXCEPTIONS "<<<< N438458 NO_AUTHORIZATION = 1 "<<<< N438458 ERROR_DURING_INSERT = 2 "<<<< N438458 REPID_FORM_INITIAL = 3 "<<<< N438458 CORR_EXIT = 4 "<<<< N438458 BEGDA_GREATER_ENDDA = 5 "<<<< N438458 OTHERS = 6. "<<<< N438458

RH_INSERT_INFTY_DIRECT

RH_INSERT_INFTY * CALL FUNCTION 'RH_INSERT_INFTY_DIRECT' "<<<< N438458 CALL FUNCTION 'RH_INSERT_INFTY' "<<<< N438458 EXPORTING VTASK = 'D' * ORDER_FLG = 'X' COMMIT_FLG = SPACE AUTHY = SPACE * OLD_TABNR = ' ' KEEP_LUPD = 'X' WORKF_ACTV = SPACE TABLES INNNN = I1015 EXCEPTIONS NO_AUTHORIZATION = 1 ERROR_DURING_INSERT = 2 REPID_FORM_INITIAL = 3 CORR_EXIT = 4 BEGDA_GREATER_ENDDA = 5 OTHERS = 6.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.



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