SAP Reports / Programs

RPDSV1D0 SAP ABAP Report - Documentation from HI Companies







RPDSV1D0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report lists details of health funds...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 RPDSV1D0 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_M01_DSV1D0 - Documentation from HI Funds


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 RPDSV1D0. "Basic submit
SUBMIT RPDSV1D0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPDSV1D0 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: PA_USBOX = D .
Selection Text: PA_KVSCH = D .
Selection Text: PA_KVGES = D .
Selection Text: PA_SELDT = Key Date
Title: Documentation from HI Companies
Text Symbol: P33 = Reimb.ERContr.%
Text Symbol: P32 = Reimbursemt ER Contr
Text Symbol: P31 = InThPA
Text Symbol: P30 = InT
Text Symbol: P29 = Reimburs. %
Text Symbol: P28 = Contr.%
Text Symbol: P27 = Type
Text Symbol: P26 = Contrib. Rates/Reimburs.Rates
Text Symbol: P25 = U1 Contrib. Rate 6
Text Symbol: P24 = U1 Reimburs. Rate 6
Text Symbol: P23 = U1 Contrib. Rate 5
Text Symbol: P22 = U1 Reimburs. Rate 5
Text Symbol: P21 = U1 Contrib. Rate 4
Text Symbol: P20 = U1 Reimburs. Rate 4
Text Symbol: P17 = U2 Contrib. Rate
Text Symbol: P16 = U2 Reimburs. Rate 1
Text Symbol: P15 = U1 Contrib. Rate 3
Text Symbol: P14 = U1 Reimburs. Rate 3
Text Symbol: P13 = U1 Contrib. Rate 2
Text Symbol: P12 = U1 Reimburs. Rate 2
Text Symbol: P11 = U1 Contrib. Rate 1
Text Symbol: P10 = U1 Reimburs. Rate 1
Text Symbol: V04 = 1/2 of Minimum (CI Contrib.;Perc. Rate * Not Red. CI Gross)
Text Symbol: V03 = 1/2 of Minimum (CI Contrib.;Perc. Rate * CI IT)
Text Symbol: V02 = 1/2 of Minimum (CI Contrib.; Perc. Rate * CI Gross)
Text Symbol: V01 = Contribution for Employee as Supplementary Insurance
Text Symbol: S05 = Contrib. w/Surcharge
Text Symbol: S04 = CI Level Table
Text Symbol: S03 = Contribution
Text Symbol: S02 = To HI Gross
Text Symbol: S01 = HI Level Table
Text Symbol: P46 = Limit Remuneration to Income Threshold for Prohib. Act.
Text Symbol: P45 = Limit Remun. to Income Thresh.





Text Symbol: P44 = No Reimbursement
Text Symbol: P43 = Inc.Thr. Capped FltR
Text Symbol: P42 = FlatRate
Text Symbol: P41 = Actual ER Contrib.
Text Symbol: P40 = U2
Text Symbol: P39 = U1/6
Text Symbol: P38 = U1/5
Text Symbol: P37 = U1/4
Text Symbol: P36 = U1/3
Text Symbol: P35 = U1/2
Text Symbol: P34 = U1/1
Text Symbol: G05 = Postal Code/City
Text Symbol: G04 = Street/House No.
Text Symbol: G03 = Fund Name
Text Symbol: G02 = Address
Text Symbol: G01 = Branch Office
Text Symbol: E01 = No health ins. fund data available for this key date
Text Symbol: B14 = CI Calculation Procedure
Text Symbol: B13 = Comp. Percent.Rate
Text Symbol: B12 = Comparison Amount
Text Symbol: B11 = Percentage
Text Symbol: B10 = Tax-Ex.Min. Amount
Text Symbol: B09 = Calculation
Text Symbol: B08 = Basis Components
Text Symbol: B07 = Tax-Exempt Employer's Contribution
Text Symbol: B06 = Employer's Contribution
Text Symbol: B05 = Contrib. Amt Calc.
Text Symbol: B04 = Total Contribution
Text Symbol: B03 = Exempt
Text Symbol: B02 = Private
Text Symbol: B01 = HI Calculation Procedure
Text Symbol: A03 = Percentage Rates
Text Symbol: A02 = Branch Office
Text Symbol: A01 = Health Insurance Fund
Text Symbol: A00 = Data on Key Date
Text Symbol: G06 = Telephone Number
Text Symbol: P09 = Rate for Retirees
Text Symbol: P08 = Increased Rate
Text Symbol: P07 = Reduced Rate





Text Symbol: P06 = General Rate
Text Symbol: P05 = HI Percentage Rates
Text Symbol: P04 = Change HI Modifier
Text Symbol: P03 = HI Modifier
Text Symbol: P02 = Change Key Date
Text Symbol: P01 = Key Date
Text Symbol: K07 = CI Contrib. Classes
Text Symbol: K06 = Currncy
Text Symbol: K03 = Contribution
Text Symbol: K02 = Class
Text Symbol: K01 = HI Contrib. Classes
Text Symbol: H05 = Company Number
Text Symbol: H04 = East Fund
Text Symbol: H03 = West Fund
Text Symbol: H02 = HI Fund Category
Text Symbol: H01 = Health Ins. Fund
Text Symbol: G11 = IBAN
Text Symbol: G10 = Payment method
Text Symbol: G09 = Account Number
Text Symbol: G08 = Bank Number
Text Symbol: G07 = Bank Details


INCLUDES used within this REPORT RPDSV1D0

No INCLUDES are used within this REPORT code!


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:

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = molga_de begda = pa_seldt IMPORTING waers = waers.

HRCA_PAYMENTMETH_GETNAME CALL FUNCTION 'HRCA_PAYMENTMETH_GETNAME' EXPORTING country = zahlweg_land paymentmethod = t5d1k-zlsch IMPORTING name = wa_loc_gesch-zlstx EXCEPTIONS OTHERS = 1.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = name value = value_local IMPORTING dd07v_wa = dd07v_wa EXCEPTIONS OTHERS = 1.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = text-p02 "Ändern des Stichtags IMPORTING returncode = exit TABLES fields = pop_fields EXCEPTIONS error_in_fields = 01 OTHERS = 02.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = text-p04 "Ändern des KV-Modifikators IMPORTING returncode = exit TABLES fields = pop_fields EXCEPTIONS error_in_fields = 01 OTHERS = 02.



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