using (HuAPConnection Connection = new HuAPConnection())
using (HuView OECOINS = Connection.GetView("OE0190"))
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 OETERMS = Connection.GetView("OE0745"))
using (HuView OESHIR = Connection.GetView("OE0694"))
using (HuView OESHIHO = Connection.GetView("OE0704"))
{
OECOINS.Compose(OESHIH, OESHID);
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();
OETERMS.Compose(OESHIH);
OESHIR.Compose(OESHIH);
OESHIHO.Compose(OESHIH);
// Code Here
}