SAP Reports / Programs

RPCSPUI0 SAP ABAP Report - Additional payments: transfer entitlement from payroll account (T558A)







RPCSPUI0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report transfers the special payments entitlement from table t558A...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 RPCSPUI0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M15_RPCSPUI0 - Additional payments


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 RPCSPUI0. "Basic submit
SUBMIT RPCSPUI0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSPUI0 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: P/T558A = Processing mode
Title: Additional payments: transfer entitlement from payroll account (T558A)
Text Symbol: SP1 = Mo MD WT S StDate EndDate
Text Symbol: INP = Select payroll area/period/year!
Text Symbol: I02 = ATTENTION:Days of entitlement set to zero (special rule 2)
Text Symbol: I01 = ATTENTION:Days of entitlement set to zero (special rule 1)
Text Symbol: HD1 = M530C_DIEZT____BEGDA____ENDDA_____FAKT1_____FAKT2_TOLTG
Text Symbol: HC2 = SOLGA_BWGR1_BWGR2_T530D_B530C_D530C_L530C
Text Symbol: HC1 = Mo_Mods_LArt____BEGDA____ENDDA
Text Symbol: HB2 = AB_AE_TG_RK_Min_Re_T530D
Text Symbol: HB1 = M530C_Ma_Gr_S_TS_Modb_Mb_Gb_Sb____BEGDA____ENDDA
Text Symbol: AA3 = Refused:
Text Symbol: AA2 = Processed:
Text Symbol: AA1 = Selected:
Text Symbol: SP2 = Ex. DD St. DD So. DD Tg-bz-St Tg-bz-So
Text Symbol: U26 = Table SP
Text Symbol: U25 = OSP table (additional payment I) :
Text Symbol: T21 = PA: (T) Field 'Round.' (T530C) has incorrect value in RPCSPA09/T530C RUND2
Text Symbol: T20 = PA: (T) Field 'Base' (T530C) has incorrect value in RPCSPA09/T530C RUND1
Text Symbol: T19 = PA: (T) Internal table DATUMSANGABE has no useful entries
Text Symbol: T07 = PA: (T) Field 'Pr.cond.(T530C)' has inc.value RPCSPA06/GET TGBEZ
Text Symbol: T01 = PA: (T) Compensation interval not implemented
Text Symbol: SSS = Addit.payment subscheme: this routine causes rejection --->
Text Symbol: SP3 = ValBas.1 ValBas.2 Gross-St Gross-So


INCLUDES used within this REPORT RPCSPUI0

INCLUDE RPCHRTI9. "XTWPH9K000653


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:

No SAP FUNCTION MODULES are executed within this report code!



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