RSGENOS SAP (Header Information for OLTP Source Generation) Structure details

Dictionary Type: Structure
Description: Header Information for OLTP Source Generation




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




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

RSGENOS 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 "Header Information for OLTP Source Generation" 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_RSGENOS TYPE RSGENOS.

The RSGENOS table consists of various fields, each holding specific information or linking keys about Header Information for OLTP Source Generation data available in SAP. These include TYPE (DataSource Type), APPLNM (Application Component), BASOSOURCE (Internal Name of DataSource), DELTA (Delta Process for a 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RSGENOS 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
OLTPSOURCEDataSource (OSOA/OSOD) ROOSOURCERCHAR30ROOSOURCEDRO1
TYPEDataSource Type ROOSTYPECHAR4ROOSTYPERO4
APPLNMApplication Component ROAPPLRCHAR30RSAPPLNM
BASOSOURCEInternal Name of DataSource ROBASOURCECHAR30ROBASOURCERO2
DELTADelta Process for a DataSource ROGENDELTACHAR4Assigned to domainALPHARODELTA
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
STOCKUPDDataSource generates an initial non-cumulative ROSTOCKCHAR1ROFLAG
EXMETHODDataSource Extraction Method ROEXMETHODCHAR2ROEXMETHOD
EXTRACTORDataSource Extractor ROEXTRACTOCHAR30ROEXTRACTORO3
STRUCTUREExtract Structure for a DataSource ROSTRUCTCHAR30Assigned to domainAS4TAB
GENFLAGDataSource uses generic interfaces ROGENFLAGCHAR1ROFLAG
VIRTCUBEDataSource: Extractor Supports Direct Access ROVIRTFLCHAR1ROVIRT
TSTPNMLast changed by RSTSTPNMCHAR12Assigned to domainXUBNAME
TSTPDATChanged On RSTSTPDATDATS8AS4DATE
TSTPTIMChanged at RSTSTPTIMTIMS6AS4TIME
INVFIELDField That Transfers Record Mode RSINVFDCHAR30RSFIELDNM
AFTERIMPFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB
BEFOREXPFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB
MAINTAINFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB
CHECKDSFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB
SAVEDSFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB
TRANSPDSFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB
DELETE_DSFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB
APPL_PROPFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB
RESETDELTAFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB
ACTIVATEFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB
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
GENEXSTRUExtract Structure for a DataSource ROSTRUCTCHAR30Assigned to domainAS4TAB
ZDD_ABLEIndicator: DataSource Can Post During Delta Init ROZDDABLECHAR1ROFLAG
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
REALTIMEDataSource Is Real-Time Enabled ROREALTIMECHAR1ROFLAG

Key field Non-key field



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

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

How to access SAP table RSGENOS

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