/SAPSLL/CORCTSC SAP (L&L Services: Document - Customs Tariff Nos. (Country-Spec.)) Table details

Dictionary Type: Table
Description: L&L Services: Document - Customs Tariff Nos. (Country-Spec.)




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




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

/SAPSLL/CORCTSC is a standard SAP Table which is used to store L&L Services: Document - Customs Tariff Nos. (Country-Spec.) data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/CORCTSC table consists of various fields, each holding specific information or linking keys about L&L Services: Document - Customs Tariff Nos. (Country-Spec.) data available in SAP. These include MANDT (Client), GUID_CORCTSC (Primary Key as GUID in 'RAW' Format), POBJT (Type of Preceding Object), GUID_POBJ (Primary Key of Preceding Object).. 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/CORCTSC 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_CORCTSCPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
POBJTType of Preceding Object /SAPSLL/POBJTCHAR2/SAPSLL/POBJT
GUID_POBJPrimary Key of Preceding Object /SAPSLL/POBJ_GUID_16RAW16Assigned to domainSYSUUID
GUID_CTSNUMCPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16/SAPSLL/CTSNUMCSYSUUID
STCTSNumbering Scheme for Customs Tariff System /SAPSLL/STCTSCHAR10/SAPSLL/TCOTS/SAPSLL/STCTS/SAPSLL/STCTS
LAND1Country Key /SAPSLL/LAND1CHAR3T005LAND1/SAPSLL/LAND1
ALQUAQuantity in Supplementary Unit /SAPSLL/ALQUAQUAN16(3) /SAPSLL/QUANT
ALUOMUnit of Measurement of a Dimension /SAPSLL/DIMUMUNIT3T006CUNITMEINS/SAPSLL/DIMUM
ALQUA2Quantity in Supplementary Unit 2 /SAPSLL/ALQUA2QUAN16(3) /SAPSLL/QUANT
ALUOM2Unit of Measurement of a Dimension /SAPSLL/DIMUMUNIT3T006CUNITMEINS/SAPSLL/DIMUM
ALQUA3Quantity in Supplementary Unit 3 /SAPSLL/ALQUA3QUAN16(3) /SAPSLL/QUANT
ALUOM3Unit of Measurement of a Dimension /SAPSLL/DIMUMUNIT3T006CUNITMEINS/SAPSLL/DIMUM
MOBJTType of Main Object /SAPSLL/MOBJTCHAR1/SAPSLL/MOBJT
GUID_MOBJPrimary Key of Main Object /SAPSLL/MOBJ_GUID_16RAW16SYSUUID

Key field Non-key field



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

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

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

How to access SAP table /SAPSLL/CORCTSC

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