SDOKCLPROP SAP (SDOK: Assessable attributes dependent on document class) Table details

Dictionary Type: Table
Description: SDOK: Assessable attributes dependent on document class




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




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

SDOKCLPROP is a standard SAP Table which is used to store SDOK: Assessable attributes dependent on document class data and is available within R/3 SAP systems depending on the version and release level.

The SDOKCLPROP table consists of various fields, each holding specific information or linking keys about SDOK: Assessable attributes dependent on document class data available in SAP. These include PROP_NAME (Attribute of a document or a relationship), X_OBLIGAT (Attribute must be evaluated), X_UNIQUE (Attribute must be evaluated as a unique attribute), X_MAINTAIN (Attribute can be displayed to end users for maintenance).. 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 SDOKCLPROP 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_CLASSCHAR10SDOKIOCLSDOK_CLASS
PROP_NAMEAttribute of a document or a relationship SDOK_PROPNCHAR25SDOKPROPSDOK_PROPN
X_OBLIGATAttribute must be evaluated SDOK_PROBLCHAR1XFELD
X_UNIQUEAttribute must be evaluated as a unique attribute SDOK_PRUNQCHAR1XFELD
X_MAINTAINAttribute can be displayed to end users for maintenance SDOK_PRMNTCHAR1XFELD
X_HIDDENAttribute should not be displayed to end users SDOK_PRHIDCHAR1XFELD
X_FOREIGNAttribute belongs to another object SDOK_PRFORCHAR1XFELD
X_CLIENTAttribute transferred to PC (at checkout) SDOK_PRCLTCHAR1XFELD
ATTRFLDPOSPosition number of header attribute field SDOK_ATPOSNUMC2SDOK_ATPOS
SEL_OPTIONRelational operator for context-specific document selection SDOK_SLOPTCHAR2SDOK_QUOPT
X_CONTEXTAttribute is context relevant SDOK_PRCTXCHAR1XFELD
GROUPINGGrouping attributes SDOK_GROUPCHAR3SDOK_GROUP
SORTINGAttributes sort quality SDOK_SORTQCHAR4SDOK_SORTQ
PROP01Attribute feature (short version) SDOK_PRV_SCHAR15SDOK_PRV_S
X_INDEXAttribute is index relevant SDOK_PRIDXCHAR1XFELD
X_DYNAMICAttribute is dynamic SDOK_PRDYNCHAR1XFELD
X_CLASSIFYAttribute is Classification-Relevant SDOK_PRCLSCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM SDOKCLPROP
INTO CORRESPONDING FIELDS OF WA_SDOKCLPROP
WHERE...

How to access SAP table SDOKCLPROP

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