/SAPSLL/CCMIT SAP (Customs Warehouse Collective Completion - Item) Table details

Dictionary Type: Table
Description: Customs Warehouse Collective Completion - Item




ABAP Code to SELECT data from /SAPSLL/CCMIT
Related tables to /SAPSLL/CCMIT
Access table /SAPSLL/CCMIT




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

/SAPSLL/CCMIT is a standard SAP Table which is used to store Customs Warehouse Collective Completion - Item data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/CCMIT table consists of various fields, each holding specific information or linking keys about Customs Warehouse Collective Completion - Item data available in SAP. These include MANDT (Client), GUID_CCMIT (Primary Key as GUID in 'RAW' Format), GUID_CCMHD (Primary Key as GUID in 'RAW' Format), CCMNO (Item Number for Collective Completion: Customs Warehouse).. 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: Cannot Be Enhanced


SAP /SAPSLL/CCMIT 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
GUID_CCMITPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
GUID_CCMHDPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
CCMNOItem Number for Collective Completion: Customs Warehouse /SAPSLL/CCMNOCHAR10ALPHA/SAPSLL/OBJEX_10
GUID_LEGFINPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
ITNEXExternal Identification Number of Doc. Item for EDI Commun. /SAPSLL/ITNEXCHAR20ALPHA/SAPSLL/OBJEX_20
BREGNRRegistration Number of Customs Warehouse Receipt /SAPSLL/BREGNRCHAR40ALPHA/SAPSLL/OBJEX
BREFITItem Number of Customs Warehouse Receipt /SAPSLL/BREFITCHAR10ALPHA/SAPSLL/OBJEX_10
QUANTStock Quantity /SAPSLL/IVM_QUANTITYQUAN31(14) /LIME/QUANTITY
UNITStock Unit of Measure /SAPSLL/IVM_UNITUNIT3T006CUNITMEINS
PRDESTarget Procedure /SAPSLL/PRDESCHAR2/SAPSLL/PRDES/SAPSLL/PRDES
CCMTYType of Completion for Customs Warehouse Collective Complet. /SAPSLL/CCMTYCHAR2/SAPSLL/CCMTY
CCMTXOther Documentation for Collective Completion Customs WH /SAPSLL/CCMTXCHAR35/SAPSLL/TEXT35
CCMDTCompletion Date for CWH Collective Completion /SAPSLL/CCMDTDATS8DATS
SNDSTASend Status /SAPSLL/SNDSTACHAR1/SAPSLL/SNDSTA
ERRSTAProcessing Status /SAPSLL/ERRSTACHAR1/SAPSLL/ERRSTA
CCMISTStatus of Collective Completion - Item /SAPSLL/CCMISTCHAR1/SAPSLL/CCMIST

Key field Non-key field



How do I retrieve data from SAP table /SAPSLL/CCMIT using ABAP code

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

SELECT SINGLE *
FROM /SAPSLL/CCMIT
INTO CORRESPONDING FIELDS OF WA_/SAPSLL/CCMIT
WHERE...

How to access SAP table /SAPSLL/CCMIT

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