CRMT_ACTION_MESS SAP (CS Order Operation) Structure details

Dictionary Type: Structure
Description: CS Order Operation




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




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

CRMT_ACTION_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 Order Operation" 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_ACTION_MESS TYPE CRMT_ACTION_MESS.

The CRMT_ACTION_MESS table consists of various fields, each holding specific information or linking keys about CS Order Operation 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: Can Be Enhanced (Deep)


SAP CRMT_ACTION_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
SFAACTIONSFA key for Order operations/tasks SMO_SFAACNCHAR32SMO_GUID
SFASORDERSFA key of service order SMO_SFASORCHAR32SMO_GUID
SFAMITABTEmployee Key SMO_SFAMITCHAR32SMO_GUIDSMOE_SH_SFAMITABT
SFAMARASFA Key of Material SMO_SFAMARCHAR32SMO_GUID
SFAWRKCNTIdentifier Workcenter SMO_SFAWCTCHAR32SMO_GUID
SOURCESource of an object SMO_SOURCECHAR3SMO_SOURCE
AUFNROrder number SMO3AUFNRCHAR12ALPHASMO3AUFNR
AUFPLRouting number for operations in the order SMO3CO_AUNUMC10SMO3AUFPL
APLZLGeneral counter for order SMO3CO_APNUMC8SMO3CO_AP
OPN_STATUSStatus of Action SMO_STACNCHAR2SMO_STACN
VORNROperation/activity number SMO3VORNRCHAR4SMO3VORNR
STEUSControl key SMO3STEUSCHAR4SMO3STEUS
ARBIDObject ID of the resource SMO3CR_OBNUMC8SMO3CR_OB
WERKSPlant SMO3WERKSCHAR4SMO3WERKS
KTSCHStandard text key SMO3KTSCHCHAR7SMO3KTSCH
LTXA1Short text SMO3LTXA1CHAR40TEXT40
TXTSPLanguage SMO_LANGUCHAR2SMO_LANGU
WAERSCurrency key SMO3WAERSCUKY5Assigned to domainWAERS
LARNTActivity Type SMO3LSTARCHAR6SMO3LSTAR
RUECKConfirmation number of operation SMO3CO_RUNUMC10SMO3CO_RU
OBJNRObject number SMO3J_OBJCHAR22SMO3J_OBJ
SPANZActual number of splits SMO3SPLITDEC3DEC3
ANLZUSystem condition SMO3ANLZUCHAR1SMO3ANLZU
ISTRUAssembly SMO3ISTRUCHAR40SMO3MATNR
GSBERBusiness area SMO3GSBERCHAR4SMO3GSBER
MEINHUnit of measure for operation SMO3VORMEUNIT3Assigned to domainCUNITMEINS
DAUNONormal duration of the activity SMO3DAUNOQUAN5(1) SMO3DAUER
DAUNENormal duration/unit SMO3DAUNO1UNIT3Assigned to domainCUNITMEINS
ARBEIWork involved in the activity SMO3ARBEIQUAN7(1) SMO3ARBEI
ARBEHUnit for work SMO3ARBEI1UNIT3Assigned to domainCUNITMEINS
ISMNWActual work SMO3CO_ISQUAN13(3) MENG13
FSAVDEarliest scheduled start: Execution (date) SMO3FSAVDDATS8DATUM
FSAVZEarliest scheduled start: Execution (time) SMO3FSAVZTIMS6SMO3ATIME
FSEDDEarliest scheduled finish: Execution (date) SMO3FSEDDDATS8DATUM
FSEDZEarliest scheduled finish: Execution (time) SMO3FSEDZTIMS6SMO3ATIME
SSAVDLatest scheduled start: Execution (date) SMO3SSAVDDATS8DATUM
SSAVZLatest scheduled start: Execution (time) SMO3SSAVZTIMS6SMO3ATIME
SSEDDLatest scheduled finish: Execution (date) SMO3SSEDDDATS8DATUM
SSEDZLatest scheduled finish: Execution (time) SMO3SSEDZTIMS6SMO3ATIME
ISDDActual start: Execution (date) SMO3ISDDDATS8DATUM
ISDZActual start: Execution/setup (time) SMO3ISDZTIMS6SMO3ATIME
IEDDActual finish: Execution (date) SMO3IEDDDATS8DATUM
IEDZActual finish: Execution (time) SMO3IEDZTIMS6SMO3ATIME
AUFKTExecution factor SMO3AFAKTDEC3SMO3AFAKT
NON_GUIDNot Guided Record SMO_NGUIDDEC1SMO_NGUID
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
PERNRPersonell Number SMO3SMO_P1NUMC8SMO3PERNR

Key field Non-key field



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

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

How to access SAP table CRMT_ACTION_MESS

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