RSODSCADMIN SAP (Screen-Output for the Administration of Documents) Structure details

Dictionary Type: Structure
Description: Screen-Output for the Administration of Documents




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




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

RSODSCADMIN 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 "Screen-Output for the Administration of Documents" 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_RSODSCADMIN TYPE RSODSCADMIN.

The RSODSCADMIN table consists of various fields, each holding specific information or linking keys about Screen-Output for the Administration of Documents data available in SAP. These include INDXSTATE (Status of Indexing (On/Off)), INDXJOBSTATE (Status of Indexing Job), INDXJOBDATE (Planned Start Date for Background Job), INDXJOBTIME (Planned start time for background Job).. 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: Cannot Be Enhanced


SAP RSODSCADMIN 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
SENGINESTATEStatus of the Search Engine RSODSENGINESTATECHAR1RSODSENGINESTATE
INDXSTATEStatus of Indexing (On/Off) RSODINDXSTATECHAR1SCMS_ONOFF
INDXJOBSTATEStatus of Indexing Job RSODINDXJOBSTATECHAR1RSODINDXJOBSTATE
INDXJOBDATEPlanned Start Date for Background Job BTCSDATEDATS8SYDATS
INDXJOBTIMEPlanned start time for background Job BTCSTIMETIMS6SYTIME
GENDOCUSTATETake Account of Changes to Metadata (On/Off) RSODGENDOCUSTATECHAR1SCMS_ONOFF
GENERATELINKSInclude Links to Generated Documentation RSODGENERATELINKSCHAR1XFELD
EXCLUDE_USAGEDo Not Generate 'Is Used By' for Object RSOD_EXCLUDE_USAGECHAR1RS_BOOL
EXCLUDE_RECEIVE_DATADo Not Generate Links 'Contains Data from' for Object RSOD_EXCLUDE_RECEIVE_DATACHAR1RS_BOOL
EXCLUDE_SEND_DATADo Not Generate 'Specifies Data Further' for Object RSOD_EXCLUDE_SEND_DATACHAR1RS_BOOL
CREP_METAStorage Repository for Physical Objects SCMS_CREPCHAR30Assigned to domainSCMS_CREP
CRTYP_METARepository Type (R/3 Database, HTTP Content Server) SCMS_CRTYPCHAR2SCMS_CRTYP
CRTYT_METAText (30 Characters) TEXT30CHAR30TEXT30
META_LOIO_CNT Number of LOIOs Metadata0
META_PHIO_CNT Number of PHIOs Metadata0
DATE_META Last Migration (Metadata)0
TIME_META Time of Last Migration (Metadata)0
CM_RM_PREF_METAPrefix for BI CM Repository for Metadata (After Migration) RSPOR_CM_RM_PREFIX_METACHAR255RSPOR_URL
CREP_MASTStorage Repository for Physical Objects SCMS_CREPCHAR30Assigned to domainSCMS_CREP
CRTYP_MASTRepository Type (R/3 Database, HTTP Content Server) SCMS_CRTYPCHAR2SCMS_CRTYP
CRTYT_MASTText (30 Characters) TEXT30CHAR30TEXT30
MAST_LOIO_CNT Number of LOIOs Master Data0
MAST_PHIO_CNT Number of PHIOs Master Data0
DATE_MAST Last Migration (Master Data)0
TIME_MAST Time of Last Migration (Master Data)0
CM_RM_PREF_MASTPrefix for BI CM Repository for Master Data(After Migration) RSPOR_CM_RM_PREFIX_MASTCHAR255RSPOR_URL
CREP_TRANStorage Repository for Physical Objects SCMS_CREPCHAR30Assigned to domainSCMS_CREP
CRTYP_TRANRepository Type (R/3 Database, HTTP Content Server) SCMS_CRTYPCHAR2SCMS_CRTYP
CRTYT_TRANText (30 Characters) TEXT30CHAR30TEXT30
TRAN_LOIO_CNT Number of LOIOs Transaction Data0
TRAN_PHIO_CNT Number of PHIOs Transaction Data0
DATE_TRAN Last Migration (InfoProvider Data)0
TIME_TRAN Time of Last Migration (InfoProvider Data)0
CM_RM_PREF_TRANPrefix of BI CM Repository InfoProv. Data (After Migration) RSPOR_CM_RM_PREFIX_TRANCHAR255RSPOR_URL
CREP_HIERStorage Repository for Physical Objects SCMS_CREPCHAR30Assigned to domainSCMS_CREP
CRTYP_HIERRepository Type (R/3 Database, HTTP Content Server) SCMS_CRTYPCHAR2SCMS_CRTYP
CRTYT_HIERText (30 Characters) TEXT30CHAR30TEXT30
HIER_LOIO_CNT Number of LOIOs Hierarchies0
HIER_PHIO_CNT Number of PHIOs Hierarchies0
CREP_TMPLStorage Repository for Physical Objects SCMS_CREPCHAR30Assigned to domainSCMS_CREP
CRTYP_TMPLRepository Type (R/3 Database, HTTP Content Server) SCMS_CRTYPCHAR2SCMS_CRTYP
CRTYT_TMPLText (30 Characters) TEXT30CHAR30TEXT30
TMPL_LOIO_CNT Number of LOIOs Web Templates0
TMPL_PHIO_CNT Number of PHIOs Web Templates0
WEB_TMPL_CNT Number of Temporary Records0

Key field Non-key field



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

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

How to access SAP table RSODSCADMIN

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