CNVCMIS_A_1_TTYP SAP (Table types for Repository Analysis) Table details

Dictionary Type: Table
Description: Table types for Repository Analysis




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




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

CNVCMIS_A_1_TTYP is a standard SAP Table which is used to store Table types for Repository Analysis data and is available within R/3 SAP systems depending on the version and release level.

The CNVCMIS_A_1_TTYP table consists of various fields, each holding specific information or linking keys about Table types for Repository Analysis data available in SAP. These include PACKID (Package ID), VERSN (Version of an Analysis), SYSID (Name of SAP System), TYPENAME (Name of table type).. 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: Not classified


SAP CNVCMIS_A_1_TTYP 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
PACKIDPackage ID CNVCMIS_A_10_PACKIDCHAR5PCL_PACKID
VERSNVersion of an Analysis CNVCMIS_A_10_VERSNNUMC3CNVCMIS_A_10_VERSN
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
TYPENAMEName of table type TTYPENAMECHAR30Assigned to domainTTYPENAMETTYP
ACTFLAGActions to be executed for a dependent DD object DEPACTIONCHAR4DEPACTION
ROWTYPEName of row type for table types TTROWTYPECHAR30OBJECTNAMEDD_TYPES_AND_IMPLEM_CLIFS
ROWKINDCategory of Dictionary Type TYPEKINDCHAR1TYPEKIND
DATATYPEData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
LENGLength (No. of Characters) DDLENGNUMC6DDLENG
DECIMALSNumber of Decimal Places DECIMALSNUMC6DDLENG
ACCESSMODEAccess modes for table types ACCESSMODECHAR1ACCESSMODE
KEYDEFKey definition for table types TTYPKEYDEFCHAR1TTYPKEYDEF
KEYKINDKey category for table types KEYKINDCHAR1KEYKIND
KEYFDCOUNTNumber of key fields of a table type KEYFDCNTNUMC4KEYFDCNT
GENERICGeneric table type TYPGENERICCHAR1DDBOOL
TYPELENLength (No. of Characters) DDLENGNUMC6DDLENG
AS4USERLast Changed by AS4USERCHAR12AS4USER
AS4DATEDate of Last Change AS4DATEDATS8AS4DATE
AS4TIMELast changed at AS4TIMETIMS6AS4TIME
TTYPKINDCategory of table type (range or general table type) TTYPKINDCHAR1TTYPKIND
RANGE_CTYPElem. type of LOW and HIGH components of a Ranges type RANGE_CTYPCHAR30Assigned to domainROLLNAME
VERSIONNOObject Version Number CNVCMIS_A_10_VERSIONNONUMC2CNVCMIS_A_VERSIONNO
DDLANGUAGELanguage Key DDLANGUAGELANG1Assigned to domainISOLASPRAS
DDTEXTExplanatory short text DDTEXTCHAR60DDTEXT
REFTYPEReferenced Object Type CNV_CMIS_DDREFTYPECHAR1CNV_CMIS_DDREFTYPE
OCCURSInitial Memory Size CNV_CMIS_DDOCCURSNUMC5CNV_CMIS_DDOCCURS
PROXYTYPEProxy CNV_CMIS_DDPROXYTYCHAR1CNV_CMIS_DDPROXYTY
SEVERITYSeverity CNV_CMIS_A_10_SEVERITYCHAR4Assigned to domainICON

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVCMIS_A_1_TTYP
INTO CORRESPONDING FIELDS OF WA_CNVCMIS_A_1_TTYP
WHERE...

How to access SAP table CNVCMIS_A_1_TTYP

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