IMIG_TABLE_TICNV SAP (DD: Tab-Struktur der TICNV für IUUC-Synchr.) Structure details

Dictionary Type: Structure
Description: DD: Tab-Struktur der TICNV für IUUC-Synchr.




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




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

IMIG_TABLE_TICNV is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "DD: Tab-Struktur der TICNV für IUUC-Synchr." Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_IMIG_TABLE_TICNV TYPE IMIG_TABLE_TICNV.

The IMIG_TABLE_TICNV table consists of various fields, each holding specific information or linking keys about DD: Tab-Struktur der TICNV für IUUC-Synchr. data available in SAP. These include CNVID (), CNVCONTEXT (), SCENARIO (), SCHEMA1 (outbound schema).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP IMIG_TABLE_TICNV structure 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
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
CNVID 0
CNVCONTEXT 0
SCENARIO 0
SCHEMA1 outbound schema0
SCHEMA2 target schema0
EXECMODE DD: batch processing or upgrade0
SEVERITY DD: state of mass processing object0
SCANNRRow Index of Internal Tables SYTABIXINT410SYST_LONG
PROCCLASSSchedulable process classes ISPCLASSCHAR5ISPCLASS
M_RUN_TIMEMaximum runtime of conversion process in minutes M_RUN_TIMEINT410
M_LOCK_CNTMaximum number of locks which the conversion process holds M_LOCK_CNTINT410
M_PROC_NUMMaximum number of parallel conversion processes M_PROC_NUMINT25INT2
ARRAY_SIZESize of data packet for mass processing ARRAY_SIZEINT410
SCHEMAREPTemplate report for incremental table conversion DDISCHEMACHAR40CHAR40
FIRSTSCHEMSchema for first conversion run DDISFIRSTCHAR30CHAR30
SCHEMAREP2Template report for incremental table conversion DDISCHEMACHAR40CHAR40
SECSCHEMSchema for second and all subsequent conversion runs DDISECONDCHAR30CHAR30
SCHEMAREP3Template report for incremental table conversion DDISCHEMACHAR40CHAR40
THIRDSCHEMSchema for last conversion run DDISLASTCHAR30CHAR30
CLIENT_ADDID for added client CLIENT_ADDCHAR1CHAR1
PDATESystem Date SYDATUMDATS8SYDATS
PTIMESystem Time SYUZEITTIMS6SYTIME
PTIME_OFFDelay until conversion process is started PTIME_OFFNUMC3PTIME_POFF
CNVSTEPRow Index of Internal Tables SYTABIXINT410SYST_LONG
CNVSTATEStatus of the incremental conversion DDICNVSTATCHAR10DDICNVSTAT
POSTSTATENext status of incremental conversion DDINEXSTATCHAR10DDICNVSTAT
TARSTATENext status of incremental conversion DDINEXSTATCHAR10DDICNVSTAT
CNVFIELDIndicator field for incremental conversion DDINDIKATOCHAR30CHAR30
CPFIELDIndicator field for incremental conversion DDINDIKATOCHAR30CHAR30
BASETABBase table of incremental conversion DDBASETABCHAR30ICNVTAB
LOGTABLogging table for incremental conversion DDLOGTABCHAR30ICNVTAB
LOGTAB2Logging table for incremental conversion DDLOGTABCHAR30ICNVTAB
TABNAMESLogical source tables of incremental conversion DDSTABSCHAR255CHAR255
TABALIASLogical source tables of incremental conversion DDSTABSCHAR255CHAR255
TARGETTABTarget container for incremental conversion DDTARGETCHAR30ICNVTAB
TMPTABSLogical target tables of incremental conversion DDTTABSCHAR255CHAR255
KEYVIEW 0
VIEWINDEX 0
PROCNAME 0
TRG_UPD1Name of update trigger DDIUPDTRICHAR30CHAR30
TRG_DEL1Name of delete trigger DDIDELTRICHAR30CHAR30
TRG_INS1Name of current insert trigger DDIINSTRICHAR30OBJECTNAME
TRG_UPD2Name of update trigger DDIUPDTRICHAR30CHAR30
TRG_UPD3Name of update trigger DDIUPDTRICHAR30CHAR30
TRG_INS2Name of current insert trigger DDIINSTRICHAR30OBJECTNAME
STATEREPIDDD: Report for including conversion exits DDCREPIDCHAR40CHAR40
TAB_WIDTH 0
CDATEDate DATUMDATS8DATUM
CTIMETime UZEITTIMS6UZEIT
CUSERUser Name UNAMECHAR12UNAME
MIGDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
MIGREPTemplate report for incremental table conversion DDISCHEMACHAR40CHAR40
MIGSCHEMSchema for incremental migration DDISMIGCHAR30CHAR30

Key field Non-key field



How do I retrieve data from SAP structure IMIG_TABLE_TICNV using ABAP code?

As IMIG_TABLE_TICNV is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on IMIG_TABLE_TICNV as there is no data to select.

How to access SAP table IMIG_TABLE_TICNV

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