RSOSOLTP SAP (InfoSources (master data, ...) in the source system) Table details

Dictionary Type: Table
Description: InfoSources (master data, ...) in the source system




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




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

RSOSOLTP is a standard SAP Table which is used to store InfoSources (master data, ...) in the source system data and is available within R/3 SAP systems depending on the version and release level.

The RSOSOLTP table consists of various fields, each holding specific information or linking keys about InfoSources (master data, ...) in the source system data available in SAP. These include LOGSYS (Logical system), OBJVERS (Object version), MSDFLAG (Flag: InfoObject carries master data), TXTFLAG (Flag: InfoObject carries texts).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSOSOLTP 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
OSOURCEInfoSource (master data, text and hierarchies) RSOSOURCECHAR30RSOSRSOSOURCE
LOGSYSLogical system LOGSYSCHAR10RSBASIDOCALPHALOGSYS
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
MSDFLAGFlag: InfoObject carries master data RSMSDFLAGCHAR1X
TXTFLAGFlag: InfoObject carries texts RSTXTFLAGCHAR1XFLAG
HIEFLAGFlag: InfoObject carries hierarchies RSHIEFLAGCHAR1X
TIMDEPFLFlag: Master data is time-dependent RSTIMDEPFLCHAR1XFELD
TRANSTRUTransfer structure between source system and BW RSTRANSTRUCHAR27RSTSEDILSEGTYP
CHARONLYStructure only allows character fields RSCHARONLYCHAR1X
GENFLAGIndicator: Object was generated RSGENFLAGCHAR1X
FULLUPDFlag: Full update supported RSFULLUPDCHAR1X
DELTAATTDelta update attributes for master data RSDELTAATTCHAR1X
RESTOREATTSubsequent request of an attribute data packet supported RESTOREATTCHAR1X
RESTORETXTText data packets requesting supported RESTORETXTCHAR1X
DELTATXTDelta update texts for master data RSDELTATXTCHAR1X
DELTATXTACTDelta upload of texts active RSDELTATXTACTCHAR1X
OWNEROwner (Person Responsible) RSOWNERCHAR12Assigned to domainXUBNAMERS_OWNER
TSTPNMLast changed by RSTSTPNMCHAR12USR02XUBNAME
TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSOSOLTP
INTO CORRESPONDING FIELDS OF WA_RSOSOLTP
WHERE...

How to access SAP table RSOSOLTP

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