OXT_GENTABLIN SAP (OXT Object Template Description) Table details

Dictionary Type: Table
Description: OXT Object Template Description




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




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

OXT_GENTABLIN is a standard SAP Table which is used to store OXT Object Template Description data and is available within R/3 SAP systems depending on the version and release level.

The OXT_GENTABLIN table consists of various fields, each holding specific information or linking keys about OXT Object Template Description data available in SAP. These include TASKID (Task ID), TABENTRYID (Object Sequence), LINEID (Object Sequence), FIELDID (Object Sequence).. 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: Not classified


SAP OXT_GENTABLIN 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 MANDTCLNT3Assigned to domainMANDT
TASKIDTask ID OXT_TASKIDCHAR32OXT_GUID
TABENTRYIDObject Sequence OXT_OBJECTORDERNUMC6OXT_GENTABHDROXT_ORDER6
LINEIDObject Sequence OXT_OBJECTORDERNUMC6OXT_ORDER6
FIELDIDObject Sequence OXT_OBJECTORDERNUMC6OXT_ORDER6
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FIELDVALUEParameter Value OXT_PARAMVALUECHAR255OXT_CHAR255
KEYFLAGFlag for Key Field OXT_FL_ISKEYCHAR1OXT_FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM OXT_GENTABLIN
INTO CORRESPONDING FIELDS OF WA_OXT_GENTABLIN
WHERE...

How to access SAP table OXT_GENTABLIN

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