TCOKO SAP (Constants for PP orders) Pooled Table details

Dictionary Type: Pooled Table
Description: Constants for PP orders




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




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

TCOKO is a standard SAP Pooled Table which is used to store Constants for PP orders data and is available within R/3 SAP systems depending on the version and release level.

The TCOKO table consists of various fields, each holding specific information or linking keys about Constants for PP orders data available in SAP. These include ARBGE (Package), WE_BWART (Movement type for goods receipt), WE_BWARTS (Movement type for goods receipt cancellation), WA_BWART (Movement type: Goods issue for network (plant stock)).. 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 TCOKO pooled 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
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
WNB_BWARTMovement Type for Part Provided By-Product External Proc. WNB_BWARTCHAR3T156BWART
WNB_BWARTSMovement Type Reversal for Part Provided By-Prod. Ext.Proc. WNB_BWARTSCHAR3T156BWART
WEW_BWARTMovement Type for Goods Receipt for a WIP Batch WEW_BWARTCHAR3Assigned to domainBWART
WEW_BWARTSMovement Type for Goods Receipt WIP Batch Reversal WEW_BWARTSCHAR3Assigned to domainBWART

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCOKO
INTO CORRESPONDING FIELDS OF WA_TCOKO
WHERE...

How to access SAP table TCOKO

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