P05T_CVZ_REG_DAT SAP ((De)registration data for HCIB) Table details

Dictionary Type: Table
Description: (De)registration data for HCIB




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




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

P05T_CVZ_REG_DAT is a standard SAP Table which is used to store (De)registration data for HCIB data and is available within R/3 SAP systems depending on the version and release level.

The P05T_CVZ_REG_DAT table consists of various fields, each holding specific information or linking keys about (De)registration data for HCIB data available in SAP. These include JUPER (Representing Legal Person), PABRJ (HCIB for year period), PABRP (HCIB for period), PERNR (Personnel number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP P05T_CVZ_REG_DAT table 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
MANDTClient MANDTCLNT3T000MANDT
JUPERRepresenting Legal Person P05_REPERCHAR4T5N9PP05_REPER
PABRJHCIB for year period P05T_CVZ_ANPRJNUMC4GJAHRGJAHR
PABRPHCIB for period P05T_CVZ_ANPRPNUMC2PABRP
PERNRPersonnel number PERSNONUMC8PA0003PERSNOPER
SEQNOAlphanumeric symbol for HCIB files P05T_CVZ_SEQNOCHAR4CHAR4
MUTATIEHealth Care Insurance Board amendment code P05T_CVZ_MUTATIENUMC1P05T_CVZ_MUTATIE
GESLACHTGender of insured person P05T_CVZ_GESLACHTCHAR1P05T_CVZ_GESLACHT
VOORLETTERSInitials P05T_CVZ_VOORLETTERSCHAR6TEXT6
VOORVOEGSELName Prefix P05T_CVZ_VOORVOEGSELCHAR10TEXT10
ACHTERNAAMLast Name P05T_CVZ_ACHTERNAAMCHAR70TEXT70
PARTNERNAAMPartner Name P05T_CVZ_PARTNERNAAMCHAR35TEXT35
GEBOORTEDATUMDate of Birth for HCIB P05T_CVZ_GEBOORTEDATUMCHAR10P05T_CVZ_DATUM
ADRESAddress for Health Care Insurance Board (De)Registration P05T_CVZ_ADRES_REGCHAR40TEXT40
HUISNUMMERHouse Number for HCIB (de)registration P05T_CVZ_HUISNUMMERNUMC5NUM5
TOEVOEGINGHouse Number Supplement for HCIB P05T_CVZ_TOEVOEGINGCHAR10TEXT10
POSTCODEPostal Code for HCIB P05T_CVZ_POSTCODECHAR8CHAR8
WOONPLAATSCity for HCIB P05T_CVZ_WOONPLAATSCHAR24TEXT24
PROVINCIEProvince for HCIB P05T_CVZ_PROVINCIECHAR20TEXT20
WOONLANDCountry indicator for HCIB P05T_CVZ_LANDCHAR2CHAR2
SOFINUMMERSocial Security Number for HCIB P05T_CVZ_SOFINUMMERNUMC9NUM9
ORGANISATIENROrganizational key for HCIB P05T_CVZ_ORGCDECHAR12CHAR12
POLISNRExternal registration number P05T_CVZ_REGISTRATIENRCHAR20CHAR20
REGISTRATIENRExternal registration number P05T_CVZ_REGISTRATIENRCHAR20CHAR20
STARTDATUMEffective Date End of Benefit, Relocation Date P05T_CVZ_DT_START_REGCHAR10P05T_CVZ_DATUM
ADRES2Address for Health Care Insurance Board (De)Registration P05T_CVZ_ADRES_REGCHAR40TEXT40
REDEN_MELDINGNotification Reason P05T_CVZ_REDEN_MELDINGNUMC2P05T_CVZ_REDEN_MELDING

Key field Non-key field



How do I retrieve data from SAP table P05T_CVZ_REG_DAT using ABAP code

The following ABAP code Example will allow you to do a basic selection on P05T_CVZ_REG_DAT to SELECT all data from the table
DATA: WA_P05T_CVZ_REG_DAT TYPE P05T_CVZ_REG_DAT.

SELECT SINGLE *
FROM P05T_CVZ_REG_DAT
INTO CORRESPONDING FIELDS OF WA_P05T_CVZ_REG_DAT
WHERE...

How to access SAP table P05T_CVZ_REG_DAT

Within an ECC or HANA version of SAP you can also view further information about P05T_CVZ_REG_DAT 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!