using (HuAPConnection Connection = new HuAPConnection())
using (HuView POFLAG = Connection.GetView("PO0340"))
using (HuView POINVAH = Connection.GetView("PO0409"))
using (HuView POINVAL = Connection.GetView("PO0410"))
using (HuView POINALO = Connection.GetView("PO0448"))
using (HuView POINVAQ = Connection.GetView("PO0411"))
using (HuView POINVAS = Connection.GetView("PO0412"))
using (HuView POINASO = Connection.GetView("PO0449"))
using (HuView POINAHO = Connection.GetView("PO0447"))
using (HuView POCRNAH = Connection.GetView("PO0304"))
using (HuView POCRNAL = Connection.GetView("PO0305"))
using (HuView POCRALO = Connection.GetView("PO0332"))
using (HuView POCRNAQ = Connection.GetView("PO0306"))
using (HuView POCRNAS = Connection.GetView("PO0307"))
using (HuView POCRASO = Connection.GetView("PO0333"))
using (HuView POCRAHO = Connection.GetView("PO0331"))
using (HuView PORETAH = Connection.GetView("PO0724"))
using (HuView PORETAL = Connection.GetView("PO0726"))
using (HuView POREALO = Connection.GetView("PO0741"))
using (HuView PORETAQ = Connection.GetView("PO0727"))
using (HuView PORETAS = Connection.GetView("PO0728"))
using (HuView POREAHO = Connection.GetView("PO0740"))
using (HuView PORCPAH = Connection.GetView("PO0686"))
using (HuView PORCPAL = Connection.GetView("PO0688"))
using (HuView PORCALO = Connection.GetView("PO0682"))
using (HuView PORCPAQ = Connection.GetView("PO0690"))
using (HuView PORCPAS = Connection.GetView("PO0692"))
using (HuView PORCASO = Connection.GetView("PO0683"))
using (HuView PORCAHO = Connection.GetView("PO0681"))
{
POFLAG.Compose(POINVAH, POCRNAH, PORETAH, PORCPAH);
POINVAH.Compose(POINVAL, POINVAQ, POINVAS, POINAHO);
POINVAL.Compose(POINVAH, POINALO);
POINALO.Compose(POINVAL);
POINVAQ.Compose(POINVAH);
POINVAS.Compose(POINVAH, POINASO);
POINASO.Compose(POINVAS);
POINAHO.Compose(POINVAH);
POCRNAH.Compose(POCRNAL, POCRNAQ, POCRNAS, POCRAHO);
POCRNAL.Compose(POCRNAH, POCRALO);
POCRALO.Compose(POCRNAL);
POCRNAQ.Compose(POCRNAH);
POCRNAS.Compose(POCRNAH, POCRASO);
POCRASO.Compose(POCRNAS);
POCRAHO.Compose(POCRNAH);
PORETAH.Compose(PORETAL, PORETAQ, PORETAS, POREAHO);
PORETAL.Compose(PORETAH, POREALO);
POREALO.Compose(PORETAL);
PORETAQ.Compose(PORETAH);
PORETAS.Compose(PORETAH);
POREAHO.Compose(PORETAH);
PORCPAH.Compose(PORCPAL, PORCPAQ, PORCPAS, PORCAHO);
PORCPAL.Compose(PORCPAH, PORCALO);
PORCALO.Compose(PORCPAL);
PORCPAQ.Compose(PORCPAH);
PORCPAS.Compose(PORCPAH, PORCASO);
PORCASO.Compose(PORCPAS);
PORCAHO.Compose(PORCPAH);
// Code Here
}