SAP Reports / Programs | Payroll(PY) SAP PY

RPCLHUT1 SAP ABAP Report - List cash payment and external payment







RPCLHUT1 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 RPCLHUT1 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_M18_DOBEXT - List of incomes and extenal transf.


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 RPCLHUT1. "Basic submit
SUBMIT RPCLHUT1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCLHUT1 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: REKAP = Display recapitulation
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: P_LVTEMP = Table variant
Selection Text: DETAIL = Display detail
Selection Text: HOTOVOST = Print cash payment
Selection Text: H_COUNT = Number columns in header
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 =
Selection Text: PAGE18 =
Selection Text: PAGE19 =
Selection Text: PAGE20 =
Selection Text: PAR_LINE = Number columns without repeat
Selection Text: PREVODY = Print credit transfers
Selection Text: P_ALV = Output to table
Selection Text: P_AMOUNT = Print stock
Title: List cash payment and external payment
Text Symbol: V12 = Klíè pøíjemce
Text Symbol: V09 = Profese
Text Symbol: PHZ = ®
Text Symbol: PHM = M
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 = Èástka
Text Symbol: BI1 = Èástka VS KS SS Úèel platby
Text Symbol: 103 = SS:
Text Symbol: 102 = KS:
Text Symbol: 101 = VS:
Text Symbol: 100 = Úèet:
Text Symbol: 020 = INDIVIDUÁLNÍ PØEVODY
Text Symbol: 000 = DOBÍRKY A EXTERNÍ PØEVODY V OBDOBÍ &1


INCLUDES used within this REPORT RPCLHUT1

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 = 65 ENDPOS_ROW = 20 STARTPOS_COL = 15 STARTPOS_ROW = 6 TITLETEXT = TEXT-V12 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 RPCLHUT1 or its description.