/SAPSLL/TLC_CRUT SAP (Calculation Rule for Customs Duty Calculation - Text) Table details

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




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




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

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

The /SAPSLL/TLC_CRUT table consists of various fields, each holding specific information or linking keys about Calculation Rule for Customs Duty Calculation - Text data available in SAP. These include MANDT (Client), LANGU (Language Key), LGREG (Legal Regulation), CRUL_EX (Calculation Code 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 for: /SAPSLL/TLC_CRUL


SAP /SAPSLL/TLC_CRUT 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
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
LGREGLegal Regulation /SAPSLL/LGREGCHAR5/SAPSLL/T606G/SAPSLL/LGREG/SAPSLL/LGREG
CRUL_EXCalculation Code for Customs Duty Type /SAPSLL/CRUL_EXCHAR10/SAPSLL/TLC_CRUL/SAPSLL/CRUL_EX
TEXTText 60 Characters Long /SAPSLL/TEXT60CHAR60TEXT60

Key field Non-key field



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

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

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

How to access SAP table /SAPSLL/TLC_CRUT

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