T77OVIS_STRUC SAP (Structure Definition) Table details

Dictionary Type: Table
Description: Structure Definition




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




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

T77OVIS_STRUC is a standard SAP Table which is used to store Structure Definition data and is available within R/3 SAP systems depending on the version and release level.

The T77OVIS_STRUC table consists of various fields, each holding specific information or linking keys about Structure Definition data available in SAP. These include APPLICATION_ID (Visualization ID), STRUCTURE_NAME (Structure Name), PRIORITY (), ROOT_EVAL_PATH (Evaluation Path).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = T77OVIS_STRUC_T


SAP T77OVIS_STRUC 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
MANDTClient MANDTCLNT3T77OVIS_APP_IDMANDT
APPLICATION_IDVisualization ID HROVIS_APPL_IDCHAR15T77OVIS_APP_ID
STRUCTURE_NAMEStructure Name HROVIS_STRUC_NAMECHAR32
PRIORITY 0
ROOT_EVAL_PATHEvaluation Path WEGIDCHAR8Assigned to domainWEGIDHRBAS00WEGID
PARENT_EVAL_PATHEvaluation Path WEGIDCHAR8Assigned to domainWEGIDHRBAS00WEGID
CHILD_EVAL_PATHEvaluation Path WEGIDCHAR8Assigned to domainWEGIDHRBAS00WEGID
ROOT_FMFunction Module Name HROVIS_FUNCNAMECHAR30Assigned to domainFUNCNAME
PARENT_FMFunction Module Name HROVIS_FUNCNAMECHAR30Assigned to domainFUNCNAME
CHILD_FMFunction Module Name HROVIS_FUNCNAMECHAR30Assigned to domainFUNCNAME
HIERARCHY_PANEL_ENABLEDGeneral Flag FLAGCHAR1FLAG
HIERARCHY_PANEL_FMFunction Module Name HROVIS_FUNCNAMECHAR30Assigned to domainFUNCNAME
MULTISELECTENABLEDGeneral Flag FLAGCHAR1FLAG
MULTISELECT_ROLELaunchpad Role HROVIS_LPD_ROLECHAR10CHAR10
MULTISELECT_INSTANCELaunchpad Instance HROVIS_LPD_INSTANCECHAR32CHAR32
TURN_ROOT_EVAL_PATHGeneral Flag FLAGCHAR1FLAG
TURN_PARENT_EVAL_PATHGeneral Flag FLAGCHAR1FLAG
TURN_CHILD_EVAL_PATHGeneral Flag FLAGCHAR1FLAG
DEFAULT_EVAL_PATHEvaluation Path WEGIDCHAR8Assigned to domainWEGIDHRBAS00WEGID
DEFAULT_DATA_VIEWData View HROVIS_DATAVIEWCHAR15CHAR15

Key field Non-key field



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

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

SELECT SINGLE *
FROM T77OVIS_STRUC
INTO CORRESPONDING FIELDS OF WA_T77OVIS_STRUC
WHERE...

How to access SAP table T77OVIS_STRUC

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