ISI_JIT_DATA SAP (Structure for JIT data) Structure details

Dictionary Type: Structure
Description: Structure for JIT data




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




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

ISI_JIT_DATA 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 "Structure for JIT data" 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_JIT_DATA TYPE ISI_JIT_DATA.

The ISI_JIT_DATA table consists of various fields, each holding specific information or linking keys about Structure for JIT data data available in SAP. These include HEADER (), JITCALLNUMBER (Call Number), VENDOR_NO (Account Number of Vendor or Creditor), EXTERNALJITCALLNUMBER (External Call Number).. 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 (character-type or numeric)


SAP ISI_JIT_DATA 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
IDLoop Index SYINDEXINT410SYST_LONG
HEADER 0
JITCALLNUMBERCall Number JIT_ABNUMNUMC10JIT_ABNUM
VENDOR_NOAccount Number of Vendor or Creditor LIFNRCHAR10ALPHALIFNRLIFKRED_C
EXTERNALJITCALLNUMBERExternal Call Number JIT_PRODNCHAR35TEXT35JITP_PRODNH_JIT_PRODN
CUSTOMERPRODUCTNUMBERAdditional Information 2 JIT_VEHIDCHAR35TEXT35
SEQUENCENUMBERExternal Sequence Number JIT_SEQNRCHAR35TEXT35
CUSTOMERCustomer Numbers KUNNRCHAR10ALPHAKUNNRKUNC_KUNNR
DESC_PARTNCustomer description of partner (plant, storage location) KNREFCHAR30KNREFKNREF
VEHICLETYPEAdditional Information 1 JIT_VETYPCHAR35TEXT35
SPECIALSPECIFICATIONAdditional Information 3 JIT_SSPEZCHAR35TEXT35
TEXTText line JIT_TEXTCHAR70TEXT70
ITEM 0
JITCALLNUMBERCall Number JIT_ABNUMNUMC10JIT_ABNUM
MATERIALMaterial Number Used by Vendor IDNLFCHAR35IDNEX
CUST_MATExternal Long Material Number MATNR_EXTCHAR40MATNLMATNR_EXT
SALES_UNITSales unit VRKMEUNIT3CUNITMEINS
SALES_QUANTITYCall Quantity in Sales Unit of Measure JIT_VMENGQUAN15(3) MENG15
PLANTPlant WERKS_DCHAR4WERKSWRKH_T001W_C
DESTIDelivery Information for Internet Scenarios JIT_DELPOCHAR70CHAR70
PLANNEDSHIPDATEPlanned Dispatch Time JIT_PDATEDEC15TZNTSTMPS
STATUSStatus for Internet scenario JIT_STATUSCHAR10CHAR10
STATUSDATETime of status JIT_STDATDEC15DEC15
TEXTText line JIT_TEXTCHAR70TEXT70
OUTPOComponents Group Number JIT Outbound JITO_OUTPONUMC10JITO_OUTPO
MINDATEPlanned Dispatch Time JIT_PDATEDEC15TZNTSTMPS
SELCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table ISI_JIT_DATA

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