HRDEZS_DSVZ SAP (Data Record: Data Exchange - Paying Offices/HI Funds) Structure details

Dictionary Type: Structure
Description: Data Record: Data Exchange - Paying Offices/HI Funds




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




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

HRDEZS_DSVZ 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 "Data Record: Data Exchange - Paying Offices/HI Funds" 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_HRDEZS_DSVZ TYPE HRDEZS_DSVZ.

The HRDEZS_DSVZ table consists of various fields, each holding specific information or linking keys about Data Record: Data Exchange - Paying Offices/HI Funds data available in SAP. These include DSVZ_VF (Procedure Feature of Data Record), DSVZ_BBNRAB (Company Number of Sender), DSVZ_BBNREP (Company Number of Recipient), DSVZ_VERNR (Version Number of Data Record).. 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 HRDEZS_DSVZ 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
DSVZ_KEIdentification of Data Record or Data Module P01_ZSKECHAR4P01_ZSKE
DSVZ_VFProcedure Feature of Data Record P01_ZSVFCHAR5D3VF
DSVZ_BBNRABCompany Number of Sender P01_BBNRABCHAR15D3BBNR
DSVZ_BBNREPCompany Number of Recipient P01_BBNREPCHAR15D3BBNR
DSVZ_VERNRVersion Number of Data Record P01_VERNRNUMC2D3VERNR
DSVZ_EDCreation Date and Time of the Data Record P01_EDNUMC20D3ED
DSVZ_FEKZIndicator for Data Records with Errors P01_ZSFEKZNUMC1P01_ZSFEKZ
DSVZ_FEANNumber of Errors in Data Record P01_FEANNUMC1D3FEAN
DSVZ_KVNRHealth Insurance Number P01_KVNRCHAR14P01_KVNR
DSVZ_BBNRVUPaying Office Number P01_BBNRVUCHAR15D3BBNR
DSVZ_AZVUCase Number of Employer P01_AZVUCHAR20P01_AZVU
DSVZ_BBNRKKCompany Number of Health Insurance Fund P01_BBNRKKCHAR15D3BBNR
DSVZ_AZKKHealth Insurer Reference P01_AZKKCHAR20P01_AZKK
DSVZ_BBNRASCompany Number of Accounting Office P01_BBNRASCHAR15D3BBNR
DSVZ_RESERVE1Reserve Field (3 Characters) P01_ZSRES3CHAR3
DSVZ_GDReason for Statutory Payment in DSVZ Data Record P01_DSVZGDNUMC2P01_DSVZGD
DSVZ_RESERVE2Reserve Field (3 Characters) P01_ZSRES3CHAR3
DSVZ_MMZKDBZK Data Module Exists P01_MMZKCHAR1D3MMMM
DSVZ_MMNAData Module DBNA Available P01_MMNACHAR1D3MMMM
DSVZ_MMGAData Module BDGA Exists P01_MMGACHAR1D3MMMM
DSVZ_MMKZData Module DBKZ Exists P01_MMKZCHAR1D3MMMM
DSVZ_MMANData Module DBAN Available P01_MMANCHAR1D3MMMM
DSVZ_MMPSData Module DBPS Exists P01_MMPSCHAR1D3MMMM
DSVZ_VSNRPension Insurance Number RVNUMCHAR12RVNUM
DSVZ_RESERVE3Reserve Field 2-Digit P01_ZSRES2CHAR2

Key field Non-key field



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

As HRDEZS_DSVZ 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 HRDEZS_DSVZ as there is no data to select.

How to access SAP table HRDEZS_DSVZ

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