RPCSVDD1 SAP (HR-DSV: Structure Notification Creation BVV) Structure details

Dictionary Type: Structure
Description: HR-DSV: Structure Notification Creation BVV




ABAP Code to SELECT data from RPCSVDD1
Related tables to RPCSVDD1
Access table RPCSVDD1




Structure field list including key, data, relationships and ABAP select examples

RPCSVDD1 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "HR-DSV: Structure Notification Creation BVV" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RPCSVDD1 TYPE RPCSVDD1.

The RPCSVDD1 table consists of various fields, each holding specific information or linking keys about HR-DSV: Structure Notification Creation BVV data available in SAP. These include WERKS (Personnel Area), BTRTL (Personnel Subarea), KASSE (HR-DSV: BVV Fund or Pay Scale Distribution), RUE (Single-Character Indicator).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RPCSVDD1 structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
KASSEHR-DSV: BVV Fund or Pay Scale Distribution PC01_KASSECHAR1PC01_KASSE
RUESingle-Character Indicator CHAR1CHAR1CHAR1
NAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
GLTNDSingle-Character Indicator CHAR1CHAR1CHAR1
BVVNRHR-DSV: Co. No. for Suppl. Insurance for Bank Employees NRBVVCHAR4NRBVV
ABSENHR-DSV: BVV Sender PC01_ABSENCHAR40PC01_ABSEN
ABPERIn-period for payroll IPERICHAR6CHAR6
PERNRPersonnel Number P_PERNRNUMC8PERNR
TABEZHR-DSV: BVV Rate Description PC01_TABEZCHAR5PC01_TABEZ
TALNRHR-DSV: BVV Seq. No. for Additional Policy PC01_TALNRCHAR2PC01_TALNR
ABPMDFor-period for payroll FAPERCHAR6CHAR6
BTRKLBVV Contribution Scale P01_BTRKLCHAR2CHAR2
BETRGHR-DSV: BVV Amount per Line PC01_BETRGCURR15(2) PRBETRG
AGSTFHR-DSV: Tax-Exempt ER Contribution PC01_AGSTFCURR15(2) PRBETRG
AGVSTHR-DSV: Taxable ER Contribution PC01_AGVSTCURR15(2) PRBETRG
ANSTFHR-DSV: Tax-Exempt EE Contribution PC01_ANSTFCURR15(2) PRBETRG
ANPSTHR-DSV: Flat Rate Tax EE Contribution PC01_ANPSTCURR15(2) PRBETRG
ANFOEHR-DSV: EE Contribution Eligibe for Subsidy PC01_ANFOECURR15(2) PRBETRG
ANINDHR-DSV: EE Contribution Taxed Individually PC01_ANINDCURR15(2) PRBETRG
GRVM0HR-DSV: Reason for Zero Return PC01_GRVM0CHAR2PC01_GRVM0
MITNRMember Number of Supplementary Pension ANWMTCHAR15CHAR15
SOZNRPension Insurance Number RVNUMCHAR12RVNUM
GBDATDate of Birth GBDATDATS8PDATEGBDAT
PSTLZPostal Code PSTLZ_HRCHAR10PSTLZ
ADORTCity PAD_ORT01CHAR40PAD_ORT01
ADSTRStreet and House Number PAD_STRASCHAR60PAD_STRAS
EINDAStart of Supplementary Pension ANWEIDATS8DATUM
VERDAVested Date of Insurance PB01_VERDADATS8DATUM
AUSDAEnd of Supplementary Pension ANWAUDATS8DATUM
VMERKHR-DSV: BVV Processing Feature for Leaving PC01_VMERKCHAR2PC01_VMERK
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
VNBVV: Insurance Policyholder PC01_BVV_VERSNEHMERCHAR1CHAR1
AGINDBVV: ER Contribution Taxed Individually PC01_AGINDCURR15(2) PRBETRG
VZDATStart of Commitment to Pension Insurance P01_SV_VZDATDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP structure RPCSVDD1 using ABAP code?

As RPCSVDD1 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RPCSVDD1 as there is no data to select.

How to access SAP table RPCSVDD1

Within an ECC or HANA version of SAP you can also view further information about RPCSVDD1 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!