By
Deepesh Divakaran, on December 10th, 2009

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
By
Deepesh Divakaran, on December 3rd, 2009
Most File based transactions or JDE Applications, need to have access to the Import and Export directory of the Install Path. For most Live installations, the workstations will be on Windows OS, and the servers may be either AS/400 or Linux/UNIX environments. The path’s to the environment install directory will be entirely different in each case.
Typically for an JDE EnterpriseOne Windows based Local installation will have path – “C:\Exxx\DVxxx\” or “C:\Bxxxx\PDxxxx\”,
For UNIX/Linux it may be – “/usg/filespace/exxx/dvxxx/” etc.
If you notice the above, not only the file path is different, but also the directory separator. The following C BSFN helps get the Install Path, the Separator, if its Client/Server.
I’m not sure if a similar BSFN exists in the latest versions of JDE, one thing I’m sure Oneworld XE does not have it, and that’s why the Business Function was created.
The “BuildPathFromEnvDataX” API is used to retrieve the complete install path. You can get the Continue reading BSFN to Get Install Path (for Import/Export)
By
Deepesh Divakaran, on November 20th, 2009
A problem with SQL over JDE Data is the way Dates are stored in JD Edwards. JDE stores dates in Julian Format. The following SQL snippet can convert the Julian date into Gregorian Date format or Normal date. . . . → Read More: Convert Julian Date to Gregorian Date (SQL)
By
Deepesh Divakaran, on September 21st, 2009

E-Mail the output of your UBE using this simple functionality, by retrieving your JobNumber and simple JDE setups. Uses BSFN – B0500190 (SendEMailHRM) for Xe until 8.10, or B0500725 – Email Merge Letter for other versions. . . . → Read More: Send Email with PDF Output
By
Deepesh Divakaran, on September 16th, 2009
There are many instances where we do Report Interconnects from Interactive Applications, like print the Order from an order screen, or process something from an interactive application button. But, in all those cases, the report fires on the Server, and you need to go visit the Work Submitted Jobs to check the output. Every User asks for the same convenience, if they can get the output direct on the screen without going to the WSJ. Here is a crude way of popping up a UBE output onto the screen, without going to the Work Submitted Jobs. This makes life easy for the users. . . . → Read More: Pop up Report/UBE after Processed
Recent Comments