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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M31_VDSDS - Statement for vol.o.a.pension saving
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.
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
INCLUDE RPC2CD00.
INCLUDE RPC2RX00.
INCLUDE PC2RXSK0.
INCLUDE RPPPXD00.
INCLUDE RPPPXM00.
INCLUDE RPCMGR00.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HSKCDSDS - Statement of voluntary contributions to old age pension savings HSKCDSDS - Statement of voluntary contributions to old age pension savings HSKCDPL2 - Additional pension insurance - recapitulation HSKCDPL2 - Additional pension insurance - recapitulation HSKCDPL1 - Sozialversicherungsliste - Prüfung Private KV HSKCDPL1 - Sozialversicherungsliste - Prüfung Private KV