E1 Tips The Tips & Tricks of a CNC Administrator on Oracle JDEdwards EnterpriseOne

EnterpriseOne (E1) Package Build Count

Recently we were asked the following question:

"How many packages of each type per environment did you build last year?"

Here is the SQL that I used to gather the information required:

select hhpkgname, hhpathcd, year(date(char(hhblddte+1900000))) as hhblddte
from sy811/f96215
where hhpkgname not like 'JJ%' --remove the ESUs
and hhdatp='CLIENT' --type of build
and hhbldsts=50 --build completed successfully

I then used this information to create an ASP.Net page to organize the data more elegantly.  Below are package statistics for the 2 EnterpriseOne (E1) installations that I support:

pkgstats1 thumb EnterpriseOne (E1) Package Build Count

pkgstats2 thumb EnterpriseOne (E1) Package Build Count

Ok, so now you know what I’ve been doing…  How many packages do you build in a year? 

.csharpcode, .csharpcode pre
{
font-size: small;
color: black;
font-family: consolas, “Courier New”, courier, monospace;
background-color: #ffffff;
/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
background-color: #f4f4f4;
width: 100%;
margin: 0em;
}
.csharpcode .lnum { color: #606060; }

.csharpcode, .csharpcode pre
{
font-size: small;
color: black;
font-family: consolas, “Courier New”, courier, monospace;
background-color: #ffffff;
/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
background-color: #f4f4f4;
width: 100%;
margin: 0em;
}
.csharpcode .lnum { color: #606060; }

pf button EnterpriseOne (E1) Package Build Count
evernote EnterpriseOne (E1) Package Build Countdigg EnterpriseOne (E1) Package Build Countshare save 171 16 EnterpriseOne (E1) Package Build Count

Leave a Reply