using (HuAPConnection Connection = new HuAPConnection())
using (HuView ICHIST = Connection.GetView("IC0280"))
using (HuView ICITEM = Connection.GetView("IC0310"))
using (HuView ICUNIT = Connection.GetView("IC0750"))
using (HuView ICITMTX = Connection.GetView("IC0330"))
using (HuView TXAUTH = Connection.GetView("TX0002"))
using (HuView TXCLASS = Connection.GetView("TX0001"))
using (HuView ICITMV = Connection.GetView("IC0340"))
using (HuView APVEN = Connection.GetView("AP0015"))
using (HuView APVENO = Connection.GetView("AP0407"))
using (HuView ICITMS = Connection.GetView("IC0320"))
using (HuView ICSEG = Connection.GetView("IC0610"))
using (HuView ICCATG = Connection.GetView("IC0210"))
using (HuView ICCATTX = Connection.GetView("IC0220"))
using (HuView GLAMF = Connection.GetView("GL0001"))
using (HuView GLFISC = Connection.GetView("GL0003"))
using (HuView GLAIS = Connection.GetView("GL0004"))
using (HuView GLAVC = Connection.GetView("GL0012"))
using (HuView GLRVAL = Connection.GetView("GL0020"))
using (HuView GLABRX = Connection.GetView("GL0023"))
using (HuView GLABK = Connection.GetView("GL0022"))
using (HuView GLCAS = Connection.GetView("GL0107"))
using (HuView GLAMFO = Connection.GetView("GL0400"))
using (HuView GLAMFTO = Connection.GetView("GL0401"))
using (HuView GLACHD = Connection.GetView("GL0057"))
using (HuView GLPACHD = Connection.GetView("GL0063"))
using (HuView ICPCOD = Connection.GetView("IC0390"))
using (HuView ICPCTX = Connection.GetView("IC0395"))
using (HuView ICPCODC = Connection.GetView("IC0392"))
using (HuView ICACCT = Connection.GetView("IC0100"))
using (HuView ICITEMO = Connection.GetView("IC0313"))
using (HuView ICITMC = Connection.GetView("IC0319"))
using (HuView ARCUS = Connection.GetView("AR0024"))
using (HuView ARCUSO = Connection.GetView("AR0400"))
using (HuView ICITEMSO = Connection.GetView("IC0314"))
using (HuView ICITEMLO = Connection.GetView("IC0312"))
using (HuView ICLOC = Connection.GetView("IC0370"))
using (HuView GLASV = Connection.GetView("GL0021"))
using (HuView ICILOC = Connection.GetView("IC0290"))
using (HuView OESHIH = Connection.GetView("OE0692"))
using (HuView OESHID = Connection.GetView("OE0691"))
using (HuView OESHTD = Connection.GetView("OE0697"))
using (HuView OESHTH = Connection.GetView("OE0698"))
using (HuView OESHTDD = Connection.GetView("OE0699"))
using (HuView OESHTDDS = Connection.GetView("OE0676"))
using (HuView OESHTDDL = Connection.GetView("OE0675"))
using (HuView OESHTDS = Connection.GetView("OE0671"))
using (HuView OESHTDL = Connection.GetView("OE0670"))
using (HuView OESHIDO = Connection.GetView("OE0702"))
using (HuView OESHIDB = Connection.GetView("OE0705"))
using (HuView OESHIDD = Connection.GetView("OE0703"))
using (HuView OESHIDDS = Connection.GetView("OE0706"))
using (HuView OESHIDDL = Connection.GetView("OE0707"))
using (HuView OESHIDS = Connection.GetView("OE0709"))
using (HuView OESHIDL = Connection.GetView("OE0708"))
using (HuView GENSTUB = Connection.GetView("OE0999"))
using (HuView OECOINS = Connection.GetView("OE0190"))
using (HuView OETERMS = Connection.GetView("OE0745"))
using (HuView OESHIR = Connection.GetView("OE0694"))
using (HuView OESHIHO = Connection.GetView("OE0704"))
{
ICHIST.Compose(ICITEM, ICLOC, ICCATG, OESHIH);
ICITEM.Compose(ICUNIT, ICITMTX, ICITMV, ICITMS, ICCATG, ICACCT, ICPCOD, ICITEMO, ICITMC, ICITEMSO, ICITEMLO);
ICUNIT.Compose(ICITEM);
ICITMTX.Compose(ICITEM, TXAUTH, TXCLASS);
TXAUTH.Compose(TXCLASS);
TXCLASS.Compose(TXAUTH);
ICITMV.Compose(ICITEM, APVEN, ICUNIT);
APVEN.Compose(APVENO);
APVENO.Compose(APVEN);
ICITMS.Compose(ICSEG);
ICSEG.Compose();
ICCATG.Compose(ICCATTX, GLAMF, ICPCOD);
ICCATTX.Compose(ICCATG, TXAUTH, TXCLASS);
GLAMF.Compose(GLFISC, GLAIS, GLAVC, GLABRX, GLCAS, GLAMFO, GLAMFTO, GLACHD, GLPACHD);
GLFISC.Compose();
GLAIS.Compose(GLAMF);
GLAVC.Compose(GLAMF, GLRVAL);
GLRVAL.Compose(GLAMF);
GLABRX.Compose(GLABK);
GLABK.Compose();
GLCAS.Compose(GLAMF);
GLAMFO.Compose(GLAMF);
GLAMFTO.Compose(GLAMF);
GLACHD.Compose(GLAMF);
GLPACHD.Compose(GLAMF);
ICPCOD.Compose(ICPCTX, ICPCODC);
ICPCTX.Compose(ICPCOD, TXAUTH, TXCLASS);
ICPCODC.Compose(ICPCOD);
ICACCT.Compose(GLAMF);
ICITEMO.Compose(ICITEM);
ICITMC.Compose(ICITEM, ARCUS, ICUNIT);
ARCUS.Compose(ARCUSO);
ARCUSO.Compose(ARCUS);
ICITEMSO.Compose(ICITEM);
ICITEMLO.Compose(ICITEM);
ICLOC.Compose(GLASV, ICILOC);
GLASV.Compose(GLAMF, GLABK);
ICILOC.Compose(ICITEM, ICLOC, ICUNIT);
OESHIH.Compose(OESHID, GENSTUB, OECOINS, OETERMS, OESHIR, OESHIHO);
OESHID.Compose(OESHIH, OESHTD, OESHIDO, OESHIDB, OESHIDD, OESHIDS, OESHIDL);
OESHTD.Compose(OESHTH, OESHTDD, OESHTDS, OESHTDL);
OESHTH.Compose(OESHTD);
OESHTDD.Compose(OESHTD, OESHTDDS, OESHTDDL);
OESHTDDS.Compose(OESHTDD);
OESHTDDL.Compose(OESHTDD);
OESHTDS.Compose(OESHTD);
OESHTDL.Compose(OESHTD);
OESHIDO.Compose(OESHID);
OESHIDB.Compose(OESHID);
OESHIDD.Compose(OESHID, OESHIDDS, OESHTDD, OESHIDDL);
OESHIDDS.Compose(OESHIDD, OESHTDDS);
OESHIDDL.Compose(OESHIDD, OESHTDDL);
OESHIDS.Compose(OESHID, OESHTDS);
OESHIDL.Compose(OESHID, OESHTDL);
GENSTUB.Compose();
OECOINS.Compose(OESHIH, OESHID);
OETERMS.Compose(OESHIH);
OESHIR.Compose(OESHIH);
OESHIHO.Compose(OESHIH);
// Code Here
}