/SAPSLL/CWLCCP SAP (Worklist of Export Items to Determine IP Closing Portions) Table details

Dictionary Type: Table
Description: Worklist of Export Items to Determine IP Closing Portions




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




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

/SAPSLL/CWLCCP is a standard SAP Table which is used to store Worklist of Export Items to Determine IP Closing Portions data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/CWLCCP table consists of various fields, each holding specific information or linking keys about Worklist of Export Items to Determine IP Closing Portions data available in SAP. These include MANDT (Client), GUID_CWLCCP (Primary Key as GUID in 'RAW' Format), GUID_CUIT (Primary Key as GUID in 'RAW' Format), ECPID (Customs ID for Customs Procedure with Economic Significance).. 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/CWLCCP 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 MANDTCLNT3Assigned to domainMANDT
GUID_CWLCCPPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
GUID_CUITPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
ECPIDCustoms ID for Customs Procedure with Economic Significance /SAPSLL/ECPID_SPICHAR10Assigned to domain/SAPSLL/ECPID_SPI/SAPSLL/ECPID
LOGSYSLogical System of Original Object /SAPSLL/ORGLOGSYSCHAR10Assigned to domainALPHALOGSYS/SAPSLL/ORGLOGSYS
GUID_PRPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
GUID_LCLICPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
CUCOOCustom Product's Country of Origin /SAPSLL/CUCOOCHAR3Assigned to domainLAND1
IDGDSAdditional ID for Stock Separation in CWH, IP, PUCC /SAPSLL/IDGDSCHAR20/SAPSLL/IDGDS
CATInventory Management: Stock Category /SAPSLL/IVM_STOCK_CATEGORYCHAR2/SAPSLL/IVM_STOCK_CATEGORY
QUANStock Quantity /SAPSLL/IVM_QUANTITYQUAN31(14) /LIME/QUANTITY
UNITStock Unit of Measure /SAPSLL/IVM_UNITUNIT3Assigned to domainCUNITMEINS
BOPIDBOM ID /SAPSLL/BOPIDCHAR10Assigned to domainALPHA/SAPSLL/BOPID
GUID_CUHDPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
CRTSPUTC Time Stamp When Object Was Added /SAPSLL/CRTSPDEC15SLLTS/SAPSLL/TSTMP

Key field Non-key field



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

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

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

How to access SAP table /SAPSLL/CWLCCP

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