STADUV_OBKZ SAP (StADUEV: Required Key Figures) Structure details

Dictionary Type: Structure
Description: StADUEV: Required Key Figures




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




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

STADUV_OBKZ 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 "StADUEV: Required Key Figures" 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_STADUV_OBKZ TYPE STADUV_OBKZ.

The STADUV_OBKZ table consists of various fields, each holding specific information or linking keys about StADUEV: Required Key Figures data available in SAP. These include LENGTH42 (StADUEV: Length of Value Incl. Key and Length Specification), SID42 (StADUEV: Key Figure), VAL42 (Numeric Character Field, Length 11), LENGTH43 (StADUEV: Length of Value Incl. Key and Length Specification).. 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 STADUV_OBKZ 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
.INCLU-42 0
LENGTH42StADUEV: Length of Value Incl. Key and Length Specification STADUV_KZLENNUMC2NUMC2
SID42StADUEV: Key Figure LSTAKENNZNUMC2
VAL42Numeric Character Field, Length 11 NUMC11NUMC11NUMC11
.INCLU-43 0
LENGTH43StADUEV: Length of Value Incl. Key and Length Specification STADUV_KZLENNUMC2NUMC2
SID43StADUEV: Key Figure LSTAKENNZNUMC2
VAL43Numeric Character Field, Length 11 NUMC11NUMC11NUMC11
.INCLU-46 0
LENGTH46StADUEV: Length of Value Incl. Key and Length Specification STADUV_KZLENNUMC2NUMC2
SID46StADUEV: Key Figure LSTAKENNZNUMC2
VAL46Numeric Character Field, Length 11 NUMC11NUMC11NUMC11
.INCLU-33 0
LENGTH33StADUEV: Length of Value Incl. Key and Length Specification STADUV_KZLENNUMC2NUMC2
SID33StADUEV: Key Figure LSTAKENNZNUMC2
VAL33Numeric Character Field, Length 11 NUMC11NUMC11NUMC11
.INCLU-48 0
LENGTH48StADUEV: Length of Value Incl. Key and Length Specification STADUV_KZLENNUMC2NUMC2
SID48StADUEV: Key Figure LSTAKENNZNUMC2
VAL48Numeric Character Field, Length 11 NUMC11NUMC11NUMC11
.INCLU-49 0
LENGTH49StADUEV: Length of Value Incl. Key and Length Specification STADUV_KZLENNUMC2NUMC2
SID49StADUEV: Key Figure LSTAKENNZNUMC2
VAL49Numeric Character Field, Length 11 NUMC11NUMC11NUMC11
.INCLU-83 0
LENGTH83StADUEV: Length of Value Incl. Key and Length Specification STADUV_KZLENNUMC2NUMC2
SID83StADUEV: Key Figure LSTAKENNZNUMC2
VAL83Numeric Character Field, Length 11 NUMC11NUMC11NUMC11
.INCLU-86 0
LENGTH86StADUEV: Length of Value Incl. Key and Length Specification STADUV_KZLENNUMC2NUMC2
KENNZ86StADUEV: Key Figure LSTAKENNZNUMC2
VALUE86StADUEV: Seven-Digit Value NUMC7NUMC7

Key field Non-key field



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

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

How to access SAP table STADUV_OBKZ

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