Q511 SAP (Utility Fields for T511) Structure details

Dictionary Type: Structure
Description: Utility Fields for T511




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




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

Q511 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 "Utility Fields for T511" 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_Q511 TYPE Q511.

The Q511 table consists of various fields, each holding specific information or linking keys about Utility Fields for T511 data available in SAP. These include ZTBG3 (Wage types available several times), KBBTR (Input combination amount), KBANZ (Input combination for number/unit), OPKEN (Deduction Wage Type).. 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 Q511 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
ZTBG2Wage types available once TMCT2CHAR1XFELD
ZTBG3Wage types available several times TMCT3CHAR1XFELD
KBBTRInput combination amount KBBTRCHAR1CHAR1
KBANZInput combination for number/unit KBANZCHAR1CHAR1
OPKENDeduction Wage Type DDUCTCHAR1XFELD
BTMINLower limit for wage type amount BTRMNCURR9(2) WERT5
BTMAXUpper limit for wage type amount BTRMXCURR9(2) WERT5
OVRWRTOverwrite indicator for indirectly valuated wage type OVRWRTCHAR1XFELD
WAER1Currency Key WAERSCUKY5TCURCWAERSFWS
WAER2Currency Key WAERSCUKY5TCURCWAERSFWS
ETEXTTime/Measurement Unit Text EINHTXTCHAR20TEXT20
ABTZ00Permissibility of EE subgroup grouping for primary wage type ABTZKCHAR1PAD_ABTYP
ABTZ01Permissibility of EE subgroup grouping for primary wage type ABTZKCHAR1PAD_ABTYP
ABTZ02Permissibility of EE subgroup grouping for primary wage type ABTZKCHAR1PAD_ABTYP
ABTZ03Permissibility of EE subgroup grouping for primary wage type ABTZKCHAR1PAD_ABTYP
ABTZ04Permissibility of EE subgroup grouping for primary wage type ABTZKCHAR1PAD_ABTYP
ABTZ05Permissibility of EE subgroup grouping for primary wage type ABTZKCHAR1PAD_ABTYP
ABTZ06Permissibility of EE subgroup grouping for primary wage type ABTZKCHAR1PAD_ABTYP
ABTZ07Permissibility of EE subgroup grouping for primary wage type ABTZKCHAR1PAD_ABTYP
ABTZ08Permissibility of EE subgroup grouping for primary wage type ABTZKCHAR1PAD_ABTYP
ABTZ09Permissibility of EE subgroup grouping for primary wage type ABTZKCHAR1PAD_ABTYP
PTBZ00Permissibility of personnel subarea for primary wage type PTBGZCHAR1PAD_WKTYP
PTBZ01Permissibility of personnel subarea for primary wage type PTBGZCHAR1PAD_WKTYP
PTBZ02Permissibility of personnel subarea for primary wage type PTBGZCHAR1PAD_WKTYP
PTBZ03Permissibility of personnel subarea for primary wage type PTBGZCHAR1PAD_WKTYP
PTBZ04Permissibility of personnel subarea for primary wage type PTBGZCHAR1PAD_WKTYP
PTBZ05Permissibility of personnel subarea for primary wage type PTBGZCHAR1PAD_WKTYP
PTBZ06Permissibility of personnel subarea for primary wage type PTBGZCHAR1PAD_WKTYP
PTBZ07Permissibility of personnel subarea for primary wage type PTBGZCHAR1PAD_WKTYP
PTBZ08Permissibility of personnel subarea for primary wage type PTBGZCHAR1PAD_WKTYP
PTBZ09Permissibility of personnel subarea for primary wage type PTBGZCHAR1PAD_WKTYP

Key field Non-key field



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

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

How to access SAP table Q511

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