STADUV_DIR SAP (StADUEV Check Record) Structure details

Dictionary Type: Structure
Description: StADUEV Check Record




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




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

STADUV_DIR 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 Check Record" 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_DIR TYPE STADUV_DIR.

The STADUV_DIR table consists of various fields, each holding specific information or linking keys about StADUEV Check Record data available in SAP. These include DSTYPE (StADUEV: Record Type), ZULNR (StADUEV Registration Number), GENNR (StADUEV: Approval Number), NAMESND (StADUEV: Name).. 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_DIR 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
LENGTHStADUEV: Record Length LSTALENGTHNUMC4
DSTYPEStADUEV: Record Type LSTADSTYPENUMC1
ZULNRStADUEV Registration Number LSTAZULNRNUMC6
GENNRStADUEV: Approval Number LSTAGENNRNUMC6
.INCLU-SND 0
NAMESNDStADUEV: Name LSTANAMECHAR45
STREETSNDStADUEV: Street and House Number LSTASTREETCHAR30
ZIPCODESNDStADUEV: Postal Code LSTAZIPCODENUMC5
TOWNSNDStADUEV: City LSTATOWNCHAR30
.INCLU-ADR 0
NAMEADRStADUEV: Name LSTANAMECHAR45
STREETADRStADUEV: Street and House Number LSTASTREETCHAR30
ZIPCODEADRStADUEV: Postal Code LSTAZIPCODENUMC5
TOWNADRStADUEV: City LSTATOWNCHAR30
DATYPEStADUEV: Type of Data Records LSTADTYPECHAR3
EDATEStADUEV: Creation Date LSTADATEDATS8
VERSIONStADUEV: Transfer Status LSTAVERSIONNUMC1
ODATEStADUEV: Date of First Transfer LSTAODATEDATS8
TRANSNRStADUEV: Transfer Number LSTATRANSNRNUMC2
RESERVEDStADUEV: Reserved Area LSTAPADDINGCHAR255
RESERVED2StADUEV: Reserved Area LSTAPADDINGCHAR255
RESERVED3StADUEV: Reserved Area Check Record LSTADIRPADDINGCHAR231

Key field Non-key field



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

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

How to access SAP table STADUV_DIR

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