FDT_GTT_ELEM SAP (Tst Data fro element unit test) Table details

Dictionary Type: Table
Description: Tst Data fro element unit test




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




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

FDT_GTT_ELEM is a standard SAP Table which is used to store Tst Data fro element unit test data and is available within R/3 SAP systems depending on the version and release level.

The FDT_GTT_ELEM table consists of various fields, each holding specific information or linking keys about Tst Data fro element unit test data available in SAP. These include ID (Test DTE of type INT1), NAME (FDT: Name), DESCRIPTION_TEST (Test DTE for ELEMENT unit test).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FDT_GTT_ELEM 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
IDTest DTE of type INT1 FDT_TEST_DTE_INT1INT13FDT_TEST_DOM_INT1FDT_TEST_ELEM_INT_SH
NAMEFDT: Name FDT_NAMECHAR30FDT_NAME
DESCRIPTION_TESTTest DTE for ELEMENT unit test FDT_TEST_DTE_ELEMENTCHAR30Assigned to domainFDT_TEST_DOM_ELEMENTFDT_TEST_ELEMENT_SH

Key field Non-key field



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

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

SELECT SINGLE *
FROM FDT_GTT_ELEM
INTO CORRESPONDING FIELDS OF WA_FDT_GTT_ELEM
WHERE...

How to access SAP table FDT_GTT_ELEM

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