SAP Reports / Programs | Payroll(PY) SAP PY

RPCRECT0 SAP ABAP Report - Recapitulation for wage types







RPCRECT0 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 RPCRECT0 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 RPCRECT0. "Basic submit
SUBMIT RPCRECT0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCRECT0 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: SORT16 =
Selection Text: SORT15 =
Selection Text: SORT14 =
Selection Text: SORT13 =
Selection Text: SORT12 =
Selection Text: SORT11 =
Selection Text: SORT10 =
Selection Text: SORT09 =
Selection Text: SORT08 =
Selection Text: SORT07 =
Selection Text: SORT06 =
Selection Text: SORT05 =
Selection Text: SORT04 =
Selection Text: SORT03 =
Selection Text: SORT02 =
Selection Text: SORT01 =
Selection Text: RTE_PRN = Rate (RTE)
Selection Text: REKAP = Display recapitulation
Selection Text: P_LVTEMP = Table variant
Selection Text: P_LAST = Last results
Selection Text: P_ALV = Output to table
Selection Text: PAR_LINE = Number columns without repeat.
Selection Text: PAGREC = Paging in recapitulation
Selection Text: PAGE20 =
Selection Text: PAGE19 =
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: SORT20 =
Selection Text: SORT19 =
Selection Text: SORT18 =
Selection Text: SORT17 =
Selection Text: PAGE18 =
Selection Text: AMT_PRN = Amount (AMT)
Selection Text: DETAIL = Display detail
Selection Text: FORMULAR = Form (z T5T4A,B)
Selection Text: H_COUNT = Number fields in hearder
Selection Text: NUM_PRN = Number (NUM)
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: PAGE13 =
Selection Text: PAGE14 =
Selection Text: PAGE15 =
Selection Text: PAGE16 =
Selection Text: PAGE17 =
Title: Recapitulation for wage types
Text Symbol: E04 = Select "
Text Symbol: E03 = Selection RTE,NUM,AMT have not sense
Text Symbol: E02 = You can paging only for data in header





Text Symbol: E01 = V tab.T5T4D can be max.number of parameter
Text Symbol: C02 = R,N,A take from form
Text Symbol: C01 = Form with T5T4A
Text Symbol: AMR = Amount
Text Symbol: AMI = Amount
Text Symbol: AL3 = Number
Text Symbol: AL2 = Rate
Text Symbol: AL1 = Amount
Text Symbol: 001 = ACT.RESULT
Text Symbol: 000 = OVERVIEW FOR CALCULATION WTs IN PERIOD &1-&2 &3
Text Symbol: E05 = for pick fields with forms !
Text Symbol: E06 = " have sense if form is selected
Text Symbol: E13 = Table T5T4A does not contain data for form
Text Symbol: E14 = Table T5T4B does not contain data for form
Text Symbol: E15 = and lan
Text Symbol: E16 = Inser period for!
Text Symbol: HMI = Value
Text Symbol: HMR = Value
Text Symbol: NUI = Number
Text Symbol: NUR = Numbert
Text Symbol: PHM = M
Text Symbol: PHZ = W
Text Symbol: RTI = Rate
Text Symbol: RTR = Rate


INCLUDES used within this REPORT RPCRECT0

INCLUDE RPC2RX00.
INCLUDE RPC2RTT0.
INCLUDE RPPPXD00.
INCLUDE RPLXXLT0.
INCLUDE RPLXXLT2.
INCLUDE RPLXXLT1.
INCLUDE RPLXXLT3.
INCLUDE RPCXXLT2. "COUNTRY DEPENDENT
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 = 25 startpos_row = 6 titletext = text-v12 IMPORTING choise = choice TABLES valuetab = it EXCEPTIONS break_off = 1 OTHERS = 2.




HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING fieldname = 'FORML' tabname = 'T5T4A' display = l_display IMPORTING select_value = selected_value TABLES fields = i_help_value valuetab = i_valuetab EXCEPTIONS field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.



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