CTS_IMP_Q_STATE SAP (State of import queue for last dependency calculation) Table details

Dictionary Type: Table
Description: State of import queue for last dependency calculation




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




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

CTS_IMP_Q_STATE is a standard SAP Table which is used to store State of import queue for last dependency calculation data and is available within R/3 SAP systems depending on the version and release level.

The CTS_IMP_Q_STATE table consists of various fields, each holding specific information or linking keys about State of import queue for last dependency calculation data available in SAP. These include REQUEST_ID (Request/Task), TARGET_CLIENT (target client), POS (Position in the queue), PREIMPORT_STATE (identifies if the IMPORT_PREVIEW (forced) was run on a queue).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CTS_IMP_Q_STATE 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
SID Import queue name0
REQUEST_IDRequest/Task TRKORRCHAR20Assigned to domainTRKORR
TARGET_CLIENT target client0
POS Position in the queue0
PREIMPORT_STATE identifies if the IMPORT_PREVIEW (forced) was run on a queue0
SOURCE_CLIENT source client0

Key field Non-key field



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

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

SELECT SINGLE *
FROM CTS_IMP_Q_STATE
INTO CORRESPONDING FIELDS OF WA_CTS_IMP_Q_STATE
WHERE...

How to access SAP table CTS_IMP_Q_STATE

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