RSTLOGOPROP SAP (BW TLOGO Objects Properties) Table details

Dictionary Type: Table
Description: BW TLOGO Objects Properties




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




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

RSTLOGOPROP is a standard SAP Table which is used to store BW TLOGO Objects Properties data and is available within R/3 SAP systems depending on the version and release level.

The RSTLOGOPROP table consists of various fields, each holding specific information or linking keys about BW TLOGO Objects Properties data available in SAP. These include TLOGO_D (BW: Object type for the delivery), SHADOWFL (= 'X': trig. using shadow tab; =' ': trig. using D version), MODVERSFL (= 'X': M vers. supported; =' ': only A and D vers. supported), IMPORTVERS (Import Version (A, M or T) (= SPACE: not a BW object)).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSTLOGOPROP 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
TLOGOBW: Object Type (TLOGO) RSTLOGOCHAR4RSTLOGO
TLOGO_DBW: Object type for the delivery RSTLOGO_DCHAR4RSTLOGO_D
SHADOWFL= 'X': trig. using shadow tab; =' ': trig. using D version RSSHADOWFLCHAR1BOOLE
MODVERSFL= 'X': M vers. supported; =' ': only A and D vers. supported RSMODVERSFLCHAR1BOOLE
IMPORTVERSImport Version (A, M or T) (= SPACE: not a BW object) RSIMPORTVERSCHAR1RSIMPORTVERS
BEXOBJFLGUI Capability of Object Type for Transpt (See Fixed Values) RSO_TLOGO_GUI_TYPECHAR1RSBEXOBJFL
MERGEFL= 'X': Obj.can be mtchd with SAP vers; = ' ' can only be cpd RSMERGEFLCHAR1BOOLE
BDSFL= 'X': Object is connected to Dokument Management System RSBDSFLCHAR1BOOLE
EXISTENTIALFLObject possesses existential dependent objects RSEXISTENTIALFLCHAR1RS_BOOL
BCTCOMPFLObselete! TLOGO Object Can Have A BCt Compnt Assigned To It RSBCTCOMPFLCHAR1RS_BOOL
BWAPPLFL= 'X' object has BW applic.-specific functions RSBWAPPLFLCHAR1RS_BOOL
CLASSABAP Class of a TLOGO Object RSTLOGOCLASSCHAR30SEOCLSNAME
CLASS_COLLABAP Collection Class of a TLOGO Object RSTLOGOCLASS_COLLCHAR30SEOCLSNAME
CHNGPRODFL='X':Cannot set to be changed in unchangeable system RSCHNGPRODFLCHAR1XFELD
CHNGUPGFLChange Object Option During Upgrade RSCHNGUPGFLCHAR1RSCHNGUPGFL
ADDIOBJFL= 'X': Object Requires Additional Objects (non-BW Objects) RSADDIOBJFLCHAR1
DEEPCOPYFL= 'X': Object Type Supports Deep Copy (Cloning) RSDEEPCOPYFLCHAR1XFELD
TLOGOTABPrimary table for a TLOGO object RSTLOGOTABCHAR30Assigned to domainAS4TAB
FIELDNMField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TXTTABText tablefor a TLOGO Object RSTLOGOTXTTABCHAR30Assigned to domainAS4TAB
NSPACEPATTERNPermitted Namespace for Object Type RSNSPACEPATTERNCHAR7RSNSPACEPATTERN
UPD_INDEX_QUEUE='X': Object Type Writes to Delta Queue of Search RS_UPD_INDEX_QUEUECHAR1BOOLE
XREFGeneric Cross-Reference Framework Usage RSXREFCHAR1RSXREF
FUNC_AFTER_IMPAfter-Import Function Module in BW RS_FUNC_AFTER_IMPCHAR30Assigned to domainFUNCNAME
KMNAMEName of a TLOGO Object in Portal KM RSO_KM_NAMECHAR30TEXT30
NAME_LENGHTRelevant Length of Object Name RS_NAME_LENGHTINT13INT1
WORKINGAREAFL='X': Object Type Supports Worklist RSWORKINGAREAFLCHAR1XFELD
SCOPE_CHECK='X': Object Type Performs Scope Check RS_SCOPE_CHECKCHAR1XFELD
TENANTFLObsolete. Do not use RS_TENANTFLCHAR1XFELD
TENANT_AFTER_IMPObsolete. Do not use RS_TENANT_AFTER_IMPCHAR1XFELD
FINETUNEABLEObsolete. Do not use RS_FINETUNEABLECHAR1RS_FINETUNEABLE
SPECIFICXMLImplementation Class for TLOGO XML (De)serialisation RS_SPECIFICXMLCHAR30SEOCLSNAME
AUTHOBJECTAuthorization Object XUOBJECTCHAR10Assigned to domainXUOBJECTXUO
ENQOBJECTLock object name ENQNAMECHAR16DBOBJ_NAMEENQUDD_ENQU
AIMPARALLELFlag: Objects of this type can be run in parallel with AIM RS_AIMPARALLELCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSTLOGOPROP
INTO CORRESPONDING FIELDS OF WA_RSTLOGOPROP
WHERE...

How to access SAP table RSTLOGOPROP

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