TCIS SAP (Control Parameters for the CAD Dialog Interface) Table details

Dictionary Type: Table
Description: Control Parameters for the CAD Dialog Interface




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




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

TCIS is a standard SAP Table which is used to store Control Parameters for the CAD Dialog Interface data and is available within R/3 SAP systems depending on the version and release level.

The TCIS table consists of various fields, each holding specific information or linking keys about Control Parameters for the CAD Dialog Interface data available in SAP. These include CISKY (Key for table TCIS), CPICD (Delete log table TCPIC when program is started), CPICP (CAD communication log in table TCPIC), DELIM (Separator in Data Strings).. 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: Not classified


SAP 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
MANDTClient MANDTCLNT3T000MANDT
CISKYKey for table TCIS CISKYCHAR3CHAR3
CPICDDelete log table TCPIC when program is started CPICDCHAR1CHAR1_X
CPICPCAD communication log in table TCPIC CPICPCHAR1CHAR1_X
DELIMSeparator in Data Strings DELIMCHAR1DELIM
DELHXSeparator character in data strings (hex code) DELHXCHAR2CHARHEX02
MCMAXMaximum number of matchcode records MCMAXNUMC5NUM05
OUTLNLine length of CAD output table for screen display OUTLNNUMC3NUM03
TXTLNLine length of standard text TXTLNNUMC3NUM03
SORTKSort criterion for items without an item number SORTCCHAR1SORTF
STRLNMaximum length of CAD send string STRLNNUMC5NUMC05
MEXTVIndicator for external material number assignment from CAD MEXTVCHAR1CHAR1_X
MINTVIndicator for internal material number assignment from CAD MINTVCHAR1CHAR1_X
DEXTVIndicator for internal document number assignment from CAD DEXTVCHAR1CHAR1_X
DINTVIndicator for internal document number assignment from CAD DINTVCHAR1CHAR1_X
MRESVIndicator for material number reservation from CAD MRESVCHAR1CHAR1_X
MCARTMaterial type MCARTCHAR4T134MTART
MKLATDefault class type for displaying material classif. data MKLATCHAR3TCLAKLASSENART
DKLATDefault class type for displaying document classif. data DKLATCHAR3TCLAKLASSENART
MM01MProcess mode for transaction MM01 MM01MCHAR1TMODE
MM02MProcess mode for transaction MM02 MM02MCHAR1TMODE
CS01MProcess mode for transaction CS01 CS01MCHAR1TMODE
CS02MProcess mode for transaction CS02 CS02MCHAR1TMODE
CV01MProcess mode for transaction CV01 CV01MCHAR1TMODE
CV02MProcess mode for transaction CV02 CV02MCHAR1TMODE
CV04MProcessing mode for transaction CV04 CV04MCHAR1TMODE
IE01MProcessing mode for transaction IE01 IE01MCHAR1TMODE
IE02MProcessing mode for transaction IE02 IE02MCHAR1TMODE
IL01MProcessing mode for transaction IL01 IL01MCHAR1TMODE
IL02MProcessing mode for transaction IL02 IL02MCHAR1TMODE
IW21MProcessing mode for transaction IW21 IW21MCHAR1TMODE
IW22MProcessing mode for transaction IW22 IW22MCHAR1TMODE
CC01MProcessing mode for transaction CC01 CC01MCHAR1TMODE
CC02MProcessing mode for transaction CC02 CC02MCHAR1TMODE
AEXTVIndicator: external change number assignment from CAD AEXTVCHAR1CHAR1_X
AINTVIndicator: internal change number assignment from CAD AINTVCHAR1CHAR1_X
EEXTVIndicator: external equipment number assignment from CAD EEXTVCHAR1CHAR1_X
EINTVIndicator: internal equipment number assignment from CAD CA_EINTVCHAR1CHAR1_X
TEXTVIndicator: external funct. loc. number assignment from CAD CA_TEXTVCHAR1CHAR1_X
TINTVIndicator: internal location number assignment from CAD TINTVCHAR1CHAR1_X
PEXTVIndicator: external notification number assignment from CAD PEXTVCHAR1CHAR1_X
PINTVIndicator: internal notification number assignment from CAD PINTV_DCHAR1CHAR1_X

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCIS
INTO CORRESPONDING FIELDS OF WA_TCIS
WHERE...

How to access SAP table TCIS

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