CJIT09 SAP (Sort Variants for Progress Confirmation / Monitoring) Table details

Dictionary Type: Table
Description: Sort Variants for Progress Confirmation / Monitoring




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




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

CJIT09 is a standard SAP Table which is used to store Sort Variants for Progress Confirmation / Monitoring data and is available within R/3 SAP systems depending on the version and release level.

The CJIT09 table consists of various fields, each holding specific information or linking keys about Sort Variants for Progress Confirmation / Monitoring data available in SAP. These include SORTV (Sort Variant), PRIO1 (Priority 1 in the Sort Variant), PRIO2 (Priority 2 in the Sort Variant), PRIO3 (Priority 3 in the Sort Variant).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = CJIT09T


SAP CJIT09 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
SORTVSort Variant JIT_SORTVCHAR12JIT_SORTVJIT_SORTVJIT_SORTV
PRIO1Priority 1 in the Sort Variant JIT_PRIO1CHAR5JIT_PRIO1
PRIO2Priority 2 in the Sort Variant JIT_PRIO2CHAR5JIT_SPRIO
PRIO3Priority 3 in the Sort Variant JIT_PRIO3CHAR5JIT_SPRIO
PRIO4Priority 4 in the Sort Variant JIT_PRIO4CHAR5JIT_PRIO1
P1ORDSorting Sequence of Criteria with Priority 1 JIT_P1ORDCHAR1JIT_ORDER
P2ORDSort Sequence of Criteria with Priority 2 JIT_P2ORDCHAR1JIT_ORDER
P3ORDSort Sequence of Criteria with Priority 3 JIT_P3ORDCHAR1JIT_ORDER
P4ORDSort Sequence of Criteria with Priority 4 JIT_P4ORDCHAR1JIT_ORDER
MASKESort-Relevant Figures of External Sequence Number JIT_MASKECHAR35CHAR35

Key field Non-key field



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

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

SELECT SINGLE *
FROM CJIT09
INTO CORRESPONDING FIELDS OF WA_CJIT09
WHERE...

How to access SAP table CJIT09

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