/DSD/GS_GENDAT_I SAP (DSD: Generic Data Container) Table details

Dictionary Type: Table
Description: DSD: Generic Data Container




ABAP Code to SELECT data from /DSD/GS_GENDAT_I
Related tables to /DSD/GS_GENDAT_I
Access table /DSD/GS_GENDAT_I




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

/DSD/GS_GENDAT_I is a standard SAP Table which is used to store DSD: Generic Data Container data and is available within R/3 SAP systems depending on the version and release level.

The /DSD/GS_GENDAT_I table consists of various fields, each holding specific information or linking keys about DSD: Generic Data Container data available in SAP. These include TOUR_ID (Tour ID), APPLICATION (Statistical Application), KEYFIELD (Generic Key Field), ROWTYPE (Row Type).. 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 (Deep)


SAP /DSD/GS_GENDAT_I 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
TOUR_IDTour ID /DSD/ST_TOURIDCHAR12/DSD/ST_TOURID
APPLICATIONStatistical Application /DSD/GS_APPLICATIONCHAR20Assigned to domain/DSD/GS_APPLICATION
KEYFIELDGeneric Key Field /DSD/GS_KEYFIELDCHAR20
ROWTYPERow Type /DSD/GS_ROWTYPECHAR10/DSD/GS_ROWTYPE
ROW_NORow Number /DSD/GS_ROWNONUMC6
DATAGeneric structure for transferring data RSGENERICDATACHAR250CHAR250

Key field Non-key field



How do I retrieve data from SAP table /DSD/GS_GENDAT_I using ABAP code

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

SELECT SINGLE *
FROM /DSD/GS_GENDAT_I
INTO CORRESPONDING FIELDS OF WA_/DSD/GS_GENDAT_I
WHERE...

How to access SAP table /DSD/GS_GENDAT_I

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