ISI_JITDATA SAP (Data to display JIT calls) Structure details

Dictionary Type: Structure
Description: Data to display JIT calls




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




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

ISI_JITDATA 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 "Data to display JIT calls" 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_ISI_JITDATA TYPE ISI_JITDATA.

The ISI_JITDATA table consists of various fields, each holding specific information or linking keys about Data to display JIT calls data available in SAP. These include JIT_MAT_TOTAL (), JIT_DETAILS (), VEHID (Additional Information 2), CUSTOMER (Customer Numbers).. 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: Can Be Enhanced (Deep)


SAP ISI_JITDATA 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
JIT_DATA 0
JIT_MAT_TOTAL 0
JIT_DETAILS 0
VEHIDAdditional Information 2 JIT_VEHIDCHAR35TEXT35
CUSTOMERCustomer Numbers KUNNRCHAR10ALPHAKUNNRKUNC_KUNNR
CPLANTCustomer description of partner (plant, storage location) KNREFCHAR30KNREFKNREF
VETYPAdditional Information 1 JIT_VETYPCHAR35TEXT35
SSPEZAdditional Information 3 JIT_SSPEZCHAR35TEXT35
HEADERTEXTText line JIT_TEXTCHAR70TEXT70
HEADERchar120 CHAR120CHAR120CHAR120
PLANTPlant WERKS_DCHAR4WERKSWRKH_T001W_C
DESTIDelivery Information for Internet Scenarios JIT_DELPOCHAR70CHAR70
PLANNEDSHIPDATEPlanned Dispatch Time JIT_PDATEDEC15TZNTSTMPS
SHIPDATESystem Date SYDATUMDATS8SYDATS
SHIPTIMESystem Time SYUZEITTIMS6SYTIME
STATUSStatus for Internet scenario JIT_STATUSCHAR10CHAR10
INTSTTDescription for internal processing status JIT_INTSTTCHAR40TEXT40
STDATTime of status JIT_STDATDEC15DEC15
STATUSDATESystem Date SYDATUMDATS8SYDATS
STATUSTIMESystem Time SYUZEITTIMS6SYTIME
OUTPOComponents Group Number JIT Outbound JITO_OUTPONUMC10JITO_OUTPO
ITEMTEXTText line JIT_TEXTCHAR70TEXT70
JITMAT_DATA 0
JIT_MIMEDATA 0
DATA 0
LENGTHNatural Number INT4INT410INT4
TYPEChar 20 CHAR20CHAR20CHAR20
VENDOR_HELP 0
PLANT_HELP 0
STATUS_HELP 0
VIEW_HELP 0
SORTB_HELP 0
KSTATUS_HELP 0

Key field Non-key field



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

As ISI_JITDATA 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 ISI_JITDATA as there is no data to select.

How to access SAP table ISI_JITDATA

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