Q0700_DBGZ SAP (Screen Fields for Infotype 0700, Subtype DBGZ) Structure details

Dictionary Type: Structure
Description: Screen Fields for Infotype 0700, Subtype DBGZ




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




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

Q0700_DBGZ 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 "Screen Fields for Infotype 0700, Subtype DBGZ" 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_Q0700_DBGZ TYPE Q0700_DBGZ.

The Q0700_DBGZ table consists of various fields, each holding specific information or linking keys about Screen Fields for Infotype 0700, Subtype DBGZ data available in SAP. These include DBGZ_M_KENNZGLZ (Indicator: Slide Zone Calculation of Contribution Amount), DBGZ_GAEG_P (Regular Total Remuneration in Euros), DBGZ_GAEG_W (Currency Key), DBGZ_M_GAEG_P (Regular Total Remuneration in Euros).. 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: Can be enhanced (character-type or numeric)


SAP Q0700_DBGZ 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
DBGZ_KENNZGLZIndicator: Slide Zone Calculation of Contribution Amount P01_SV_D3_KENNZGLZNUMC1P01_SV_D3_KENNZGLZ
DBGZ_M_KENNZGLZIndicator: Slide Zone Calculation of Contribution Amount P01_SV_D3_KENNZGLZNUMC1P01_SV_D3_KENNZGLZ
DBGZ_GAEG_PRegular Total Remuneration in Euros P01_SV_D3_GAEG_PCURR9(2) P01_EA_BETRAG
DBGZ_GAEG_WCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DBGZ_M_GAEG_PRegular Total Remuneration in Euros P01_SV_D3_GAEG_PCURR9(2) P01_EA_BETRAG
DBGZ_M_GAEG_WCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DBGZ_SW_GAEGSI Adjustment: Regular Total Remuneration Manual P01_SV_D3_SW_GAEGCHAR1XFELD
DBGZ_EGAEG_PNon-Recurring Total Remuneration in Euros P01_SV_D3_EGAEG_PCURR9(2) P01_EA_BETRAG
DBGZ_EGAEG_WCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DBGZ_M_EGAEG_PNon-Recurring Total Remuneration in Euros P01_SV_D3_EGAEG_PCURR9(2) P01_EA_BETRAG
DBGZ_M_EGAEG_WCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DBGZ_SW_EGAEGSI Adjustment: Non-Recurring Total Remuneration Manual P01_SV_D3_SW_EGAEGCHAR1XFELD
DBGZ_SVTGSI Days in Payroll Month P01_SV_D3_SVTG_CCHAR2P01_SV_D3_SVTG_C
DBGZ_M_SVTGSI Days in Payroll Month P01_SV_D3_SVTGNUMC2P01_SV_D3_SVTG
DBGZ_SW_SVTGSI Days Manual Entry P01_SV_D3_SW_SVTGCHAR1XFELD
DBGZ_LFDEG_PRegular Remuneration P01_SV_D3_LFDEG_PCURR9(2) P01_EA_BETRAG
DBGZ_LFDEG_WCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DBGZ_M_LFDEG_PRegular Remuneration P01_SV_D3_LFDEG_PCURR9(2) P01_EA_BETRAG
DBGZ_M_LFDEG_WCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DBGZ_SW_LFDEGSI Adjustment: Reported Regular Remuneration Manual P01_SV_D3_SW_LFDEGCHAR1XFELD
DBGZ_EZEG_PRemuneration Non-Recurring Payment P01_SV_D3_EZEG_PCURR9(2) P01_EA_BETRAG
DBGZ_EZEG_WCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DBGZ_M_EZEG_PRemuneration Non-Recurring Payment P01_SV_D3_EZEG_PCURR9(2) P01_EA_BETRAG
DBGZ_M_EZEG_WCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DBGZ_SW_EZEGSI Adjustment: Remun. Non-Rec. Payt Reported Manually P01_SV_D3_SW_EZEGCHAR1XFELD
DBGZ_BBGRUKUG_PContribution Assessment Basis RHC P01_SV_D3_BBGRUKUG_PCURR9(2) P01_EA_BETRAG
DBGZ_BBGRUKUG_WCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DBGZ_M_BBGRUKUG_PContribution Assessment Basis RHC P01_SV_D3_BBGRUKUG_PCURR9(2) P01_EA_BETRAG
DBGZ_M_BBGRUKUG_WCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DBGZ_SW_BBGRUKUGSocial Insurance Adjustment: Reported CAB RHC Manual P01_SV_D3_SW_BBGRUKUGCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table Q0700_DBGZ

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