/SAPSLL/TSCIT SAP (Tax Statement: Hierarchy Customs Declaration Item) Table details

Dictionary Type: Table
Description: Tax Statement: Hierarchy Customs Declaration Item




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




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

/SAPSLL/TSCIT is a standard SAP Table which is used to store Tax Statement: Hierarchy Customs Declaration Item data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/TSCIT table consists of various fields, each holding specific information or linking keys about Tax Statement: Hierarchy Customs Declaration Item data available in SAP. These include MANDT (Client), GUID_TSCIT (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: Can be enhanced (character-type or numeric)


SAP /SAPSLL/TSCIT 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
GUID_TSCITPrimary 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_16RAW16SYSUUID
GUID_CUITPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
ITVSYExternal Document Item ID from Feeder System /SAPSLL/ITVSYCHAR10ALPHA/SAPSLL/OBJEX_10/SAPSLL/ITVSY
MOBJTType of Main Object /SAPSLL/MOBJTCHAR1/SAPSLL/MOBJT
GUID_MOBJPrimary Key of Main Object /SAPSLL/MOBJ_GUID_16RAW16SYSUUID
FLDDDTax Statement: Deviating Assessment /SAPSLL/FLDDDCHAR1XFELD
ADDDA0Additional Data for Unrestricted Use /SAPSLL/ADDDA0CHAR1CHAR1

Key field Non-key field



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

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

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

How to access SAP table /SAPSLL/TSCIT

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