JIT_ESDINFO SAP (Item Data for EDI JIT Monitor) Structure details

Dictionary Type: Structure
Description: Item Data for EDI JIT Monitor




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




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

JIT_ESDINFO 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 "Item Data for EDI JIT Monitor" 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_JIT_ESDINFO TYPE JIT_ESDINFO.

The JIT_ESDINFO table consists of various fields, each holding specific information or linking keys about Item Data for EDI JIT Monitor data available in SAP. These include KDMAT (Material belonging to the customer), ARKTX (Short text for sales order item), VMENG (Confirmed quantity for availability check in SKU), VRKME (Sales unit).. 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 JIT_ESDINFO 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
DOCNUMIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
KDMATMaterial belonging to the customer KDMATCHAR35IDNEX
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
VMENGConfirmed quantity for availability check in SKU VMENGQUAN15(3) MENG15
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
RDATUMPlanned Requirements Date JIT_RDATUMDATS8DATE
RZEITPlanned Requirements Time JIT_RZEITTIMS6TIME
EXSTITransmitted External Status Information JIT_EXSTICHAR35TEXT35
ABLADUnloading Point ABLADCHAR25TEXT25
FLDPOAssembly location of parts group at customer site JIT_FLDPOCHAR20TEXT20
LIUMFComponents Groups Material (Delivery Scope) JIT_LIUMFCHAR18Assigned to domainMATN1MATNR
IDNLFMaterial Number Used by Vendor IDNLFCHAR35IDNEX
EDATUMDate of External Status JIT_EDATUMDATS8DATE
EZEITExternal Status Time JIT_EZEITTIMS6TIME
CHNGLEVData Element Type CHAR Length 35 CHAR35CHAR35CHAR35
PDATUMPlanned Shipping Date JIT_PDATUMDATS8DATE
PZEITPlanned Shipping Time JIT_PZEITTIMS6TIME
GRPINGrouping and Sequencing Information Components Group JIT_GRPINCHAR20JIT_GRPINJIT_GRPIN
GRINDIndex for Grouping and Sequencing Information JIT_GRINDNUMC6JIT_GRIND
LIUMF_EXTERNALLong Material Number for Field LIUMF MGV_LIUMF_EXTERNALCHAR40MATNR_EXT
LIUMF_VERSIONVersion Number for Field LIUMF MGV_LIUMF_VERSIONCHAR10MATNWMATNR_VERS
LIUMF_GUIDExternal GUID for Field LIUMF MGV_LIUMF_GUIDCHAR32MATNR_EGUID
KDMAT_EXTERNALCustomer Material MGV_KDMAT_EXTERNALCHAR40MATNR_EXT
KDMAT_VERSIONCustomer Material MGV_KDMAT_VERSIONCHAR10MATNWMATNR_VERS
KDMAT_GUIDCustomer Material MGV_KDMAT_GUIDCHAR32MATNR_EGUID
IDNLF_EXTERNALMaterial Number Used by Vendor MGV_IDNLF_EXTERNALCHAR40MATNR_EXT
IDNLF_VERSIONMaterial Number Used by Vendor MGV_IDNLF_VERSIONCHAR10MATNWMATNR_VERS
IDNLF_GUIDMaterial Number Used by Vendor MGV_IDNLF_GUIDCHAR32MATNR_EGUID
RTY01Type of Reference Number JIT_REFTYCHAR2Assigned to domainJIT_REFTY
RFN01Reference Number / Reference Text for JIT Call JIT_REFTXCHAR25JIT_REFTX
RTY02Type of Reference Number JIT_REFTYCHAR2Assigned to domainJIT_REFTY
RFN02Reference Number / Reference Text for JIT Call JIT_REFTXCHAR25JIT_REFTX
RTY03Type of Reference Number JIT_REFTYCHAR2Assigned to domainJIT_REFTY
RFN03Reference Number / Reference Text for JIT Call JIT_REFTXCHAR25JIT_REFTX

Key field Non-key field



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

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

How to access SAP table JIT_ESDINFO

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