CRMT_ACTTYP_MESS SAP (CS Activity Type) Structure details

Dictionary Type: Structure
Description: CS Activity Type




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




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

CRMT_ACTTYP_MESS 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 "CS Activity Type" 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_CRMT_ACTTYP_MESS TYPE CRMT_ACTTYP_MESS.

The CRMT_ACTTYP_MESS table consists of various fields, each holding specific information or linking keys about CS Activity Type data available in SAP. These include BEF_IMG (), TASK (), SENDBITS (), MANDT (Client).. 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 CRMT_ACTTYP_MESS 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
BEF_IMG 0
TASK 0
SENDBITS 0
MANDTClient MANDTCLNT3Assigned to domainMANDT
SFAACTTYPGlobal Unique Identifier SMO_GUIDCHAR32SMO_GUID
MSGFNFunction MSGFNCHAR3MSGFN
KOKRSControlling area SMO3KOKRSCHAR4SMO3CACCD
KOSTLCost center SMO3KOSTLCHAR10ALPHASMO3KOSTL
COCNTR_TXTShort text for Cost Center SMOCC_TXTCHAR20TEXT20
LSTARActivity Type SMO3LSTARCHAR6SMO3LSTAR
ACTTYP_TXTShort text for Activity Type SMOACT_TXTCHAR20TEXT20
VKSTAAllocation Cost Element SMO3VKSTACHAR10ALPHASMO3KSTAR
LATYPActivity Type Category SMO3LATYPCHAR1SMO3LATYP
LATYPIVariant Activity Type Category for Actual Postings SMO3LATYP1CHAR1SMO3LATYP1
TARKZPrice Indicator: Calculate Allocation Price SMO3TARKZCHAR3ALPHASMO3TARKZ
TARKZ_IIndicator: Actual Allocation Price SMO3CO_TACHAR3ALPHASMO3TARKZ
FIXVOPredistribution of fixed costs for acty type/bus. process SMO3CO_FICHAR1XFELD
MANISTIndicator: Confirm quantity manually in actual SMO3CO_MACHAR1XFELD
YRATEPrice Calculation with Period-Based Average Prices SMO3CO_YRCHAR1XFELD
SWSMHCost component spliting switching structure SMO_SWSMHCHAR3SMO_SWSMH
LEINHActivity unit SMO3LEINHUNIT3Assigned to domainCUNITMEINS
ISOCD_UNT1ISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
AUSEHOutput unit SMO3AUSEHUNIT3Assigned to domainCUNITMEINS
ISOCD_UNT2ISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
AUSFKOutput factor SMO3AUSFKDEC5(2) SMO3AUSFK
TR_USERTransaction User SMO_TR_USRCHAR32SMO_TR_USR
TR_IDTransaction Identifier SMO_TR_IDCHAR32SMO_TR_ID
TR_STATUSStatus of Transaction SMO_TR_STSCHAR4SMO_TR_STS
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
DELETEDMobile Sales Deleted SMO_DELETDCHAR1SMO_DELETD
TR_ROOTIDIdentifier of BDoc Root object SMO_RTGUIDCHAR32SMO_GUID

Key field Non-key field



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

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

How to access SAP table CRMT_ACTTYP_MESS

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