RSO_S_TLOGOPROP SAP (TLOGO Object and Properties) Structure details

Dictionary Type: Structure
Description: TLOGO Object and Properties




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




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

RSO_S_TLOGOPROP 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 "TLOGO Object and Properties" 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_RSO_S_TLOGOPROP TYPE RSO_S_TLOGOPROP.

The RSO_S_TLOGOPROP table consists of various fields, each holding specific information or linking keys about TLOGO Object and Properties data available in SAP. These include TLOGO (BW: Object Type (TLOGO)), 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).. 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 RSO_S_TLOGOPROP 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
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 structure RSO_S_TLOGOPROP using ABAP code?

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

How to access SAP table RSO_S_TLOGOPROP

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