CRMT_DOCFIL_MESS SAP (CS Attachment/Document) Structure details

Dictionary Type: Structure
Description: CS Attachment/Document




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




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

CRMT_DOCFIL_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 Attachment/Document" 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_DOCFIL_MESS TYPE CRMT_DOCFIL_MESS.

The CRMT_DOCFIL_MESS table consists of various fields, each holding specific information or linking keys about CS Attachment/Document 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_DOCFIL_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
SFADOCFILSFA Key of Attachment SMO_SFADOCCHAR32SMO_GUID
SOURCESource of an object SMO_SOURCECHAR3SMO_SOURCE
OBJECT_IDGlobal Unique Identifier SMO_GUIDCHAR32SMO_GUID
NAMEAttachment/Document Name SMO_DNAMECHAR80SMO_TXT80
STICHText field length 30 SMO_TXT30CHAR30SMO_TXT30
TERMN1Termin Date 1 SMO_TMDAT1DATS8SMO_DATE
TERMN2Termin Date 2 SMO_TMDAT2DATS8SMO_DATE
THM1Subject 1 SMO_SUBJT1CHAR4SMO_TXT4
THM2Subject 2 SMO_SUBJT2CHAR4SMO_TXT4
ERFKUEInitials of Creator SMO_ERFKUECHAR8SMO_TXT8
SDATDate/Time SMO_DATIMEDATS8SMO_DATTIM
SESTATStatus SMO_STATCHAR1SMO_TEXT1
DISTYPDisplay type --'Complete' (C) or 'Replace' (R) SMO_CHOI1CHAR1SMO_TEXT1
SFAMITABTEmployee Key SMO_SFAMITCHAR32SMO_GUIDSMOE_SH_SFAMITABT
ERFASSDate of Creation. SMO_CREATEDATS8SMO_DATE
GEAENDDate last Modified SMO_MODIFYDATS8SMO_DATE
BEARBRecord Edited by User Name SMO_BEARBCHAR15SMO_BEARB
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
IMAGELENSize of the Image to be stored SMO_IMAGLGINT25SMO_IMAGLG
BINFRACSFA/FSA Memo Field (LONG BINARY FOR IMAGE FIELDS) SMO_LNGBINCHAR34SMO_LNGBIN
PPARENTIDRoot-segment GUID of the BDoc SMO3PPARENCHAR32SMO_GUID
PSOURCESource of the BDoc SMO3PSOURCCHAR3SMO_SOURCE

Key field Non-key field



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

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

How to access SAP table CRMT_DOCFIL_MESS

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