/SDF/CMO_IACJSCR SAP (CMO Service: INDX File for MIME Objects (Language-Indep) Table details

Dictionary Type: Table
Description: CMO Service: INDX File for MIME Objects (Language-Indep




ABAP Code to SELECT data from /SDF/CMO_IACJSCR
Related tables to /SDF/CMO_IACJSCR
Access table /SDF/CMO_IACJSCR




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

/SDF/CMO_IACJSCR is a standard SAP Table which is used to store CMO Service: INDX File for MIME Objects (Language-Indep data and is available within R/3 SAP systems depending on the version and release level.

The /SDF/CMO_IACJSCR table consists of various fields, each holding specific information or linking keys about CMO Service: INDX File for MIME Objects (Language-Indep data available in SAP. These include SERVICE (Service name of Internet Application Component), THEME (Theme of Internet Application Component), JSNAME (Web object name of Internet Application Component), SRTF2 (Next record counter in EXPORT/IMPORT data tables).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /SDF/CMO_IACJSCR table 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
RELID 0
SERVICEService name of Internet Application Component IACSERVIC_CHAR14Assigned to domainIACSERVICE
THEMETheme of Internet Application Component IACTHEMECHAR2IACTHEMEW3_THEME
JSNAMEWeb object name of Internet Application Component IACNAMECHAR20IACNAME
SRTF2Next record counter in EXPORT/IMPORT data tables INDX_SRTF2INT410SYBIN4
CHKOUTDisplay exported Web objects IACCHKOUTCHAR1XFLAG
CHKNEWDisplay newly created Web objects IACCHKNEWCHAR1XFLAG
CHKPATHFile path on local computer IACPATHCHAR132IACVALUE
CHKHOSTName of host IACHOSTCHAR132IACVALUE
CHNAMELast processor of IAC object IACUNAMECHAR12SYCHAR12
TDATEDate IAC object changed IACCHDATEDATS8SYDATS
TTIMETime IAC object changed IACCHTIMETIMS6SYTIME
EXTJSCRIPTExternal object ID of Web objects of IAC IACEOBJIDCHAR120TROBJ_NAME
CLUSTRLength field for user data in EXPORT/IMPORT tables INDX_CLSTRINT25SYBIN2
CLUSTDData field for IMPORT/EXPORT database tables INDX_CLUSTLRAW2886INDX_CLUST

Key field Non-key field



How do I retrieve data from SAP table /SDF/CMO_IACJSCR using ABAP code

The following ABAP code Example will allow you to do a basic selection on /SDF/CMO_IACJSCR to SELECT all data from the table
DATA: WA_/SDF/CMO_IACJSCR TYPE /SDF/CMO_IACJSCR.

SELECT SINGLE *
FROM /SDF/CMO_IACJSCR
INTO CORRESPONDING FIELDS OF WA_/SDF/CMO_IACJSCR
WHERE...

How to access SAP table /SDF/CMO_IACJSCR

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