SRV_ASMD SAP (Create/Change Communication Structure for Service Master) Structure details

Dictionary Type: Structure
Description: Create/Change Communication Structure for Service Master




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




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

SRV_ASMD 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 "Create/Change Communication Structure for Service Master" 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_SRV_ASMD TYPE SRV_ASMD.

The SRV_ASMD table consists of various fields, each holding specific information or linking keys about Create/Change Communication Structure for Service Master data available in SAP. These include DEL_IND (Deletion Indicator), MATL_GROUP (Material Group), BASE_UOM (Base Unit of Measure), BASE_UOM_ISO (Base unit of measure in ISO code).. 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 SRV_ASMD 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
SERVICEActivity Number ASNUMCHAR18Assigned to domainALPHAASNUMASN
DEL_INDDeletion Indicator LVORMCHAR1XFELD
MATL_GROUPMaterial Group MATKL_SRVCHAR9Assigned to domainMATKLMKLWBWG
BASE_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
BASE_UOM_ISOBase unit of measure in ISO code MEINS_ISOCHAR3Assigned to domainISOCD_UNIT
SERV_CATService Category ASTYPCHAR4Assigned to domainASTYPASY
EAN_UPCInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
EAN_CATCategory of International Article Number (EAN) NUMTPCHAR2Assigned to domainNUMTP
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
AUTH_GROUPAuthorization Group BEGRUCHAR4BEGRU
P_STATUSGeneral Purchasing Status for Service LSTAECHAR2Assigned to domainMMSTA
VALID_FROMValidity Date for 'Purchasing' Status LSTDEDATS8DATUM
VAL_CLASSValuation Class BWKLLCHAR4Assigned to domainBKLAS
HIER_SERVHierarchy Service Number ASNUM_HICHAR18Assigned to domainALPHAASNUM
MASTER_LANGUPrimary language for object texts MLANGLANG1Assigned to domainISOLASPRAS
MASTER_LANGU_ISO2-Character SAP Language Code LAISOCHAR2LAISO
WAGETYPEWage Type LOHNARTCHAR4LOART
SERV_TYPEShort Description of Service Type LBNUMCHAR3CHAR3LBR
EDITIONEdition of Service Type AUSGBNUMC4NUMC4AGB
SSC_ITEMStandard Service Catalog Item STLVPOSCHAR18CHAR18
TAX_INDTax Indicator for Service (Purchasing) TAXISCHAR1Assigned to domainTAXIM1
CONV_NUMNumerator for conversion of MEINS into IWEIN IWUMZDEC5UMBSZ
CONV_DENDenominator for Conversion (MEINS <-> IWEIN) IWUMNDEC5UMBSN
WORK_UOMUnit for Work IWEINUNIT3Assigned to domainCUNITMEINS
WORK_UOM_ISOUnit of work in ISO code IWEIN_ISOCHAR3Assigned to domainISOCD_UNIT
FORMULAFormula Number FORMELNRCHAR10CHAR10
CHGTEXTShort Text Change Allowed CHGTEXTCHAR1XFELD
GRAPHIC_URLUniform Resource Locator URLCHAR132TEXT132
CREATED_ONDate on Which Record Was Created ERDATDATS8DATUM
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CHANGED_ONChanged On AEDATDATS8DATUM
CHANGED_BYName of Person Who Changed Object AENAMCHAR12USNAM

Key field Non-key field



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

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

How to access SAP table SRV_ASMD

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