/SAPSLL/TLC_AAR SAP (GTS: Customs Management: Duty Type) Table details

Dictionary Type: Table
Description: GTS: Customs Management: Duty Type




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




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

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

The /SAPSLL/TLC_AAR table consists of various fields, each holding specific information or linking keys about GTS: Customs Management: Duty Type data available in SAP. These include MANDT (Client), TLC_AAR (Type of Duty for Customs Processing), TLC_AATY (Duty Category for Customs Processing), TLC_AMAN (Indicator: Handle Manual Entries for Customs Tolls).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = /SAPSLL/TLCAART


SAP /SAPSLL/TLC_AAR 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
TLC_AARType of Duty for Customs Processing /SAPSLL/TLC_AARTCHAR4/SAPSLL/TLC_AART
TLC_AATYDuty Category for Customs Processing /SAPSLL/TLC_AATYCHAR2/SAPSLL/TLC_AATY
TLC_AMANIndicator: Handle Manual Entries for Customs Tolls /SAPSLL/TLC_AMANCHAR1XFELD
TLC_AARHIndicator: Maintain Toll Types at Header Level /SAPSLL/TLC_AARHCHAR1/SAPSLL/TLC_AARH
TLC_AARDDistribution Key: Toll Amount from Header to Item /SAPSLL/TLC_AARDCHAR1/SAPSLL/TLC_AARD
TLC_FLTCPro-Rata Duty Type for Determination of Customs Values /SAPSLL/TLC_FLTCCHAR1/SAPSLL/XFLAG
TLC_CTRYCountry to Be Used for Accessing Customs Duty Rate /SAPSLL/TLC_CTRYCHAR1/SAPSLL/TLC_CTRY
TLC_TAX_TYPETax Type /SAPSLL/TAX_TYPECHAR4/SAPSLL/TAX_TYPE
TLC_ACCRule for Calculating Customs Duties /SAPSLL/TLC_ACCCHAR3/SAPSLL/TLC_ACC
TLC_DESCRExplanation of Customs Duty Type /SAPSLL/TLC_DESCRCHAR60/SAPSLL/TEXT60

Key field Non-key field



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

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

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

How to access SAP table /SAPSLL/TLC_AAR

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