/SAPSLL/CCMWLB SAP (Worklist: CWH Collective Completion (Completed)) Table details

Dictionary Type: Table
Description: Worklist: CWH Collective Completion (Completed)




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




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

/SAPSLL/CCMWLB is a standard SAP Table which is used to store Worklist: CWH Collective Completion (Completed) data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/CCMWLB table consists of various fields, each holding specific information or linking keys about Worklist: CWH Collective Completion (Completed) data available in SAP. These include MANDT (Client), GUID_CCMWLB (Primary Key as GUID in 'RAW' Format), ECPID (Customs ID for Customs Procedure with Economic Significance), GUID_LEGFIN (Primary Key as GUID in 'RAW' Format).. 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/CCMWLB 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_CCMWLBPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
ECPIDCustoms ID for Customs Procedure with Economic Significance /SAPSLL/ECPID_SPICHAR10/SAPSLL/TECPID/SAPSLL/ECPID_SPI/SAPSLL/ECPID
GUID_LEGFINPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
IVMITInventory Management: Item ID /SAPSLL/IVM_ITEM_IDNUMC6/SAPSLL/IVM_ITEM_ID
GUID_CUITPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
FIFODate of Release for FIFO /SAPSLL/IVM_FIFO_DATEDATS8DATUM
QUANStock Quantity /SAPSLL/IVM_QUANTITYQUAN31(14) /LIME/QUANTITY
UNITStock Unit of Measure /SAPSLL/IVM_UNITUNIT3Assigned to domainCUNITMEINS
FIN_ID_EXTExternal Identification of Closing Portion Item /SAPSLL/FIN_ID_EXTNUMC6/SAPSLL/FIN_ID_EXT
PRDESTarget Procedure /SAPSLL/PRDESCHAR2/SAPSLL/PRDES/SAPSLL/PRDES
CCMSTAProcessing Status of Worklist /SAPSLL/CCMSTACHAR1/SAPSLL/CCMSTA

Key field Non-key field



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

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

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

How to access SAP table /SAPSLL/CCMWLB

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