Blog directory

Troubleshooting JD Edwards EnterpriseOne 9.0 Demo Installation

Troubleshoot

Read this article to answer all questions on different problems/errors one encounters during the Oracle JD Edwards EnterpriseOne 9.0 Standalone/Demo Installation. Based on suggestion from Chris Koloszar, I thought of putting all the issues we’ve replied/commented and solved, into a single article. . . . → Read More: Troubleshooting JD Edwards EnterpriseOne 9.0 Demo Installation

Writing a P80010 Table Definition Browser App.

Table Browser Application

In OneWorld XE/8.0 days, we used to have an application – P80010 – Table Definition Browser Application. This application was of great help, as it showed the database fields in the Table, its indexes, the DD item name, description, the Data type of the field etc. You can do the same in the Newer versions of EnterpriseOne too, with a very simple app as shown in the article. . . . → Read More: Writing a P80010 Table Definition Browser App.

Launch Batch Jobs/UBE from Interactive Apps

UBEInterconnect

The Article describes the use of BSFN & System Functions to dynamically call a UBE/Report/Batch Application from an Interactive Application/form. The BSFN’s use the same JDE API – jdeLaunchUBEEx(); to launch the UBE. The Launch Batch Application System function and Business functions – B9800240, B91300C are documented here. . . . → Read More: Launch Batch Application/UBE Dynamically from Interactive Apps

Funny JDE Standard BSFN Comments ;-)

jde-bsfn-comments

A funny code comment in a E8.11 Standard JDE Business function (BSFN) – B9600430 line 406. We need to empathize with the developers. . . . → Read More: Funny JDE Standard BSFN Comments ;-)

Calculate Begin and End Dates for Month/Year

EventsCalendar

Calculate the Begin and End dates from a given Period/Year combination or to calculate the month’s begin and end dates from a given date. Like if you are given Period=3, Year=9, the Begin and End dates will be 03/01/2009 and 03/30/2009 respectively. Similarly if you were given a date say – 2/17/2009, the return Begin & End dates will be 02/01/2009 and 02/28/2009. . . . → Read More: Calculate Begin and End Dates for Month/Year