SCMS_SCREP SAP (CMS: Content Repository Attributes) Structure details

Dictionary Type: Structure
Description: CMS: Content Repository Attributes




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




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

SCMS_SCREP 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 "CMS: Content Repository Attributes" 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_SCMS_SCREP TYPE SCMS_SCREP.

The SCMS_SCREP table consists of various fields, each holding specific information or linking keys about CMS: Content Repository Attributes data available in SAP. These include DESCRIPT (Short description), DOCUSPACE (Document Area), CREP_TYPE (Repository Type (R/3 Database, HTTP Content Server)), CREP_STYPE (Repository Sub-Type).. 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: Not classified


SAP SCMS_SCREP 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
CREP_IDStorage Repository for Physical Objects SCMS_CREPCHAR30CREPSCMS_CREP
DESCRIPTShort description SCMS_CRDESCHAR50TEXT50
DOCUSPACEDocument Area SDOK_DOCSPCHAR10SDOKDOCSPHSDOK_DOCSP
CREP_TYPERepository Type (R/3 Database, HTTP Content Server) SCMS_CRTYPCHAR2SCMS_CRTYP
CREP_STYPERepository Sub-Type SCMS_CRSTPCHAR2SCMS_CRSTP
CREA_USERCreated by SDOK_CRUSRCHAR12USERNAME
CREA_TIMECreation time (UTC) SDOK_CRTSTNUMC14TSTLCSDOK_TSTMP
CHNG_USERLast changed by SDOK_CHUSRCHAR12USERNAME
CHNG_TIMETime of change (UTC) SDOK_CHTSTNUMC14TSTLCSDOK_TSTMP
FE_PROTSAP ArchiveLink: Storage connection protocol SAEPROTOKOCHAR8TOAINSADC8_PROT
VERSIONCMS interface version SCMS_CRVERCHAR4SCMS_CRVER
ARCHIVPATHSAP ArchiveLink: Standard archive path SAEARCPATHCHAR70SADCK70
BASICPATHSAP ArchiveLink: Basic path for storage server on R/3 server SAEBASPATHCHAR70SADCK70
CPATHPath transfer directory SCMS_CPATHCHAR70SADCK70
SPOOL_DEVSpool: Output device RSPOPNAMECHAR4TSP03SPDEVRSPOPNAME
RPC_HOSTSAP ArchiveLink RPC host SAERPCHOSTCHAR32SADC32
RPC_SERVICSAP ArchiveLink: RPC service / RFC destination SAERPCSERVCHAR32SADC32
RFC_DESTRFC destination for content server SCMS_RFCDECHAR32RFCDESRFCDEST
FILE_PATHStorage Path SAEFILEPATCHAR20SADC20
HTTP_SERVHost name of HTTP server SCMS_COSSVCHAR64PHOST
HTTP_PORTContent Server Port SCMS_COSPONUMC5CMSPOSCMS_PORT
HTTP_SPORTSSL port of Content Server SCMS_COSPSNUMC5CMSPOSCMS_PORT
HTTP_SCRPTContent Server HTTP Script SCMS_COSCCHAR70SADSCRIPT
HTTP_NOSIGNo signature SCMS_NSIHTCHAR1SCMS_NSIHT
HTTP_FEAvailability of HTTPs on frontend SCMS_FHTSACHAR1SCMS_HTTPS
HTTP_BEAvailability of HTTPS on backend SCMS_BHTSACHAR1SCMS_HTTPS
R3DB_TABContents table SCMS_R3TABCHAR30Assigned to domainAS4TAB
TREE_TYPEStructure Type HIER_TREETCHAR5TTREETYPEHIER_TREET
FTP_SERVERFile server SCMS_FTPSVCHAR100RFCHOST
FTP_PORTHTTP service port SCMS_FTPPOCHAR5SCMS_FTPPO
FTP_DIRDirectory on file server SCMS_FTPDICHAR255TEXT255
FTP_USERUser for FTP connections SCMS_FTPUSCHAR12SCMS_FTPUS
FTP_PWDPassword for FTP connections SCMS_FTPPWCHAR20SCMS_FTPPW
FTP_RFCDESRFC destination for content server SCMS_RFCDECHAR32RFCDESRFCDEST
LREP_SREPSymbolic Repository SCMS_SREPCHAR30Assigned to domainSCMS_CREP

Key field Non-key field



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

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

How to access SAP table SCMS_SCREP

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