Home
Forums
New posts
What's new
New posts
Latest activity
Advertise
Resources
Log in
Register
What's new
New posts
Menu
Log in
Register
Install the app
Install
Home
Forums
JD Edwards® Enterprise One / One World Discussions
JD Edwards® EnterpriseOne Applications
Inventory Commitment Method
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="mouly" data-source="post: 180599" data-attributes="member: 23118"><p>We had the similar situation and we managed to customize the ‘pick slip report – R42520’ where we hard commit the inventory. We did specifically because client doesn’t want to use ‘Advanced Warehouse Management’. If you want to customize R42520 you have to customize at least four business functions responsible for inventory commitment.</p><p></p><p>PickSlipInventoryCommitment – N4201360</p><p>F42UI130F4211SODetailLineSplit – B4201300</p><p>InventoryAvailAndCommitment – B4200380</p><p>GetItmLocByCommitment - B4000780</p><p></p><p>B4000780 is the crucial BSFN which determines the order in which the location quantities are hard committed. We managed to build a query in B4000780 like below where PQOH is in Ascending Order which will cover the process. We done this in 8.12 version & 8.98.4 tools release</p><p></p><p>[SELECT * FROM QADTA.F41021 WHERE ( LIITM = 1234 AND LIMCU = ' 30' ) </p><p> ORDER BY LIITM ASC,LIMCU ASC,LIPBIN ASC, LIPQOH ASC;]</p></blockquote><p></p>
[QUOTE="mouly, post: 180599, member: 23118"] We had the similar situation and we managed to customize the ‘pick slip report – R42520’ where we hard commit the inventory. We did specifically because client doesn’t want to use ‘Advanced Warehouse Management’. If you want to customize R42520 you have to customize at least four business functions responsible for inventory commitment. PickSlipInventoryCommitment – N4201360 F42UI130F4211SODetailLineSplit – B4201300 InventoryAvailAndCommitment – B4200380 GetItmLocByCommitment - B4000780 B4000780 is the crucial BSFN which determines the order in which the location quantities are hard committed. We managed to build a query in B4000780 like below where PQOH is in Ascending Order which will cover the process. We done this in 8.12 version & 8.98.4 tools release [SELECT * FROM QADTA.F41021 WHERE ( LIITM = 1234 AND LIMCU = ' 30' ) ORDER BY LIITM ASC,LIMCU ASC,LIPBIN ASC, LIPQOH ASC;] [/QUOTE]
Verification
Post reply
Home
Forums
JD Edwards® Enterprise One / One World Discussions
JD Edwards® EnterpriseOne Applications
Inventory Commitment Method
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top