Advanced Pricing Integration

sanjayanand

Member
We have a custom web-based order entry system that needs to (in real-time) get advanced pricing information from the JDE system running on a separate server and then incorporate it into the order on the web-based system so that users entering the order there can see the correct pricing information that incorporates all the discounts etc. Invoking the Advanced Pricing (system 45) business functions takes a very long time since they seem to do more database accesses and run a logic more complex than is required for our purposes. How can one reduce the amount of time it takes to run the advanced pricing logic in JDE by invoking it from the other system (web-based order entry system). We don't want to have to rewrite the whole Advanced Pricing logic and data in the web-based order entry system! Any suggestions? You can get as techincal/functional as you feel is necessary to explain your ideas/suggestions. Thanks in advance for your help!

- Sanjay
 
I've done advanced pricing via a web app before using the code from P4074 (Check Price and Availablilty). It worked great in my instance. However, some do not like to create a "dummy" sales order to cache and then delete cache when the logic is done returning a price. Therefore, others on this forum have experimented with other methods. Do a search on "Determining Advanced Pricing without F4211 Edit Line" in this forum to find more.

Good luck.
 
Look into JDE GenJava - Creates "Wrappers" (Java Classes) for direct access to JDEdwards business functions.

DeveloperCH
 
Back
Top