GUIDIR SAP (Table of contents for models) Table details

Dictionary Type: Table
Description: Table of contents for models




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




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

GUIDIR is a standard SAP Table which is used to store Table of contents for models data and is available within R/3 SAP systems depending on the version and release level.

The GUIDIR table consists of various fields, each holding specific information or linking keys about Table of contents for models data available in SAP. These include M_DATE (Date created), M_TIME (Time), M_AUTHOR (Author of development object), MODIFIER (Development object last changed by).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP GUIDIR 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
MODELNAMEModel name MODELNAMECHAR30MODELNAMEDYM
M_DATEDate created EU_DATUMDATS8SYDATS
M_TIMETime EU_ZEITTIMS6SYTIME
M_AUTHORAuthor of development object EU_AUTORCHAR12Assigned to domainXUBNAME
MODIFIERDevelopment object last changed by EU_VAUTORCHAR12Assigned to domainXUBNAME
VERSIONModel version M_VERSIONINT410M_VERSION
MASTERLANGLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
PROG_MOABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
PROTO_PGName of prototype P_PROGRAMCHAR40PROGNAME
PROTO_DYInitial screen of prototype P_DYNPROCHAR4DYNNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM GUIDIR
INTO CORRESPONDING FIELDS OF WA_GUIDIR
WHERE...

How to access SAP table GUIDIR

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