/DSD/ME_COCI_ITM SAP (DSD CN: Check-Out Check-In Items) Table details

Dictionary Type: Table
Description: DSD CN: Check-Out Check-In Items




ABAP Code to SELECT data from /DSD/ME_COCI_ITM
Related tables to /DSD/ME_COCI_ITM
Access table /DSD/ME_COCI_ITM




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

/DSD/ME_COCI_ITM is a standard SAP Table which is used to store DSD CN: Check-Out Check-In Items data and is available within R/3 SAP systems depending on the version and release level.

The /DSD/ME_COCI_ITM table consists of various fields, each holding specific information or linking keys about DSD CN: Check-Out Check-In Items data available in SAP. These include TOUR_ID (DSD Connecter: Tour ID), CHECK_ID (DSD Connector: Check ID), ITM_NO (DSD Connector: Item number), INV_TYPE (DSD Connector: Inventory Type).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /DSD/ME_COCI_ITM 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
CLIENTClient MANDTCLNT3T000MANDT
TOUR_IDDSD Connecter: Tour ID /DSD/ME_TOURIDCHAR11CHAR11
CHECK_IDDSD Connector: Check ID /DSD/ME_CHECKIDNUMC2
ITM_NODSD Connector: Item number /DSD/ME_ITEM_NONUMC6NUMC6
INV_TYPEDSD Connector: Inventory Type /DSD/ME_INVENT_TYPECHAR1CHAR1
MAT_NODSD Connector: Material Number /DSD/ME_MAT_NOCHAR18CHAR18
UOMDSD Connector: Unit of Measure /DSD/ME_UOMUNIT3/DSD/ME_UNIT3
ROTRUCKDSD Connector: Remain on truck flag /DSD/ME_ROTRUCKCHAR1CHAR1
PLAN_QTYDSD Connector: Planned Quantity /DSD/ME_PLAN_QTYDEC13(3) DEC13_3
ACT_QTYDSD Connector: Counted/Accepted Quantity /DSD/ME_ACT_QTYDEC13(3) DEC13_3
COCI_REASONDSD Connector: Reason Code /DSD/ME_REASONCHAR2CHAR2
BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
SPEC_RETURNControl Parameters /DSD/HH_SPEC_RETURNCHAR1/DSD/DE_CONTROL_PAR

Key field Non-key field



How do I retrieve data from SAP table /DSD/ME_COCI_ITM using ABAP code

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

SELECT SINGLE *
FROM /DSD/ME_COCI_ITM
INTO CORRESPONDING FIELDS OF WA_/DSD/ME_COCI_ITM
WHERE...

How to access SAP table /DSD/ME_COCI_ITM

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