BAPI_ASMD_CRM SAP (BAPI Structure for ASMD (Service) for CRM) Structure details

Dictionary Type: Structure
Description: BAPI Structure for ASMD (Service) for CRM




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




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

BAPI_ASMD_CRM 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 "BAPI Structure for ASMD (Service) for CRM" 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_BAPI_ASMD_CRM TYPE BAPI_ASMD_CRM.

The BAPI_ASMD_CRM table consists of various fields, each holding specific information or linking keys about BAPI Structure for ASMD (Service) for CRM data available in SAP. These include SERVICE (Activity Number), SRVGUID (GUID for services), CREATED_ON (Date on Which Record Was Created), CREATED_BY (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: Not classified


SAP BAPI_ASMD_CRM 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
OPERATIONFunction MSGFNCHAR3MSGFN
SERVICEActivity Number ASNUMCHAR18Assigned to domainALPHAASNUMASN
SRVGUIDGUID for services SRVGUIDCHAR32SYCHAR32
CREATED_ONDate on Which Record Was Created ERDATDATS8DATUM
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
LAST_CHNGEChanged On AEDATDATS8DATUM
CHANGED_BYName of Person Who Changed Object AENAMCHAR12USNAM
DEL_FLAGDeletion Indicator LVORMCHAR1XFELD
MATL_GROUPMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
BASE_UOM_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
BASE_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
SERV_CATService Category ASTYPCHAR4Assigned to domainASTYPASY
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
AUTH_GRPAuthorization 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
LANGUPrimary language for object texts MLANGLANG1Assigned to domainISOLASPRAS
LANGU_ISO2-Character SAP Language Code LAISOCHAR2LAISO
WAGE_TYPEWage Type LOHNARTCHAR4LOART
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_UOM_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
WORK_UOMUnit for Work IWEINUNIT3Assigned to domainCUNITMEINS
FORMULAFormula Number FORMELNRCHAR10CHAR10
URLUniform Resource Locator URLCHAR132TEXT132

Key field Non-key field



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

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

How to access SAP table BAPI_ASMD_CRM

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