/SAPSLL/TLC_CRUL SAP (Calculation Rule for Customs Duty Calculation) Table details

Dictionary Type: Table
Description: Calculation Rule for Customs Duty Calculation




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




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

/SAPSLL/TLC_CRUL is a standard SAP Table which is used to store Calculation Rule for Customs Duty Calculation data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/TLC_CRUL table consists of various fields, each holding specific information or linking keys about Calculation Rule for Customs Duty Calculation data available in SAP. These include MANDT (Client), LGREG (Legal Regulation), CRUL_EX (Calculation Code for Customs Duty Type), CRULE (Calculation Rule for Customs Duty Type).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = /SAPSLL/TLC_CRUT


SAP /SAPSLL/TLC_CRUL 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
LGREGLegal Regulation /SAPSLL/LGREGCHAR5/SAPSLL/T606G/SAPSLL/LGREG/SAPSLL/LGREG
CRUL_EXCalculation Code for Customs Duty Type /SAPSLL/CRUL_EXCHAR10/SAPSLL/CRUL_EX
CRULECalculation Rule for Customs Duty Type /SAPSLL/CRULECHAR4/SAPSLL/CRULE
CUSBBCalculation Base for Determination of Customs Tolls /SAPSLL/TLC_CUSBBCHAR1/SAPSLL/TLC_CUSBB

Key field Non-key field



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

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

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

How to access SAP table /SAPSLL/TLC_CRUL

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