SAP Reports / Programs

RPCPPRT0 SAP ABAP Report - Annual count benefit from ER to pension supplementary insurance







RPCPPRT0 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 RPCPPRT0 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 RPCPPRT0. "Basic submit
SUBMIT RPCPPRT0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCPPRT0 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: VALU20 = Value
Selection Text: VALU19 = Value
Selection Text: VALU18 = Value
Selection Text: VALU17 = Value
Selection Text: VALU16 = Value
Selection Text: VALU15 = Value
Selection Text: VALU14 = Value
Selection Text: VALU13 = Value
Selection Text: VALU12 = Value
Selection Text: VALU11 = Value
Selection Text: VALU10 = Value
Selection Text: VALU09 = Value
Selection Text: VALU08 = Value
Selection Text: VALU07 = Value
Selection Text: VALU06 = Value
Selection Text: VALU05 = Value
Selection Text: VALU04 = Value
Selection Text: VALU03 = Value
Selection Text: VALU02 = Value
Selection Text: VALU01 = Value
Selection Text: TITLE2 = Title
Selection Text: ROZDILY = Only EE with difference
Selection Text: ROK = Year
Selection Text: REKAP = Display recapitulation
Selection Text: P_LVTEMP = Table variant
Selection Text: P_ALV = Output to table
Selection Text: PSORT_T = Sort by SORT AS TEXT
Selection Text: PSORT = Sort by SORT
Selection Text: PAR_LINE = Number columns without repeat.
Selection Text: NOYEAR = Select data like From-To
Selection Text: H_COUNT = Number columns in header
Selection Text: DETAIL = Display detail
Title: Annual count benefit from ER to pension supplementary insurance
Text Symbol: E16 = Zadejte období výbìru dat!
Text Symbol: BR2 = Základ Limit Úhrn | Zálohovì Upraveno | Zálohovì Upraveno | Rozdíl
Text Symbol: BR1 = | Z nákladù | Ze zisku |
Text Symbol: BI2 = Základ Limit Úhrn | Zálohovì Upraveno | Zálohovì Upraveno | Rozdíl
Text Symbol: BI1 = | Z nákladù | Ze zisku |





Text Symbol: 000 = ROÈNÍ PØEPOÈET PØÍSPÌVKU ZAMÌSTNAVATELE NA PENZIJNÍ PØIPOJI©TÌNÍ &1


INCLUDES used within this REPORT RPCPPRT0

INCLUDE RPC2RX00.
INCLUDE RPC2RTT0.
INCLUDE RPPPXD00.
INCLUDE RPLXXLT0.
INCLUDE RPLXXLT2.
INCLUDE RPLXXLT1.
INCLUDE RPLXXLT3.
INCLUDE RPPPXM00.


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