/SAPSLL/LC_CUSB2 SAP (GTS Customs Management: Toll Category: Preferred Customs) Table details

Dictionary Type: Table
Description: GTS Customs Management: Toll Category: Preferred Customs




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




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

/SAPSLL/LC_CUSB2 is a standard SAP Table which is used to store GTS Customs Management: Toll Category: Preferred Customs data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/LC_CUSB2 table consists of various fields, each holding specific information or linking keys about GTS Customs Management: Toll Category: Preferred Customs data available in SAP. These include MANDT (Client), GUID_LC_CUSB2 (Primary Key as GUID in 'RAW' Format), TLC_AART (Type of Duty for Customs Processing), LGREG (Legal Regulation).. 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/LC_CUSB2 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_LC_CUSB2Primary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
TLC_AARTType of Duty for Customs Processing /SAPSLL/TLC_AARTCHAR4/SAPSLL/TLC_AAR/SAPSLL/TLC_AART
LGREGLegal Regulation /SAPSLL/LGREGCHAR5/SAPSLL/T606G/SAPSLL/LGREG/SAPSLL/LGREG
GUID_HTSNUMPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
CTYGR_OOCountry of Origin Group /SAPSLL/CTYGR_OOCHAR10/SAPSLL/CTYGP/SAPSLL/CTYGR
CUCOOCustom Product's Country of Origin /SAPSLL/CUCOOCHAR3T005LAND1
PRFNWType of Preference Document for Customs Processing /SAPSLL/PRFNWCHAR1/SAPSLL/PRFNW
MNMIDID Number (External) for Customs Processing Measure /SAPSLL/MNMID20CHAR20/SAPSLL/MNMID20
DATBI'Valid To' Date for SAP GTS /SAPSLL/DATBIDATS8DATS/SAPSLL/DATBI
DATAB'Valid From' Date for SAP GTS /SAPSLL/DATABDATS8DATS/SAPSLL/DATAB
TLC_CUSBBCalculation Base for Determination of Customs Tolls /SAPSLL/TLC_CUSBBCHAR1/SAPSLL/TLC_CUSBB
AMNT_CURCurrency amount /SAPSLL/AMNT_CURCURR16(2) /SAPSLL/CURRF
AMCURCurrency of a Value /SAPSLL/AMCURCUKY5TCURCWAERS/SAPSLL/AMCUR
PUNITPrice Unit /SAPSLL/PUNITDEC5/SAPSLL/PUNIT
DIMUMUnit of Measurement of a Dimension /SAPSLL/DIMUMUNIT3T006CUNITMEINS/SAPSLL/DIMUM
PROZPercentage (5 Places, 3 Decimal Places, No +/- Sign) /SAPSLL/PROZDEC8(3) DEC5_3
CTSUOMSupplementary Unit / Qualifier /SAPSLL/CTSUOMCHAR12Assigned to domain/SAPSLL/CTSUOM
STCTSNumbering Scheme for Customs Tariff System /SAPSLL/STCTSCHAR10/SAPSLL/TCOTS/SAPSLL/STCTS/SAPSLL/STCTS
CTYEXIndicator: Country Exclusions Exist /SAPSLL/CTYEXCHAR1XFELD
CUSCXComplex Toll Rate Indicator /SAPSLL/CUSCXCHAR1XFELD
CRUL_EXCustoms Value Calculation: Calculation Rule for Customs Duty /SAPSLL/CUSCODECHAR10/SAPSLL/TLC_CRUL/SAPSLL/CRUL_EX
CRULECalculation Rule for Customs Duty Type /SAPSLL/CRULECHAR4/SAPSLL/CRULE
TLC_AATYDuty Category for Customs Processing /SAPSLL/TLC_AATYCHAR2/SAPSLL/TLC_AATY
TLC_CUSADDTare Addition /SAPSLL/TLC_CUSADDDEC5(2) /SAPSLL/PRZ32
TEXT1Text 60 Characters Long /SAPSLL/TEXT60CHAR60TEXT60
TEXT2Text 60 Characters Long /SAPSLL/TEXT60CHAR60TEXT60
TEXT3Text 60 Characters Long /SAPSLL/TEXT60CHAR60TEXT60
ERNAMName of User Who Created the Object /SAPSLL/ERNAMCHAR12USR02XUBNAME
CRTSPUTC Time Stamp When Object Was Added /SAPSLL/CRTSPDEC15SLLTS/SAPSLL/TSTMP
AENAMName of User Who Changed the Object /SAPSLL/AENAMCHAR12USR02XUBNAME
CHTSPUTC Time Stamp When Object Was Changed /SAPSLL/CHTSPDEC15SLLTS/SAPSLL/TSTMP

Key field Non-key field



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

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

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

How to access SAP table /SAPSLL/LC_CUSB2

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