RSOTLOGOIMPACT SAP (TLOGO Object Relationships for Impact Analysis) Table details

Dictionary Type: Table
Description: TLOGO Object Relationships for Impact Analysis




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




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

RSOTLOGOIMPACT is a standard SAP Table which is used to store TLOGO Object Relationships for Impact Analysis data and is available within R/3 SAP systems depending on the version and release level.

The RSOTLOGOIMPACT table consists of various fields, each holding specific information or linking keys about TLOGO Object Relationships for Impact Analysis data available in SAP. These include TLOGO_DEP (Dependent Object Type (Used in 1st Object Type)), IMPACT_CHECK (= 'X': Call Impact Analysis at Check), IMPACT_ACTIVATE (= 'X': Call Impact Analyse After Activation).. 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 RSOTLOGOIMPACT 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_DEPDependent Object Type (Used in 1st Object Type) RSO_TLOGO_DEPCHAR4RSTLOGO
IMPACT_CHECK = 'X': Call Impact Analysis at Check0
IMPACT_ACTIVATE = 'X': Call Impact Analyse After Activation0

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSOTLOGOIMPACT
INTO CORRESPONDING FIELDS OF WA_RSOTLOGOIMPACT
WHERE...

How to access SAP table RSOTLOGOIMPACT

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