/SAPSLL/CUSWLE_RM_S SAP (Customs Worklist /SAPSLL/CUSWLE - RM Data Part) Structure details

Dictionary Type: Structure
Description: Customs Worklist /SAPSLL/CUSWLE - RM Data Part




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




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

/SAPSLL/CUSWLE_RM_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 /SAPSLL/CUSWLE - RM Data Part" 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_RM_S TYPE /SAPSLL/CUSWLE_RM_S.

The /SAPSLL/CUSWLE_RM_S table consists of various fields, each holding specific information or linking keys about Customs Worklist /SAPSLL/CUSWLE - RM Data Part data available in SAP. These include MDOBJ (Object Type of Reference Document), MDBUQ_FLT (Material Document Qty in Base Unit of Measure), BAUOM (Base Unit of Measure), MDCCL (Indicator for Material Document Cancellation).. 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: Can be enhanced (character-type or numeric)


SAP /SAPSLL/CUSWLE_RM_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
MDOBJObject Type of Reference Document /SAPSLL/OBJTPCHAR10/SAPSLL/OBJTP_REPL/SAPSLL/OBJTP
MDBUQ_FLTMaterial Document Qty in Base Unit of Measure /SAPSLL/MDBUQ_FLTFLTP16(16) /SAPSLL/FLOAT
BAUOMBase Unit of Measure /SAPSLL/BAUOMUNIT3Assigned to domainCUNITMEINS
MDCCLIndicator for Material Document Cancellation /SAPSLL/MDCCLCHAR1XFELD
GUID_PRPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16/SAPSLL/PRSYSUUID
PRVSYProduct Number /SAPSLL/PRVSYCHAR40SLLPR/SAPSLL/OBJEX_PRVSY/SAPSLL/PRVSY/SAPSLL/PR
CUCOOCustom Product's Country of Origin /SAPSLL/CUCOOCHAR3Assigned to domainLAND1
ECPIDCustoms ID for Customs Procedure with Economic Significance /SAPSLL/ECPID_SPICHAR10/SAPSLL/TECPID/SAPSLL/ECPID_SPI/SAPSLL/ECPID
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
MDDDTDocument Date of Material Document /SAPSLL/MDDDTDATS8DATUM
MDPDTPosting Date of Material Document /SAPSLL/MDPDTDATS8DATUM
MDCDTEntry Date of Material Document /SAPSLL/MDCDTDEC15SLLTS/SAPSLL/TSTMP
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
ADDDA1Additional Data 1 /SAPSLL/ADDDA1CHAR10CHAR10
ADDDA2Additional Data 2 /SAPSLL/ADDDA2CHAR15CHAR15
ADDDA3Additional Data 3 /SAPSLL/ADDDA3CHAR30CHAR30
CRTSPUTC Time Stamp When Object Was Added /SAPSLL/CRTSPDEC15SLLTS/SAPSLL/TSTMP
IDGDSAdditional ID for Stock Separation in CWH, IP, PUCC /SAPSLL/IDGDSCHAR20/SAPSLL/IDGDS
ENDUSEEnd Use of a Customs Product (for Classification) /SAPSLL/ENDUSECHAR5/SAPSLL/TCOTSV/SAPSLL/ENDUSE
PARSTBusiness Partner Ship-To Party /SAPSLL/PARSTCHAR10Assigned to domainALPHABU_PARTNER
PAFSTBusiness Partner Ship-To Party from Feeder System /SAPSLL/PAFSTCHAR10Assigned to domainALPHABU_PARTNER
TAXNOBusiness Partner Tax Number /SAPSLL/TAXNUMCHAR20
LOCIDLocation ID /SAPSLL/IVM_LOCIDCHAR3ALPHA/SAPSLL/IVM_LOCID
IVMSTUpdate Status for Inventory Management /SAPSLL/IVMSTCHAR1/SAPSLL/IVMST
DMNPRManual Editing Required in SAP GTS /SAPSLL/DMNPRCHAR1XFELD
MOVTYExternal ID for Movement Type from Feeder System /SAPSLL/MOVTYCHAR5/SAPSLL/OBJEX_MOVTY

Key field Non-key field



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

As /SAPSLL/CUSWLE_RM_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_RM_S as there is no data to select.

How to access SAP table /SAPSLL/CUSWLE_RM_S

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