/SAPSLL/LEGSCP SAP (Closings of Special Customs Procedures (IP / PUCC)) Table details

Dictionary Type: Table
Description: Closings of Special Customs Procedures (IP / PUCC)




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




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

/SAPSLL/LEGSCP is a standard SAP Table which is used to store Closings of Special Customs Procedures (IP / PUCC) data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/LEGSCP table consists of various fields, each holding specific information or linking keys about Closings of Special Customs Procedures (IP / PUCC) data available in SAP. These include MANDT (Client), GUID_LEGSCP (Primary Key as GUID in 'RAW' Format), GUID_CUIT_IN (Primary Key as GUID in 'RAW' Format), GUID_CUIT_OUT (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/LEGSCP 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_LEGSCPPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
GUID_CUIT_INPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
GUID_CUIT_OUTPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
GUID_PRCOMPPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
QUANStock Quantity /SAPSLL/IVM_QUANTITYQUAN31(14) /LIME/QUANTITY
UNITStock Unit of Measure /SAPSLL/IVM_UNITUNIT3Assigned to domainCUNITMEINS
GUID_LCLICPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
IDGDSAdditional ID for Stock Separation in CWH, IP, PUCC /SAPSLL/IDGDSCHAR20/SAPSLL/IDGDS
ECPIDCustoms ID for Customs Procedure with Economic Significance /SAPSLL/ECPID_SPICHAR10Assigned to domain/SAPSLL/ECPID_SPI/SAPSLL/ECPID
CUCOOCustom Product's Country of Origin /SAPSLL/CUCOOCHAR3Assigned to domainLAND1
FIFODate of Release for FIFO /SAPSLL/IVM_FIFO_DATEDATS8DATUM
LOGSYSLogical System of Original Object /SAPSLL/ORGLOGSYSCHAR10Assigned to domainALPHALOGSYS/SAPSLL/ORGLOGSYS
SPEDTProcessing Period for Special Customs Procedures (IP/PUCC) /SAPSLL/SPEDTDATS8DATS
CATGTS: Inventory Management: Stock Category Customs Procedure /SAPSLL/IVMC_STOCK_CATCHAR2/SAPSLL/IVMCI_STOCK_CAT
CPTYPType of Closing for Special Customs Procedures (IP/PUCC) /SAPSLL/CPTYPCHAR1/SAPSLL/CPTYP
CUSPYAmount of Customs Duty /SAPSLL/CUSPYCURR16(2) /SAPSLL/CURRF
ITTAXAmount of Import Turnover Tax /SAPSLL/ITTAXCURR16(2) /SAPSLL/CURRF
AMCURCurrency of a Value /SAPSLL/AMCURCUKY5Assigned to domainWAERS/SAPSLL/AMCUR
SCPRIPercentage Rate of Compensatory Interests /SAPSLL/CPPRIDEC12(6) /SAPSLL/CPPRI
SCVALAmt of Comp. Interest for Special Customs Proc. (IP/PUCC) /SAPSLL/SCVAL_CURCURR16(2) /SAPSLL/CURRF
GUID_SCPBODPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
GUID_CUIT_FCPEUPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
CRTSPUTC Time Stamp When Object Was Added /SAPSLL/CRTSPDEC15SLLTS/SAPSLL/TSTMP
ERNAMName of User Who Created the Object /SAPSLL/ERNAMCHAR12Assigned to domainXUBNAME

Key field Non-key field



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

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

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

How to access SAP table /SAPSLL/LEGSCP

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