CJIT13 SAP (SumJC: JIT Customer Dependent Profile Settings) Table details

Dictionary Type: Table
Description: SumJC: JIT Customer Dependent Profile Settings




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




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

CJIT13 is a standard SAP Table which is used to store SumJC: JIT Customer Dependent Profile Settings data and is available within R/3 SAP systems depending on the version and release level.

The CJIT13 table consists of various fields, each holding specific information or linking keys about SumJC: JIT Customer Dependent Profile Settings data available in SAP. These include PROFIL (Control Profile for Summarized JIT Calls (SumJC)), SPLIT (Quantity Change Within Summarized JIT Calls), LIGHT_Y (Time difference for Warning Level (Yellow Traffic Light)), LIGHT_R (Time Difference for Alarm Level (Red Traffic Light)).. 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: Can be enhanced (character-type or numeric)

Text table = CJIT13T


SAP CJIT13 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
PROFILControl Profile for Summarized JIT Calls (SumJC) JIT_DON_PROFILCHAR12CHAR12
SPLITQuantity Change Within Summarized JIT Calls JIT_DON_SPLITCHAR1JIT_DON_SPLIT
LIGHT_YTime difference for Warning Level (Yellow Traffic Light) JIT_DON_LIGHT_YDEC11TSTRNTSTRDURAN
LIGHT_RTime Difference for Alarm Level (Red Traffic Light) JIT_DON_LIGHT_RDEC11TSTRNTSTRDURAN
ABRVZRelevance for Summarized JIT Calls JIT_ABRVZCHAR1JIT_ABRVZ
DLSLVSplit Level SumJC Delivery Grouping JIT_DLSLVCHAR1JIT_DLSLV
IDLEVSummarized JIT Call Identification Level JIT_IDLEVCHAR1JIT_IDLEV
DONPUExistence Check of Other Summarized JIT Calls w. Same Ref. JIT_DONPUCHAR1XFELD
PRKSTInternal Processing Sts by SumJC Components Groups Splitting JIT_PRKSTCHAR4CJIT04JIT_INTST
ATPCHATP Check on Delivery Creation JIT_ATPCHCHAR1JIT_ATPCH

Key field Non-key field



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

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

SELECT SINGLE *
FROM CJIT13
INTO CORRESPONDING FIELDS OF WA_CJIT13
WHERE...

How to access SAP table CJIT13

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