ASMD_TREE SAP (Data for Service Master Tree) Structure details

Dictionary Type: Structure
Description: Data for Service Master Tree




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




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

ASMD_TREE 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 "Data for Service Master Tree" 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_ASMD_TREE TYPE ASMD_TREE.

The ASMD_TREE table consists of various fields, each holding specific information or linking keys about Data for Service Master Tree data available in SAP. These include ASKTX (Service Short Text), ASTYP (Service Category), MEINS (Base Unit of Measure), MATKL (Material Group).. 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 ASMD_TREE 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
ASNUMActivity Number ASNUMCHAR18Assigned to domainALPHAASNUMASN
ASKTXService Short Text ASKTXCHAR40TEXT40
ASTYPService Category ASTYPCHAR4Assigned to domainASTYPASY
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
LVORMDeletion Indicator LVORMCHAR1XFELD
EAN11International Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
NUMTPCategory of International Article Number (EAN) NUMTPCHAR2Assigned to domainNUMTP
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
BEGRUAuthorization Group BEGRUCHAR4BEGRU
MSTAEGeneral Purchasing Status for Service LSTAECHAR2Assigned to domainMMSTA
MSTDEValidity Date for 'Purchasing' Status LSTDEDATS8DATUM
BKLASValuation Class BWKLLCHAR4Assigned to domainBKLAS
LSTHIHierarchy Service Number ASNUM_HICHAR18Assigned to domainALPHAASNUM
MLANGPrimary language for object texts MLANGLANG1Assigned to domainISOLASPRAS
LGARTIndicator: Print time tickets LOHNCHAR1FLAG
LBNUMShort Description of Service Type LBNUMCHAR3CHAR3LBR
AUSGBEdition of Service Type AUSGBNUMC4NUMC4AGB
STLVPOSStandard Service Catalog Item STLVPOSCHAR18CHAR18
TAXIMTax Indicator for Service (Purchasing) TAXISCHAR1Assigned to domainTAXIM1
IWUMZNumerator for conversion of MEINS into IWEIN IWUMZDEC5UMBSZ
IWUMNDenominator for Conversion (MEINS <-> IWEIN) IWUMNDEC5UMBSN
IWEINUnit for Work IWEINUNIT3Assigned to domainCUNITMEINS
FORMELNRFormula Number FORMELNRCHAR10CHAR10
CHGTEXTShort Text Change Allowed CHGTEXTCHAR1XFELD
IMAGE_URLUniform Resource Locator URLCHAR132TEXT132

Key field Non-key field



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

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

How to access SAP table ASMD_TREE

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