SDOKIOCL SAP (SDOK: Information object classes) Table details

Dictionary Type: Table
Description: SDOK: Information object classes




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




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

SDOKIOCL is a standard SAP Table which is used to store SDOK: Information object classes data and is available within R/3 SAP systems depending on the version and release level.

The SDOKIOCL table consists of various fields, each holding specific information or linking keys about SDOK: Information object classes data available in SAP. These include IO_TYPE (Object Type), FCT_TRANSP (Function module for transport), DOCUSPACE (Document Area), FCT_DYP_I (Function module for initializing dynamic attributes).. 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

Text table = SDOKIOCLT


SAP SDOKIOCL 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
IO_CLASSDocument class SDOK_CLASSCHAR10SDOK_CLASS
IO_TYPEObject Type SWO_OBJTYPCHAR10SDOKIOTYPEOJ_NAMEOBJ
FCT_TRANSPFunction module for transport SDOK_FCT_TCHAR30TFDIRFUNCNAME
DOCUSPACEDocument Area SDOK_DOCSPCHAR10SDOKDOCSPHSDOK_DOCSP
FCT_DYP_IFunction module for initializing dynamic attributes SDOK_DYP_ICHAR30TFDIRFUNCNAME
FCT_DYP_GFunction module for reading dynamic attributes SDOK_DYP_GCHAR30TFDIRFUNCNAME
FCT_DYP_SFunction module for setting dynamic attributes SDOK_DYP_SCHAR30TFDIRFUNCNAME
FCT_DYP_DFunction module for deleting values of dynamic attributes SDOK_DYP_DCHAR30TFDIRFUNCNAME
FCT_DYP_PFunction module for removing dynamic attributes SDOK_DYP_PCHAR30TFDIRFUNCNAME
FCT_DYP_QFunction module for dynamic search queries SDOK_DYP_QCHAR30TFDIRFUNCNAME
FCT_AUTHFunction Module for Authorization SDOK_FCT_ACHAR30TFDIRFUNCNAME
FCT_TRANSLFunction Module for Translation Relevance SDOK_FCT_LCHAR30TFDIRFUNCNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM SDOKIOCL
INTO CORRESPONDING FIELDS OF WA_SDOKIOCL
WHERE...

How to access SAP table SDOKIOCL

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