CRMT_BSP_CM_I_1O SAP (Transfer Structure for Content Management: One Order) Structure details

Dictionary Type: Structure
Description: Transfer Structure for Content Management: One Order




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




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

CRMT_BSP_CM_I_1O 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 "Transfer Structure for Content Management: One Order" 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_BSP_CM_I_1O TYPE CRMT_BSP_CM_I_1O.

The CRMT_BSP_CM_I_1O table consists of various fields, each holding specific information or linking keys about Transfer Structure for Content Management: One Order data available in SAP. These include OBJECT_KEY (Object Key), INSTID (Instance Ident. in BOR Compat. Persistent Object References), TYPEID (Type of Objects in Persistent Object References), CATID (Category of Objects in Persistent Object References).. 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_BSP_CM_I_1O 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
OBJECT_KEYObject Key CRMT_BSP_OBJECTKEYCHAR100
INSTIDInstance Ident. in BOR Compat. Persistent Object References SIBFBORIIDCHAR70SIBFBORIID
TYPEIDType of Objects in Persistent Object References SIBFTYPEIDCHAR32SIBFTYPEID
CATIDCategory of Objects in Persistent Object References SIBFCATIDCHAR2SIBFCATID
DOC_KEYKey for Content Management Object CRMT_CM_KEYSTRG0
URLGeneral Flag FLAGCHAR1FLAG
OBJ_TYPEDocument Object Type CRMT_DOC_OBJTYPECHAR1CRMT_DOC_OBJTYPE
OI_AVAILGeneral Flag FLAGCHAR1FLAG
MIMETYPEHTML content type W3CONTTYPECHAR128W3_CONTTYP
KW_RELATIVE_URLCRM Content Management: Name CRMT_KW_RELATIVE_URLSTRG0
DESCRIPTIONTitle of a document SDOK_TITELCHAR64TEXT64
CREATED_BYCRM Content Management: Created By CRMT_CRUSERSTRG0
CREATED_ATCreation time (UTC) SDOK_CRTSTNUMC14TSTLCSDOK_TSTMP
LAST_CHANGED_BYLast changed by SDOK_CHUSRCHAR12USERNAME
LAST_CHANGED_ATTime of change (UTC) SDOK_CHTSTNUMC14TSTLCSDOK_TSTMP
TYPECRM Content Management: Clear Text for MIME Type CRMT_DOC_TYPESTRG0
LANGUAGELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
BDS_DOCUMENTTYPEDocument type SAEOBJARTCHAR10TOADVSADC10_DVDOK
BDS_KEYWORDBDS: Keyword BDS_KEYWRDCHAR64SDOK_PROPV
CRM_IS_DEFAULTIndicator: Default Document CRMT_IS_DEFAULTCHAR1XFELD
CRM_SEARCH_VISIBILITYIndicator: Visibility in Document Search CRMT_SEARCH_VISIBILITYCHAR1CRMT_SEARCH_VISIBILITY
PROD_IS_LANG_INDEPDTDocument Is Language-Independent (Product) CRMT_IS_LANG_INDEPDTCHAR1XFELD
PCAT_IS_LANG_INDEPDTDocument is Language-Independent (Product Catalog) COMT_IS_LANG_INDEPDTCHAR1XFELD
CHECKED_OUTFlag for Checked-Out Documents SDOK_CKFLGCHAR1XFELD
CHECKOUT_USERCRM ContentMgmt: Processor(at Check-out) / Recipient(E-mail) CRMT_CKUSRSTRG0
RESERVEDFlag for reservation SDOK_RESFLCHAR1XFELD
CONTENT_URLCRM Content Management: URL to Document Content CRMT_DOC_CONTENT_URLSTRG0
FILENAMECRM ContentManagement: File Name for Document CRMT_DOC_FILE_NAMECHAR255SDOK_FILNM
FILE_SIZEDocument Size (in Bytes) CRMT_FSIZENUMC12ALPHACRM_FSIZE
LOIO_CLASSClass of logical document SDOK_LOCLCHAR10Assigned to domainSDOK_CLASS
LOIO_OBJIDLogical document SDOK_LOIDCHAR32SDOK_DOCID
PHIO_CLASSPhysical document class SDOK_PHCLCHAR10Assigned to domainSDOK_CLASS
PHIO_OBJIDPhysical document SDOK_PHIDCHAR32SDOK_DOCID
STATUS_DESCRCRM Content Management: Description of Document Status CRMT_DOC_STATUS_DESCRSSTR30
R_VAL 0
TEMPL_PROFILECRM Content-Mgmt: Profile for Document Templates CRMT_TEMPL_PROFILECHAR10Assigned to domainCRMT_TEMPL_PROFILE

Key field Non-key field



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

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

How to access SAP table CRMT_BSP_CM_I_1O

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