SAP Reports / Programs | Payroll(PY) SAP PY

HSKCDPL2 SAP ABAP Report - Additional pension insurance - recapitulation







HSKCDPL2 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 HSKCDPL2 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 HSKCDPL2. "Basic submit
SUBMIT HSKCDPL2 AND RETURN. "Return to original report after report execution complete
SUBMIT HSKCDPL2 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: NUM_PRN = Number (NUM)
Selection Text: H_COUNT = Number fields in header
Selection Text: FORMULAR = Form (from T5Y4A,B)
Selection Text: DETAIL = Show layout
Selection Text: AMT_PRN = Amount (AMT)
Selection Text: RTE_PRN = Rate (RTE)
Selection Text: REKAP = Show recapitulation
Selection Text: P_LAST = Last result
Selection Text: P_HMZDA = Print brutto wages
Selection Text: PAR_LINE = Number columns without duplic.
Selection Text: VALU15 = Range of valuation
Selection Text: VALU14 = Range of valuation
Selection Text: VALU13 = Range of valuation
Selection Text: VALU12 = Range of valuation
Selection Text: VALU11 = Range of valuation
Selection Text: VALU20 = Range of valuation
Selection Text: VALU19 = Range of valuation
Selection Text: VALU18 = Range of valuation
Selection Text: VALU17 = Range of valuation
Selection Text: VALU16 = Range of valuation
Selection Text: VALU06 = Range of valuation
Selection Text: VALU07 = Range of valuation
Selection Text: VALU08 = Range of valuation
Selection Text: VALU09 = Range of valuation
Selection Text: VALU10 = Range of valuation
Selection Text: VALU01 = Range of valuation
Selection Text: VALU02 = Range of valuation
Selection Text: VALU03 = Range of valuation
Selection Text: VALU04 = Range of valuation
Selection Text: VALU05 = Range of valuation
Title: Additional pension insurance - recapitulation
Text Symbol: HM1 = Birth ID # Worked
Text Symbol: E02 = You can page only for header entrys
Text Symbol: E01 = In tab.T7SK4D can be max. number of parameters
Text Symbol: BR1 = Numbr Worked Gross 3% pay Employee Fi-tax Fi-no
Text Symbol: 000 = ADDITIONAL PENSION INSURANCE IN PERIOD &1-&2
Text Symbol: PHZ = F
Text Symbol: PHM = M





Text Symbol: HM3 = Employee Fi-tax Fi-no
Text Symbol: HM2 = Gross 3% pay


INCLUDES used within this REPORT HSKCDPL2

INCLUDE RPC2RX00.
INCLUDE PC2RXSK0.
INCLUDE RPPPXD00.
INCLUDE HSKLXXL0.
INCLUDE HSKLXXL2.
INCLUDE HSKLXXL1.
INCLUDE HSKLXXL3.
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:

POPUP_WITH_TABLE_DISPLAY * CALL FUNCTION '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.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING FIELDNAME = 'T513S' TABNAME = 'STELL' 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 HSKCDPL2 or its description.