/SAPSLL/CUSWLE_UI_01_S SAP (Customs Worklist for Domestic Goods Issues: UI Structure) Structure details

Dictionary Type: Structure
Description: Customs Worklist for Domestic Goods Issues: UI Structure




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




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

/SAPSLL/CUSWLE_UI_01_S is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Customs Worklist for Domestic Goods Issues: UI Structure" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/SAPSLL/CUSWLE_UI_01_S TYPE /SAPSLL/CUSWLE_UI_01_S.

The /SAPSLL/CUSWLE_UI_01_S table consists of various fields, each holding specific information or linking keys about Customs Worklist for Domestic Goods Issues: UI Structure data available in SAP. These include MDDNO (External ID for Material Document from Feeder System), MDDYR (External ID for Document Year from Feeder System), MDDIN (External ID for Material Document Item from Feeder System), MDDSY (Logical System of Original Object).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SAPSLL/CUSWLE_UI_01_S structure 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
MDDNOExternal ID for Material Document from Feeder System /SAPSLL/MDDNOCHAR35ALPHA/SAPSLL/OBJEX_35/SAPSLL/REFNO
MDDYRExternal ID for Document Year from Feeder System /SAPSLL/REFYRNUMC4GJAHR/SAPSLL/OBJEX_REFYR
MDDINExternal ID for Material Document Item from Feeder System /SAPSLL/MDDINCHAR10ALPHA/SAPSLL/OBJEX_10
MDDSYLogical System of Original Object /SAPSLL/ORGLOGSYSCHAR10TBDLSALPHALOGSYS/SAPSLL/ORGLOGSYS
MDDAPReference Application /SAPSLL/REFAPPCHAR10/SAPSLL/REFAPP
MDOBJObject Type of Reference Document /SAPSLL/OBJTPCHAR10/SAPSLL/OBJTP_REPL/SAPSLL/OBJTP
MDDPM_ICONGoods Movement: Receipt/Issue /SAPSLL/MDDPM_ICONCHAR30ICONNAME
MDCCLIndicator for Material Document Cancellation /SAPSLL/MDCCLCHAR1XFELD
MDBUQMaterial Document Qty in Base Unit of Measure /SAPSLL/MDBUQQUAN16(3) /SAPSLL/QUANT
BAUOMBase Unit of Measure /SAPSLL/BAUOMUNIT3Assigned to domainCUNITMEINS
GUID_PRPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
PRVSYProduct Number /SAPSLL/PRVSYCHAR40SLLPR/SAPSLL/OBJEX_PRVSY/SAPSLL/PRVSY/SAPSLL/PR
PRTXTProduct Master Short Text for Legal and Logistics Services /SAPSLL/PRTXTCHAR60TEXT60
IVMSTUpdate Status for Inventory Management /SAPSLL/IVMSTCHAR1/SAPSLL/IVMST
IVMST_TXTText 60 Characters Long /SAPSLL/TEXT60CHAR60TEXT60
DLDNOExternal ID for Inbound Delivery from Feeder System /SAPSLL/DLDNOCHAR20ALPHA/SAPSLL/OBJEX_20
DLDINExternal Document Item ID from Feeder System /SAPSLL/ITVSYCHAR10ALPHA/SAPSLL/OBJEX_10/SAPSLL/ITVSY
DLDSYLogical System of Original Object /SAPSLL/ORGLOGSYSCHAR10TBDLSALPHALOGSYS/SAPSLL/ORGLOGSYS
DLDAPReference Application /SAPSLL/REFAPPCHAR10/SAPSLL/REFAPP
DLOBJObject Type of Reference Document /SAPSLL/OBJTPCHAR10/SAPSLL/OBJTP_REPL/SAPSLL/OBJTP
CUCOOCustom Product's Country of Origin /SAPSLL/CUCOOCHAR3Assigned to domainLAND1
ECPIDCustoms ID for Customs Procedure with Economic Significance /SAPSLL/ECPID_SPICHAR10Assigned to domain/SAPSLL/ECPID_SPI/SAPSLL/ECPID
ECPID_TXTCustoms ID Descr. for Procedure with Economic Significance /SAPSLL/ECTXT_SPICHAR60TEXT60
MOVTYExternal ID for Movement Type from Feeder System /SAPSLL/MOVTYCHAR5/SAPSLL/OBJEX_MOVTY
MDDDTDocument Date of Material Document /SAPSLL/MDDDTDATS8DATUM
MDPDTPosting Date of Material Document /SAPSLL/MDPDTDATS8DATUM
MDCDTEntry Date of Material Document /SAPSLL/MDCDTDEC15SLLTS/SAPSLL/TSTMP
ADDDA1Additional Data 1 /SAPSLL/ADDDA1CHAR10CHAR10
ADDDA2Additional Data 2 /SAPSLL/ADDDA2CHAR15CHAR15
ADDDA3Additional Data 3 /SAPSLL/ADDDA3CHAR30CHAR30
MDRNOExternal Material Document Reference ID from Feeder System /SAPSLL/MDRNOCHAR35ALPHA/SAPSLL/OBJEX_35/SAPSLL/REFNO
MDRYRExternal ID for Document Year from Feeder System /SAPSLL/REFYRNUMC4GJAHR/SAPSLL/OBJEX_REFYR
MDRINExternal Document Item ID from Feeder System /SAPSLL/ITVSYCHAR10ALPHA/SAPSLL/OBJEX_10/SAPSLL/ITVSY
MDRSYLogical System of Original Object /SAPSLL/ORGLOGSYSCHAR10TBDLSALPHALOGSYS/SAPSLL/ORGLOGSYS
MDRAPReference Application /SAPSLL/REFAPPCHAR10/SAPSLL/REFAPP
IDGDSAdditional ID for Stock Separation in CWH, IP, PUCC /SAPSLL/IDGDSCHAR20/SAPSLL/IDGDS
LOCIDLocation ID /SAPSLL/IVM_LOCIDCHAR3ALPHA/SAPSLL/IVM_LOCID
CRTSPTime Stamp of Object Creation for UI /SAPSLL/CRTUIDEC15SLLTS/SAPSLL/TSTMP

Key field Non-key field



How do I retrieve data from SAP structure /SAPSLL/CUSWLE_UI_01_S using ABAP code?

As /SAPSLL/CUSWLE_UI_01_S is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /SAPSLL/CUSWLE_UI_01_S as there is no data to select.

How to access SAP table /SAPSLL/CUSWLE_UI_01_S

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