HRDESV_KK_S_NOTIF_LOG SAP (Logging of Health Insurance Fund Notifications) Structure details

Dictionary Type: Structure
Description: Logging of Health Insurance Fund Notifications




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




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

HRDESV_KK_S_NOTIF_LOG 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 "Logging of Health Insurance Fund Notifications" 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_HRDESV_KK_S_NOTIF_LOG TYPE HRDESV_KK_S_NOTIF_LOG.

The HRDESV_KK_S_NOTIF_LOG table consists of various fields, each holding specific information or linking keys about Logging of Health Insurance Fund Notifications data available in SAP. These include ZSTYP (Notif. Type for Paying Office Procedure), ZSTTX (Notification Type), DBKZ_KENNZST (Reversal Indicator), DBKZ_GD (Reason for Notification in Data Module DBKZ).. 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 HRDESV_KK_S_NOTIF_LOG 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
STATUSStatus Indicator of Notification in Paying Office Procedure P01_STATUSCHAR2P01_STATUS
ZSTYPNotif. Type for Paying Office Procedure P01_ZSTYPNUMC1P01_ZSTYP
ZSTTXNotification Type P01_SVMLDTYPSTRG0
DBKZ_KENNZSTReversal Indicator P01_KENNZSTCHAR1D3KENNZST
DBKZ_GDReason for Notification in Data Module DBKZ P01_DBKZGDNUMC1P01_DBKZGD
DBKZ_GDTName of the Reason for the Notification in DBKZ Data Module P01_DBKZGDTCHAR40TEXT40
DBKZ_KENNZABFDeduction of Contribution Amount Obligation P01_KENNZABFNUMC1P01_KENNZABF
DBKZ_ABFBGStart of Deduction of Contribution Amount P01_ABFBGDATS8P01_ZSDAT
DBKZ_ABFAENChange in Deduction of Contribution Amount P01_ABFAENDATS8P01_ZSDAT
DBKZ_ABFENEnd of Deduction of Contribution Amount P01_ABFENDATS8P01_ZSDAT
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
DSVZ_KVNRHealth Insurance Number P01_KVNRCHAR14P01_KVNR
DSVZ_VSNRPension Insurance Number RVNUMCHAR12RVNUM
DSVZ_BBNRVUPaying Office Number P01_BBNRVUCHAR15D3BBNR
DSVZ_BBNRABCompany Number of Sender P01_BBNRABCHAR15D3BBNR
DSVZ_BBNREPCompany Number of Recipient P01_BBNREPCHAR15D3BBNR
DBNA_FMNAFamily Name P01_FMNACHAR30D3FMNA
DBNA_VONAFirst Name P01_VONACHAR30D3VONA
DBNA_VOSAName Prefix P01_VOSACHAR20D3VOSA
DBNA_NAZUName Affix P01_NAZUCHAR20D3NAZU
DBNA_TITELTitle P01_TITELCHAR20D3TITEL
DBPS_KENNZSOZAIndicator: Social Insurance Adjustment P01_SV_ZS_KENNZSOZANUMC1P01_SV_ZS_KENNZSOZA
DBPS_ZRBGStart of Period for Which the Notification Is to Apply P01_SV_ZS_ZRBGDATS8P01_ZSDAT

Key field Non-key field



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

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

How to access SAP table HRDESV_KK_S_NOTIF_LOG

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