SRMXMAVO SAP (attribute, value and other metainfo (type,cardi...)) Structure details

Dictionary Type: Structure
Description: attribute, value and other metainfo (type,cardi...)




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




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

SRMXMAVO 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 "attribute, value and other metainfo (type,cardi...)" 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_SRMXMAVO TYPE SRMXMAVO.

The SRMXMAVO table consists of various fields, each holding specific information or linking keys about attribute, value and other metainfo (type,cardi...) data available in SAP. These include LISTNO (), VALUE (), ID (Attribute Description - ID), ALIAS_ID (Attribute Description - Alias ID).. 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: Not classified


SAP SRMXMAVO 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
CONTEXTContext Attribute: Yes/No SRMCXTFLAGCHAR1BOOLEAN
LISTNO 0
VALUE 0
IDAttribute Description - ID SRMADIDSSTR255
ALIAS_IDAttribute Description - Alias ID SRMADALIDSSTR255
REPOS_IDAttribute Description - Repository ID SRMADREPIDSSTR255
TYPEAttribute Decsription- Type- IF_SRM_ATTRIBUTE_DESC=>STRING.. SRMSPPASDTCHAR32SRMSPPASDT
IS_LISTAttribute Description - Multiple Values - IF_SRM=>TRUE... SRMSPPALICHAR1SRMBOOLEAN
IS_MAINTAINAttribute Description - Maintenance Possible SRMSPPMAINCHAR1SRMBOOLEAN
IS_ONCE_MAINTAINAttribute Description - Can Be Maintained Once SRMSPPOMAICHAR1SRMBOOLEAN
IS_LANG_SENSAttribute Description - Language-Sensitive SRMSPPLASECHAR1SRMBOOLEAN
IS_MANDAttribute Description - Required - IF_SRM=>TRUE.. SRMSPPAMACHAR1SRMBOOLEAN
IS_HELPAttribute Description - Value Help - IF_SRM=>TRUE .. SRMSPPAF4CHAR1SRMBOOLEAN
IS_CHECKAttribute Description - Value Check - IF_SRM=>TRUE .. SRMSPPAVCCHAR1SRMBOOLEAN
IS_GENERATEGeneration Exit (e.g. Record Number) Exists? SRMSPPAVGCHAR1SRMBOOLEAN
IS_VISIBLEAttribute Description - Visibility for Display/Maintenance SRMSPPAVVCHAR1SRMBOOLEAN
IS_VIS_IN_LISTAttribute Description - Visibility in Short List SRMSPPAVVLCHAR1SRMBOOLEAN
IS_QUERYAttribute Description - Search for Attribute Possible? SRMSPPAVQCHAR1SRMBOOLEAN
IS_PROTOCOLAttribute Description - Logging? SRMSPPAPROTCHAR1SRMBOOLEAN
TEXTAttribute Description - Short Text SRMADDNSSTR255
UNITDeprecated! Isn't filled any more! SRMADUNITSSTR255
USER_OBJECTS 0

Key field Non-key field



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

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

How to access SAP table SRMXMAVO

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