Interoperability JDEIL and Inventory Transaction

Purpose of Document

This note is to explain Interoperability Transaction Type 'JDEIL - Item Location' which can be found in Inventory Transaction Application.

 

Through this note, we may identify concerns in dealing with item location file and provide answers on this type of inquiry.

Q1> What are the applications which have JDEIL - 'Item Location' as processing Option?

Below objects have option to interface:


 

Q2> Does JDEIL write to the Z (F41021Z1) table?

No, JDEIL does not populate F41021Z1. It populates the following tables:



Cf., TYTN (TypeTransaction) 852 - Product Activity Data which may populate below,


 

Q3> Then how does table F41021Z1 get populated?

Currently Item Location Extraction has standalone settings so it is not meant to be called by/from other interactive applications. So though it populates the  Z Table (F41021Z1) the mechanism for interfacing with this table is different from other interoperability functions in EnterpriseOne. Data from F41021Z1 can be populated either by entering data P41021Z1 or by running R41021ZX.

Table F41021Z1 (Item Location Unedited Transaction File) can be populated as below:


 

Q4> Is there any way to send through subsystem?

By setting processing options for tab Interop with value JDEIL, which write a record into F986113 as below through XT4111Z1 - F4111 End Document,

ubeReport_AddSubsystemRecord(hUser, _J("R47127O"), _J("XJDE0002"),
                          (JCHAR *) _J('\0'), (JCHAR *) _J('\0'),
                          (LPVOID) lpdsR47127O);

 

Q5> How can EDI Product Activity Outbound be implemented?

 

Note: