World and OW P4112 - Inventory Issues

DBohner-(db)

Legendary Poster
(cross posting between World and E1 - Sorry for the duplicate)

In the World Application P4112 - Inventory Issues, the F0911 data is pulled using the JELN of the F4112 decremented by 1.

In the One World Application P4112 – Inventory Issues, the F0911 data is pulled using the JELN of the F4112 incremented by 1.

We noticed an issue where a customized World P554112 was not pulling the same data as the OW P594112 counterpart. The change between the customized apps and the base programs is that we are displaying the Equipment Number in the grid…

We modified the customized World P554112 to increment the JELN (just like in OW) – and now the screen from world matches the grid in the OW counterpart….

Now, the huge question/issue – Is the process of matching F4112 records to F0911 records different between World and OW? If so, what impact should the client expect?

HELP – can someone explain the difference between the way World wrote/read the data and how OW writes/reads the data? I need to know if the difference impacts other areas, too….

All responses are appreciated!

(db)
-----------------------------------------
Daniel Bohner
ExistingLight, LLC
http://www.existinglight.net
[email protected]
[email protected]
Home Office: 208.467.3316
mobile: 208.250.1917
fax: 208.246.3425
------------------------------------------
XBOX Gamer-Tag: drbohner
MSN IM: [email protected]
Yahoo IM: [email protected]
------------------------------------------
 
Sorry for the mistake - the table should have been F4111, instead.
 
JDE Folks - Can anyone shed some help in this thread. How actually the F4111.JELN is calculated & getting processed in E1 9.2 ?

Previously, In 9.1, we used to have the F4111.JELN in the 1,3,5.. sequence; now, in the JDE 9.2 the Sequence has been changed to 2,4,6...

Created a Custom app (P584112) just to update the Account Information in F0911 table, while creating the records. For this, I have created a Custom BSFN (by manipulating the STANDARD BSFN B0900083) for updating the account information fields like ANI, OBJ, SUB in F0911 CACHE (I09UI003)
based on the Key fields (Job Number & JELN("JELN" - based on F4114EditLine output)). This custom BSFN is placed between F4114EditLine <--CUSTOM BSFN--> F4114EndDoc.

Issue in the custom application P584112 is, while inserting the records in F4111, the JELN is going BLANK and in F0911 Account infromation is updated as expected in the Line Number "2.0". Again, on inserting one more line in the same Document Number, the F4111.JELN is getting "4.0" as expected, BUT, F0911 Acc Info are not updated in the line number 4.0.

While debugging the app, the F4114EditLine is giving the JELN output as 2,5,7, Sequence - Based on this, on first iteration F0911 ANI, OBJ, SUB are updated in the 2nd line as expected but F4111.JELN went BLANK.

On the 2nd iteration, the F4114EditLine_JELN is getting as "5" and since it doesn't update any of the cache records(Hoping, F0911 Cache has 3 & 4 line only), F0411.JELN is getting as "4" as per our expectation but doesn't update the F0911. Either way it is locking.

For your info, the same process has been followed in 9.1, and it was working as expected (while creating the first record using P584112) i.e., Updated F0411.JELN as "1.0" and updated ANI, OBJ, SUB in the 2nd Line of F0911
 
Back
Top