SDOKLOTAB SAP (SDOK: Tables for logical information objects) Table details

Dictionary Type: Table
Description: SDOK: Tables for logical information objects




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




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

SDOKLOTAB is a standard SAP Table which is used to store SDOK: Tables for logical information objects data and is available within R/3 SAP systems depending on the version and release level.

The SDOKLOTAB table consists of various fields, each holding specific information or linking keys about SDOK: Tables for logical information objects data available in SAP. These include ATTRIBTAB (Attribute feature table), DESCRIPTAB (Short description table), RELOUTTAB (Relationship table (outgoing relationships)), RELINTAB (Link table (incoming links)).. 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: Not classified


SAP SDOKLOTAB 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
HEADERTABHeader table SDOK_HDTABCHAR30DD02LAS4TAB
ATTRIBTABAttribute feature table SDOK_PRTABCHAR30DD02LAS4TAB
DESCRIPTABShort description table SDOK_TXTABCHAR30DD02LAS4TAB
RELOUTTABRelationship table (outgoing relationships) SDOK_RETABCHAR30DD02LAS4TAB
RELINTABLink table (incoming links) SDOK_RITABCHAR30DD02LAS4TAB
TLOGO_OBJLogical Transport Object SDOK_TLOGOCHAR30OBJHOB_OBJECT
TYPE_TROBJType of transport object SDOK_TTROBCHAR1SDOK_TTROB

Key field Non-key field



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

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

SELECT SINGLE *
FROM SDOKLOTAB
INTO CORRESPONDING FIELDS OF WA_SDOKLOTAB
WHERE...

How to access SAP table SDOKLOTAB

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