using (HuAPConnection Connection = new HuAPConnection())
using (HuView OEORDP = Connection.GetView("OE0525"))
using (HuView OEORDH = Connection.GetView("OE0520"))
using (HuView OEORDD = Connection.GetView("OE0500"))
using (HuView OEORDDO = Connection.GetView("OE0501"))
using (HuView OEORDDB = Connection.GetView("OE0503"))
using (HuView OEORDDD = Connection.GetView("OE0502"))
using (HuView OEORDDDS = Connection.GetView("OE0504"))
using (HuView OEORDDDL = Connection.GetView("OE0506"))
using (HuView OEORDDS = Connection.GetView("OE0508"))
using (HuView OEORDDL = Connection.GetView("OE0507"))
using (HuView GENSTUB = Connection.GetView("OE0999"))
using (HuView OECOINO = Connection.GetView("OE0180"))
using (HuView OETERMO = Connection.GetView("OE0740"))
using (HuView OEORDQ = Connection.GetView("OE0526"))
using (HuView OEORDHO = Connection.GetView("OE0522"))
using (HuView TXDCALC = Connection.GetView("TX0910"))
using (HuView ARRTA = Connection.GetView("AR0016"))
using (HuView ARRTB = Connection.GetView("AR0017"))
{
OEORDP.Compose(OEORDH, OEORDD, OETERMO, OECOINO, OEORDQ, OEORDHO, OEORDDO, OEORDDB, OEORDDD, OEORDDS, OEORDDL, OEORDDDS, OEORDDDL, TXDCALC, TXDCALC, ARRTA, ARRTB);
OEORDH.Compose(OEORDD, GENSTUB, OECOINO, OETERMO, OEORDQ, OEORDHO);
OEORDD.Compose(OEORDH, OEORDDO, OEORDDB, OEORDDD, OEORDDS, OEORDDL);
OEORDDO.Compose(OEORDD);
OEORDDB.Compose(OEORDD);
OEORDDD.Compose(OEORDD, OEORDDDS, OEORDDDL);
OEORDDDS.Compose(OEORDDD);
OEORDDDL.Compose(OEORDDD);
OEORDDS.Compose(OEORDD);
OEORDDL.Compose(OEORDD);
GENSTUB.Compose();
OECOINO.Compose(OEORDH, OEORDD);
OETERMO.Compose(OEORDH);
OEORDQ.Compose(OEORDH);
OEORDHO.Compose(OEORDH);
TXDCALC.Compose();
ARRTA.Compose(ARRTB);
ARRTB.Compose(ARRTA);
// Code Here
}