SDOKPHTAB SAP (SDOK: Tables for physical information objects) Table details

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




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




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

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

The SDOKPHTAB table consists of various fields, each holding specific information or linking keys about SDOK: Tables for physical information objects data available in SAP. These include FILETAB (File table), ATTRIBTAB (Attribute feature table), HYPLINKTAB (Hyperlink table), RELOUTTAB (Relationship table (outgoing relationships)).. 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 SDOKPHTAB 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
FILETABFile table SDOK_FLTABCHAR30DD02LAS4TAB
ATTRIBTABAttribute feature table SDOK_PRTABCHAR30DD02LAS4TAB
HYPLINKTABHyperlink table SDOK_HRTABCHAR30DD02LAS4TAB
RELOUTTABRelationship table (outgoing relationships) SDOK_RETABCHAR30DD02LAS4TAB
RELINTABLink table (incoming links) SDOK_RITABCHAR30DD02LAS4TAB
HYPNAMETABTarget anchor table SDOK_NMTABCHAR30DD02LAS4TAB
CHCKOUTTABCheckout table SDOK_COTABCHAR30DD02LAS4TAB
CHCKFILTABCheckout file table SDOK_CFTABCHAR30DD02LAS4TAB
TLOGO_OBJLogical Transport Object SDOK_TLOGOCHAR30OBJHOB_OBJECT
INDEXTABTable for indexing status SDOK_IXTABCHAR30DD02LAS4TAB
TYPE_TROBJType of transport object SDOK_TTROBCHAR1SDOK_TTROB

Key field Non-key field



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

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

SELECT SINGLE *
FROM SDOKPHTAB
INTO CORRESPONDING FIELDS OF WA_SDOKPHTAB
WHERE...

How to access SAP table SDOKPHTAB

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