/ECRS/TCIS SAP (Field Control: Declaration Item) Table details

Dictionary Type: Table
Description: Field Control: Declaration Item




ABAP Code to SELECT data from /ECRS/TCIS
Related tables to /ECRS/TCIS
Access table /ECRS/TCIS




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

/ECRS/TCIS is a standard SAP Table which is used to store Field Control: Declaration Item data and is available within R/3 SAP systems depending on the version and release level.

The /ECRS/TCIS table consists of various fields, each holding specific information or linking keys about Field Control: Declaration Item data available in SAP. These include RPCTI (Country of Declaration (ISO Code)), DIREC (Direction (Receipt, Dispatch)), RPLEV (Declaration Level), RPITY (Item Category).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /ECRS/TCIS 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
RPCTICountry of Declaration (ISO Code) /ECRS/RPCTICHAR2/ECRS/TRPC/ECRS/RPCTI
DIRECDirection (Receipt, Dispatch) /ECRS/DIRECCHAR1/ECRS/DIREC
RPLEVDeclaration Level /ECRS/RPLEVCHAR1/ECRS/TRPL/ECRS/RPLEV
RPITYItem Category /ECRS/RPITYCHAR1/ECRS/RPITY
FCIVFVariable Field Declaration Item /ECRS/FCIVFCHAR10/ECRS/FCIVF
FCIS0Field Property Variable Field Declaration Item Standard /ECRS/FCIS0CHAR1/ECRS/FCISG
FCIS1Field Prop. Variable Field Declaration Item Special Case 1 /ECRS/FCIS1CHAR1/ECRS/FCISG
FCIS2Field Prop. Variable Field Declaration Item Special Case 2 /ECRS/FCIS2CHAR1/ECRS/FCISG
FCIS3Field Prop. Variable Field Declaration Item Special Case 3 /ECRS/FCIS3CHAR1/ECRS/FCISG

Key field Non-key field



How do I retrieve data from SAP table /ECRS/TCIS using ABAP code

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

SELECT SINGLE *
FROM /ECRS/TCIS
INTO CORRESPONDING FIELDS OF WA_/ECRS/TCIS
WHERE...

How to access SAP table /ECRS/TCIS

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