HRDEZS_DBKZ SAP (Data Module: Notification from HI Fund to Paying Office) Structure details

Dictionary Type: Structure
Description: Data Module: Notification from HI Fund to Paying Office




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




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

HRDEZS_DBKZ 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 Module: Notification from HI Fund to Paying Office" 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_DBKZ TYPE HRDEZS_DBKZ.

The HRDEZS_DBKZ table consists of various fields, each holding specific information or linking keys about Data Module: Notification from HI Fund to Paying Office data available in SAP. These include DBKZ_KENNZST (Reversal Indicator), DBKZ_GD (Reason for Notification in Data Module DBKZ), DBKZ_KENNZABF (Deduction of Contribution Amount Obligation), DBKZ_ABFBG (Start of Deduction of Contribution Amount).. 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_DBKZ 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
DBKZ_KEIdentification of Data Record or Data Module P01_ZSKECHAR4P01_ZSKE
DBKZ_KENNZSTReversal Indicator P01_KENNZSTCHAR1D3KENNZST
DBKZ_GDReason for Notification in Data Module DBKZ P01_DBKZGDNUMC1P01_DBKZGD
DBKZ_KENNZABFDeduction of Contribution Amount Obligation P01_KENNZABFNUMC1P01_KENNZABF
DBKZ_ABFBGStart of Deduction of Contribution Amount P01_ABFBGDATS8P01_ZSDAT
DBKZ_ABFENEnd of Deduction of Contribution Amount P01_ABFENDATS8P01_ZSDAT
DBKZ_ABFAENChange in Deduction of Contribution Amount P01_ABFAENDATS8P01_ZSDAT
DBKZ_BYSATZContribution Rate of Health Insurance Fund P01_BYSATZNUMC4P01_BYSATZ
DBKZ_KENNZMFBIndicator: Multiple Payment P01_KENNZMFBNUMC1P01_KENNZMFB
DBKZ_VBMAXMaximum Pension Payment Liable to Contributions P01_VBMAXNUMC7P01_VBMAX
DBKZ_KENNZANPZPaying Office Can Adjust PPmax P01_KENNZANPZCHAR1P01_ZSJN
DBKZ_KENNZAENIndicator: Paying Office Must Generate Change Notification P01_KENNZAENCHAR1P01_ZSJN
DBKZ_BBNRKKNCompany Number of New Health Insurance Fund P01_BBNRKKNCHAR15D3BBNR

Key field Non-key field



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

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

How to access SAP table HRDEZS_DBKZ

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