CRMT_AFRU_MESS SAP (CS Time Confirmation) Structure details

Dictionary Type: Structure
Description: CS Time Confirmation




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




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

CRMT_AFRU_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 Time Confirmation" 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_AFRU_MESS TYPE CRMT_AFRU_MESS.

The CRMT_AFRU_MESS table consists of various fields, each holding specific information or linking keys about CS Time Confirmation 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_AFRU_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
SFAAFRUSFA key for Order Confirmation SMO_SFAAFRCHAR32SMO_GUID
SFASORDERSFA key of service order SMO_SFASORCHAR32SMO_GUID
SFAACTIONSFA key for Order operations/tasks SMO_SFAACNCHAR32SMO_GUID
SFAMITABTEmployee Key SMO_SFAMITCHAR32SMO_GUIDSMOE_SH_SFAMITABT
SFAWRKCNTIdentifier Workcenter SMO_SFAWCTCHAR32SMO_GUID
SOURCESource of an object SMO_SOURCECHAR3SMO_SOURCE
RUECKConfirmation number of operation SMO3CO_RUNUMC10SMO3CO_RU
RMZHLConfirmation counter SMO3CO_RMNUMC8SMO3CIM_C
ERSDACreation date SMO3ERSDADATS8DATUM
ERNAMName of person who created the object SMO3ERNAMCHAR12USNAM
LAEDADate of last change SMO3LAEDADATS8DATUM
AENAMName of person who changed object SMO3AENAMCHAR12USNAM
BUDATPosting date SMO3BUCHDDATS8DATUM
ARBIDObject ID OBJEKTIDNUMC8NUM08PON
WERKSPlant SMO3WERKSCHAR4SMO3WERKS
LTXA1Confirmation text SMO3CO_RTCHAR40TEXT40
TXTSPLanguage SMO_LANGUCHAR2SMO_LANGU
ISERHConfirmed break time SMO3ISERHQUAN9(3) SMO3VGWRT
ZEIERUnit for the break time SMO3DZEIEUNIT3Assigned to domainCUNITMEINS
ISMNWActual work SMO3ISMNWQUAN7(1) SMO3ARBEI
ISMNEUnit for work SMO3ARBEI1UNIT3Assigned to domainCUNITMEINS
LEARRActivity type for confirmation SMO3LEARRCHAR6SMO3LSTAR
PERNRPersonnel number SMO3CO_PE2NUMC8SMO3PERNR
ISDDConfirmed date for start of execution SMO3RU_ISDATS8DATUM
ISDZConfirmed time for 'Execution start' SMO3RU_IS1TIMS6SMO3ATIME
IEDDConfirmed date for execution finish SMO3RU_IEDATS8DATUM
IEDZConfirmed time for 'Execution finish' SMO3RU_IE1TIMS6SMO3ATIME
PEDDForecast finish date of operation from confirmation SMO3CO_PEDATS8DATUM
PEDZForecast finish time of operation from confirmation SMO3CO_PE1TIMS6SMO3ATIME
AUERUPartial/final confirmation SMO3AUERUCHAR1SMO3AUERU
AUSORClear open reservations SMO3AUSBUCHAR1XFELD
AUFPLRouting number for operations in the order SMO3CO_AUNUMC10SMO3AUFPL
APLZLGeneral counter for order SMO3CO_APNUMC8SMO3CO_AP
AUFNROrder number SMO3AUFNRCHAR12ALPHASMO3AUFNR
VORNROperation/activity number SMO3VORNRCHAR4SMO3VORNR
OFMNWRemaining work SMO3REMNWQUAN7(1) SMO3ARBEI
OFMNEUnit of measure for remaining work SMO3OFMNEUNIT3Assigned to domainCUNITMEINS
LEKNWIndicator showing no remaining work expected SMO3LEKNWCHAR1XFELD
STOKZIndicator: Document Has Been Reversed SMO3CO_STCHAR1FLAG
STZHLConfirmation counter of cancelled confirmation SMO3CO_ST1NUMC8SMO3CIM_C
ERZETEntry time SMO3ERZETTIMS6UZEIT
BEMOTAccounting indicator SMO3BEMOTCHAR2SMO3BEMOT
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
SFAKBEDSFA key for Capacity requirements records SMO_SFAKBECHAR32SMO_GUID
BEDIDID of the capacity requirements record SMO3BEDIDNUMC12SMO3BEDID
BEDZLInternal counter SMO3CIM_CNUMC8SMO3CIM_C
CANUMCounters for cap. rqmts. records (various caps. + indiv.caps SMO3CY_CONUMC4SMO3CY_CO
SPLITSplit number SMO3CY_SPINT13INT1
PARTNERZGP-Partner Number SMO_PARTNRCHAR10SMO_PARTNR

Key field Non-key field



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

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

How to access SAP table CRMT_AFRU_MESS

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