QNAOS_OBJ_DATA_UI SAP (UI Data for Assigned Objects) Structure details

Dictionary Type: Structure
Description: UI Data for Assigned Objects




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




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

QNAOS_OBJ_DATA_UI 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 "UI Data for Assigned Objects" 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_QNAOS_OBJ_DATA_UI TYPE QNAOS_OBJ_DATA_UI.

The QNAOS_OBJ_DATA_UI table consists of various fields, each holding specific information or linking keys about UI Data for Assigned Objects data available in SAP. These include OBJECT_GUID (GUID for an Assigned Object), QMNUM (Notification No), FENUM (Item Number in Item Record), SORT_NO (Sort Number).. 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 QNAOS_OBJ_DATA_UI 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
OBJECT_GUIDGUID for an Assigned Object QNAO_GUIDRAW16QNAO_GUID
QMNUMNotification No QMNUMCHAR12QMELALPHAQMNUMIQM
FENUMItem Number in Item Record FELFDNUMC4QMFEFELFD
SORT_NOSort Number QNAO_SORT_NONUMC4NUMC04
OBJCATObject Category for an Assigned Object QNAO_OBJCATCHAR3QNAOC_OBJCATQNAO_OBJCAT
OBJECT_TEXTShort Text QKURZTEXTCHAR40QKURZTEXT
SHORTTEXTComment for Assigned Object QNAO_REMARKCHAR40QKURZTEXT
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CREATED_ON_DATEDate on Which Record Was Created ERDATDATS8DATUM
CREATED_AT_TIMETime, at Which Record Was Added ERZEITTIMS6UHRZT
LAST_CHGD_BYName of Person Who Changed Object AENAMCHAR12USNAM
LAST_CHGD_ON_DATEChanged On AEDATDATS8DATUM
LAST_CHGD_AT_TIMETime of Change AEZEITTIMS6UHRZT
BATCH_NOBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
STORLOC_BATCHStorage Location of Batch QLGORTCHARCHAR4T001LLGORTLAG
STATUS_BATCHBatch status key DZUSCHCHAR1ZUSCH
EXPIRY_DATEShelf Life Expiration or Best-Before Date VFDATDATS8DATUM
SERIAL_NOSerial Number GERNRCHAR18GERNRGERNRSER
.INCLU--AP 0
SERIAL_NO_EQUIEquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
INSPLOT_NOInspection Lot Number QPLOSNUMC12QALSQPLOSQLSQALS
ORDER_NOOrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
OPERATION_IDOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
DELIVERY_NODelivery VBELN_VLCHAR10VBUKALPHAVBELNVL
DELIV_ITEM_NODelivery Item QPOSNR_VLNUMC6VBUPPOSNR

Key field Non-key field



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

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

How to access SAP table QNAOS_OBJ_DATA_UI

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