SAP Reports / Programs

RPCROKT0 SAP ABAP Report - Annual rcapitulation of Wage Types







RPCROKT0 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 RPCROKT0 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 RPCROKT0. "Basic submit
SUBMIT RPCROKT0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCROKT0 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: SORT01 =
Selection Text: SORT02 =
Selection Text: SORT03 =
Selection Text: SORT04 =
Selection Text: SORT05 =
Selection Text: SORT06 =
Selection Text: SORT07 =
Selection Text: SORT08 =
Selection Text: SORT09 =
Selection Text: SORT10 =
Selection Text: SORT11 =
Selection Text: SORT12 =
Selection Text: SORT13 =
Selection Text: SORT14 =
Selection Text: SORT15 =
Selection Text: SORT16 =
Selection Text: SORT17 =
Selection Text: SORT18 =
Selection Text: SORT19 =
Selection Text: SORT20 =
Selection Text: TITLE2 = Title
Selection Text: VALU01 = Value
Selection Text: VALU02 = Value
Selection Text: VALU03 = Value
Selection Text: VALU04 = Value
Selection Text: VALU05 = Value
Selection Text: VALU06 = Value
Selection Text: VALU07 = Value
Selection Text: VALU08 = Value
Selection Text: VALU09 = Value
Selection Text: VALU10 = Value
Selection Text: VALU11 = Value
Selection Text: VALU12 = Value
Selection Text: VALU13 = Value
Selection Text: VALU14 = Value
Selection Text: VALU15 = Value
Selection Text: VALU16 = Value
Selection Text: VALU17 = Value





Selection Text: VALU18 = Value
Selection Text: VALU19 = Value
Selection Text: VALU20 = Value
Selection Text: FORMULAR = Form (form T5T4A,B)
Selection Text: H_COUNT = Number of header fields
Selection Text: PAGE01 =
Selection Text: PAGE02 =
Selection Text: PAGE03 =
Selection Text: PAGE04 =
Selection Text: PAGE05 =
Selection Text: PAGE06 =
Selection Text: PAGE07 =
Selection Text: PAGE08 =
Selection Text: PAGE09 =
Selection Text: PAGE10 =
Selection Text: PAGE11 =
Selection Text: PAGE12 =
Selection Text: P_RECAP = Display recapitulation
Selection Text: P_LVTEMP = Variant
Selection Text: P_LAST = Last results
Selection Text: P_ITEMS = Display detail
Selection Text: P_ALV = Output to table
Selection Text: PAR_LINE = Number fields without repet.
Selection Text: PAGE20 =
Selection Text: PAGE19 =
Selection Text: PAGE18 =
Selection Text: PAGE17 =
Selection Text: PAGE16 =
Selection Text: PAGE15 =
Selection Text: PAGE14 =
Selection Text: PAGE13 =
Title: Annual rcapitulation of Wage Types
Text Symbol: V14 = Nezadávejte MD souèasnì s formuláøem !
Text Symbol: E16 = Zadejte období výbìru dat!
Text Symbol: E05 = a jazyk
Text Symbol: E04 = Tabulka T5T4B neobsahuje data pro formuláø
Text Symbol: E03 = Tabulka T5T4A neobsahuje data pro formuláø
Text Symbol: E02 = Mù¾ete stránkovat pouze za údaje v hlavièce
Text Symbol: E01 = V tab.T5T4D mù¾e být max. poèet parametru





Text Symbol: BR1 = R . . . .1. . . . .2. . . . .3. . . . .4. . . . .5. . . . .6. . . . .7. . . . .8. . . . .9. . . . 10. . . . 11. . . . 12. . . . 13.
Text Symbol: BI1 = I . . . .1. . . . .2. . . . .3. . . . .4. . . . .5. . . . .6. . . . .7. . . . .8. . . . .9. . . . 10. . . . 11. . . . 12. . . . 13.
Text Symbol: 002 = celkem
Text Symbol: 001 = V OBDOBÍ &1-&2 &3
Text Symbol: 000 = PØEHLED MZDOVÝCH DRUHÙ V OBDOBÍ &1-&2 &3


INCLUDES used within this REPORT RPCROKT0

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:

HRCZ_POPUP_WITH_TABLE_DISPLAY CALL FUNCTION 'HRCZ_POPUP_WITH_TABLE_DISPLAY' EXPORTING ENDPOS_COL = 60 ENDPOS_ROW = 15 STARTPOS_COL = 25 STARTPOS_ROW = 6 TITLETEXT = TEXT-V09 IMPORTING CHOISE = CHOICE TABLES VALUETAB = IT EXCEPTIONS BREAK_OFF = 1 OTHERS = 2.

HRCZ_POPUP_WITH_TABLE_DISPLAY CALL FUNCTION 'HRCZ_POPUP_WITH_TABLE_DISPLAY' EXPORTING ENDPOS_COL = 60 ENDPOS_ROW = 15 STARTPOS_COL = 30 STARTPOS_ROW = 6 TITLETEXT = TEXT-V14 IMPORTING CHOISE = CHOICE TABLES VALUETAB = IT EXCEPTIONS BREAK_OFF = 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 RPCROKT0 or its description.