Blog directory

Perform a File Search in JDE

Have you ever wondered if you can do a wild card search for the file you want to upload into JDE tables?

Like while you do an interface, where the files come in with Date/Time stamps, you can find the latest file, and then upload it! It used to be a crude way of doing where, you used to write a Driver program, which gets the file name using the Processing Options, . . . → Read More: Perform a File Search in JDE

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

EnterpriseOne 9.0 Tools API Reference

The ERP 9.0 Tools API Reference is a great help for developers who are looking for help with respect to JDE API’s, and its usage. The help file also provides some sample code for some API’s and usages. . . . → Read More: EnterpriseOne 9.0 Tools API Reference

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 ;-)