SAP Reports / Programs

HSKCDSDS SAP ABAP Report - Statement of voluntary contributions to old age pension savings







HSKCDSDS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program HSKCDPL1 is used to create materials for an insurance company, and can also record data on media (diskettes) Complete the input parameters according to their title...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter HSKCDSDS 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_M31_VDSDS - Statement for vol.o.a.pension saving


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 HSKCDSDS. "Basic submit
SUBMIT HSKCDSDS AND RETURN. "Return to original report after report execution complete
SUBMIT HSKCDSDS 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: P_WIN = Windows 1250
Selection Text: P_UTF = UTF-8
Selection Text: P_RODCIS = birth ID no.
Selection Text: P_PORC = Sequence number of payment
Selection Text: P_NAME = employee
Selection Text: P_MEDI = Medium creat
Selection Text: P_FILE = Path
Selection Text: P_EMFSL = Payee key
Selection Text: P_DVYH = Issue date
Selection Text: P_CONVD = Date for conversion
Title: Statement of voluntary contributions to old age pension savings
Text Symbol: P01 = Medium creat
Text Symbol: P02 = XML encoding:
Text Symbol: P03 = UTF-8
Text Symbol: P04 = Windows 1250
Text Symbol: P05 = Sort by:
Text Symbol: P06 = employee
Text Symbol: P07 = birth ID no.
Text Symbol: T21 = AEGON, dochodkova spravcovska spolocnost, a. s.
Text Symbol: T22 = Allianz-Slovenska dochodkova spravcovska spolocnost, a. s.
Text Symbol: T23 = AXA, dochodkova spravcovska spolocnost, a. s.
Text Symbol: T24 = ING dochodkova spravcovska spolocnost, a. s.
Text Symbol: T25 = Dochodkova spravcovska spolocnost Postovej banky, a. s.
Text Symbol: T26 = VUB Generali, dochodkova spravcovska spolocnost, a. s.
Text Symbol: 011 = Page:
Text Symbol: 012 = Period:
Text Symbol: 013 = Payee key:
Text Symbol: 014 = Account:
Text Symbol: 015 = VS:
Text Symbol: 016 = CS:
Text Symbol: 017 = Account: SS:
Text Symbol: 018 = Seq.no. Surname and name Birth ID no. Contribution Agreement no.
Text Symbol: 019 = Total:
Text Symbol: 020 = Date:
Text Symbol: 021 = Completed by and tel.no.:
Text Symbol: D21 = 1074062
Text Symbol: D22 = 1074095
Text Symbol: D23 = 1074073





Text Symbol: D24 = 1074051
Text Symbol: D25 = 1074029
Text Symbol: D26 = 1074084
Text Symbol: E01 = Enter path for file(s)!
Text Symbol: E02 = Enter payment seq.number
Text Symbol: E03 = Enter the correct path for file(s)!
Text Symbol: E04 = Data missing in table T7SK1L for key:
Text Symbol: E05 = Error when creating file
Text Symbol: F01 = Data for download
Text Symbol: F02 = Additional info.


INCLUDES used within this REPORT HSKCDSDS

INCLUDE RPC2CD00.
INCLUDE RPC2RX00.
INCLUDE PC2RXSK0.
INCLUDE RPPPXD00.
INCLUDE RPPPXM00.
INCLUDE RPCMGR00.


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:

F4_FILENAME CALL FUNCTION 'F4_FILENAME' IMPORTING file_name = p_file EXCEPTIONS OTHERS = 1.

HRPY_PROCESS_SET_ALL_PERNR_ST CALL FUNCTION 'HRPY_PROCESS_SET_ALL_PERNR_ST' EXPORTING imp_parcel = pyparaid imp_set_suc = 'X' TABLES pernr_index = pnpindex.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING fieldname = 'EMFSL' tabname = 'T521C' display = lv_display IMPORTING select_value = lv_selected_value TABLES fields = lt_help_value valuetab = lt_valuetab EXCEPTIONS field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = lv_feature struc_content = kind_of_error = p_kind_of_error IMPORTING back = p_back CHANGING status = p_status EXCEPTIONS OTHERS = 0.



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