ROOSOURCE SAP (Table Header for SAP BW OLTP Sources (Relevant From 2.0)) Table details

Dictionary Type: Table
Description: Table Header for SAP BW OLTP Sources (Relevant From 2.0)




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




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

ROOSOURCE is a standard SAP Table which is used to store Table Header for SAP BW OLTP Sources (Relevant From 2.0) data and is available within R/3 SAP systems depending on the version and release level.

The ROOSOURCE table consists of various fields, each holding specific information or linking keys about Table Header for SAP BW OLTP Sources (Relevant From 2.0) data available in SAP. These include OBJVERS (OLTP Source Version), TYPE (DataSource Type), APPLNM (Application Component), BASOSOURCE (Internal Name of DataSource).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = ROOSOURCET


SAP ROOSOURCE 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
OLTPSOURCEDataSource (OSOA/OSOD) ROOSOURCERCHAR30ROOSOURCEDRO1
OBJVERSOLTP Source Version ROOBJVERSCHAR1ROOBJVERS
TYPEDataSource Type ROOSTYPECHAR4ROOSTYPERO4
APPLNMApplication Component RSAPPLNMCHAR30RSAPPLNM
BASOSOURCEInternal Name of DataSource ROBASOURCECHAR30ROBASOURCERO2
DELTADelta Process for a DataSource ROGENDELTACHAR4RODELTAMALPHARODELTA
STOCKUPDDataSource generates an initial non-cumulative ROSTOCKCHAR1ROFLAG
UPDFLG1Indicator ROFLAGCHAR1X
UPDFLG2Indicator ROFLAGCHAR1X
UPDFLG3Indicator ROFLAGCHAR1X
READONLYKey Figures for Extractor Tests in Delta Mode RSONLYREADCHAR1ROFLAG
INITSIMUDataSource Controls the Delta Init Simulation Mode ROINITSIMUCHAR1ROINITSIMU
INITCOMMITExtractor Needs SAP-Commit After Init-Phase ROINITCOMMCHAR1ROINITCOMM
ZDD_ABLEIndicator: DataSource Can Post During Delta Init ROZDDABLECHAR1ROFLAG
REALTIMEDataSource Is Real-Time Enabled ROREALTIMECHAR1ROFLAG
EXMETHODDataSource Extraction Method ROEXMETHODCHAR2ROEXMETHOD
EXTRACTORDataSource Extractor ROEXTRACTOCHAR30ROEXTRACTORO3
EXSTRUCTName of the provider structure for an InfoSource ROSTRUCCHAR30Assigned to domainAS4TABDTB
GENFLAGDataSource uses generic interfaces ROGENFLAGCHAR1ROFLAG
VIRTCUBEDataSource: Extractor Supports Direct Access ROVIRTFLCHAR1ROVIRT
APPENDFLAGFlag: InfoSource fields were attached at customers RSCUSTFLAGCHAR1X
TSTPNMLast changed by RSTSTPNMCHAR12USR02XUBNAME
TSTPDATChanged On RSTSTPDATDATS8AS4DATE
TSTPTIMChanged at RSTSTPTIMTIMS6AS4TIME
INVFIELDField That Transfers Record Mode RSINVFDCHAR30RSFIELDNM
GENDELTAFDDelta-Specific Field for DataSource RSGENDLTFDCHAR30Assigned to domainFDNAME
GENDELTATPType of Delta-Relevant Field RSGENDLTTPCHAR1RSGENDLTTP
DELTASAFE1Safety Interval Lower Limit RSDLTASAF1CHAR45RSLOW
DELTASAFE2Safety Interval Upper Limit of Delta Selection RSDLTASAFECHAR45RSLOW
DLTAGETMAXFunction Module for Determining Maximum Value RSDLGETMAXCHAR30Assigned to domainFUNCNAME
SEGMENTIndicator ROFLAGCHAR1X
AFTERIMPAfter-Import Methods of a DataSource AFTERIMPCHAR30Assigned to domainFUNCNAME
BEFOREXPFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB
MAINTAINDataSource Event Maintenance MAINTAINDSCHAR30Assigned to domainFUNCNAME
CHECKDSFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB
SAVEDSSave Event of a DataSource SAVEDSCHAR30Assigned to domainFUNCNAME
TRANSPDSTransport Event of a DataSource TRSANSPDSCHAR30Assigned to domainFUNCNAME
DELETE_DSDeletion of Datasource DELETE_DSCHAR30Assigned to domainFUNCNAME
RESETDELTAFunction Module for Invalidatin a Delta Update ROOSFDELTACHAR30Assigned to domainFUNCNAME
APPL_PROPFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB
ACTIVATEActivate DataSource Event ROACTIVATECHAR30Assigned to domainFUNCNAME
ZDD_REPLAYDataSource Event: Replay for Zero Downtime Delta ROREPLAYZDCHAR30Assigned to domainFUNCNAME
TFMETHODSSupported Transfer Methods ROTFMETHDSCHAR1ROTFMETHDS
ARCHMETHODDataSource Archive Connection ROARCHMTHDCHAR1ROARCHMTHD
DUPRECIndicator: DataSource Delivers Duplicate Records RODUPRECCHAR1RODUPREC
SCLIENTDataSource is only allwd to be replicated for single client ROSCLIENTCHAR1ROSCLIENT
PRIMSEGIDPrimary Segment ROOSPRIMSNUMC4ROOSSEGID
OBJECTFDField Name: Object ID ROOSOBJFDCHAR30RSFIELDNM
CONTSRCVERSContent Version of DataSource ROCONTVERSCHAR6ROCONTVERS
RECONCILIATIONDataSource for Data Reconciliation RORECONCILIATIONCHAR1ROFLAG

Key field Non-key field



How do I retrieve data from SAP table ROOSOURCE using ABAP code

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

SELECT SINGLE *
FROM ROOSOURCE
INTO CORRESPONDING FIELDS OF WA_ROOSOURCE
WHERE...

How to access SAP table ROOSOURCE

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