DASMD SAP (Dialog Structure: Service Master Basic Data) Structure details

Dictionary Type: Structure
Description: Dialog Structure: Service Master Basic Data




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




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

DASMD 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 "Dialog Structure: Service Master Basic Data" 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_DASMD TYPE DASMD.

The DASMD table consists of various fields, each holding specific information or linking keys about Dialog Structure: Service Master Basic Data data available in SAP. These include MANDT (Client), ASNUM (Activity Number), ERDAT (Date on Which Record Was Created), ERNAM (Name of Person who Created the Object).. 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 DASMD 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
MANDTClient MANDTCLNT3T000MANDT
ASNUMActivity Number ASNUMCHAR18Assigned to domainALPHAASNUMASN
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
MATKLMaterial Group MATKL_SRVCHAR9T023MATKLMKLWBWG
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
ASTYPService Category ASTYPCHAR4T362ASTYPASY
PAKNRPackage number PACKNONUMC10ESLHPACKNO
EAN11International Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
NUMTPCategory of International Article Number (EAN) NUMTPCHAR2TNTPNUMTP
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
BEGRUAuthorization Group BEGRUCHAR4BEGRU
MSTAEGeneral Purchasing Status for Service LSTAECHAR2T141MMSTA
MSTDEValidity Date for 'Purchasing' Status LSTDEDATS8DATUM
BKLASValuation Class BWKLLCHAR4T025BKLAS
LSTHIHierarchy Service Number ASNUM_HICHAR18ASMDALPHAASNUM
MLANGPrimary language for object texts MLANGLANG1T002ISOLASPRAS
LGARTWage Type LOHNARTCHAR4LOART
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 IWEINUNIT3T006CUNITMEINS
FORMELNRFormula Number FORMELNRCHAR10T167FCHAR10
CHGTEXTShort Text Change Allowed CHGTEXTCHAR1XFELD
IMAGE_URLUniform Resource Locator URLCHAR132TEXT132
.INCLU--AP 0
USERF1_NUMUser-Defined Field USERF1_NUMNUMC10NUMC10
USERF2_NUMUser-Defined Field USERF2_NUMQUAN13(3) MENGE
USERF1_TXTUser-Defined Field USERF1_TXTCHAR40TEXT40
USERF2_TXTUser-Defined Field USERF2_TXTCHAR10TEXT10
BOSGRPSubcontractor group BOSGRPCHAR4TBOSGRPBOSGRP
BOSMODELCosting Model CK_COSTMODELCHAR10COTPLABC_TEMPLCK_COSTMODEL
/SAPBOQ/MITEMMain Item /SAPBOQ/MITEMCHAR1XFELD
.INCLU--AP 0
TAXTARIFFCODETax Tariff Code J_1B_TAX_TARIFF_CODECHAR16T604FSTEUC
INDUPDUpdate indicator (I/U/D) INDUPDCHAR1INDUPD
INDDBEIndicator: record exists in database INDDBECHAR1FLAG

Key field Non-key field



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

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

How to access SAP table DASMD

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