DITCOKO SAP (Enhanced Constants for PPS Orders) Table details

Dictionary Type: Table
Description: Enhanced Constants for PPS Orders




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




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

DITCOKO is a standard SAP Table which is used to store Enhanced Constants for PPS Orders data and is available within R/3 SAP systems depending on the version and release level.

The DITCOKO table consists of various fields, each holding specific information or linking keys about Enhanced Constants for PPS Orders data available in SAP. These include ARBGE (Package), MATKL (Material Group), AUART (Order Type), CUST_DEF_KEY (Customer-Defined Key).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP DITCOKO 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 MANDTCLNT3T000MANDT
ARBGEPackage DEVCLASSCHAR30TDEVCDEVCLASSDVCDEVCLASS
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
AUARTOrder Type AUFARTCHAR4T003OAUFARTAAT
CUST_DEF_KEYCustomer-Defined Key CUST_DEF_KEYCHAR30CUST_DEF_KEY
WE_BWARTMovement type for goods receipt WE_BWARTCHAR3T156BWART
WE_BWARTSMovement type for goods receipt cancellation WE_BWARTSCHAR3T156BWART
WA_BWARTMovement type: Goods issue for network (plant stock) WA_BWARTCHAR3T156BWART
WA_BWARTSMovement type for goods issue cancellation WA_BWARTSCHAR3T156BWART
WN_BWARTMovement Type for GR By-Product from Network (Plant Stock) WN_BWARTCHAR3T156BWART
WN_BWARTSMovement Type for Goods Receipt Cancellation By-Product WN_BWARTSCHAR3T156BWART
WA_BWARTPMovement type for goods issue for network (project stock) WA_BWARTPCHAR3T156BWART
WA_BWARTPSMovement type for cancelled goods issue NW (project stock) WA_BWARTPSCHAR3T156BWART
WN_BWARTPMovement type for goods receipt by-product from NW proj. stk WN_BWARTPCHAR3T156BWART
WN_BWARTPSMovement type cancelled goods receipt by-prod. project stock WN_BWARTPSCHAR3T156BWART
WA_BWARTKMovement type for goods issue for network (sales ordr stock) WA_BWARTKCHAR3T156BWART
WA_BWARTKSMovement type for cancelled goods issue (sales order stock) WA_BWARTKSCHAR3T156BWART
WN_BWARTKMovement type goods receipt by-product sales order stock WN_BWARTKCHAR3T156BWART
WN_BWARTKSMove. type cancel. goods receipt by-prod. sales order stock WN_BWARTKSCHAR3T156BWART
WB_BWARTMovement type for parts to be provided by external process. WB_BWARTCHAR3T156BWART
WB_BWARTSMvmt type cancellation for parts to be provided by ext.proc. WB_BWARTSCHAR3T156BWART

Key field Non-key field



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

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

SELECT SINGLE *
FROM DITCOKO
INTO CORRESPONDING FIELDS OF WA_DITCOKO
WHERE...

How to access SAP table DITCOKO

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