xmlDocument.setParameter("cProjectStatus", strProjectstatus);
xmlDocument.setParameter("cProjectPublic", strProjectpublic);
xmlDocument.setParameter("salesRep", strSalesRep);
try {
ComboTableData comboTableData = new ComboTableData(this, "LIST", "", "Projectkind", "",
Utility.getContext(this, vars, "#AccessibleOrgTree", "ReportInvoiceCustomerJR"), Utility
.getContext(this, vars, "#User_Client", "ReportInvoiceCustomerJR"), 0);
Utility.fillSQLParameters(this, vars, null, comboTableData, "ReportInvoiceCustomerJR",
strProjectkind);
xmlDocument.setData("reportC_PROJECTKIND", "liststructure", comboTableData.select(false));
comboTableData = null;
} catch (Exception ex) {
throw new ServletException(ex);
}
try {
ComboTableData comboTableData = new ComboTableData(this, "LIST", "", "Projectphase", "",
Utility.getContext(this, vars, "#AccessibleOrgTree", "ReportInvoiceCustomerJR"), Utility
.getContext(this, vars, "#User_Client", "ReportInvoiceCustomerJR"), 0);
Utility.fillSQLParameters(this, vars, null, comboTableData, "ReportInvoiceCustomerJR",
strProjectphase);
xmlDocument.setData("reportC_PROJECTPHASE", "liststructure", comboTableData.select(false));
comboTableData = null;
} catch (Exception ex) {
throw new ServletException(ex);
}
try {
ComboTableData comboTableData = new ComboTableData(this, "LIST", "", "ProjectStatus", "",
Utility.getContext(this, vars, "#AccessibleOrgTree", "ReportInvoiceCustomerJR"), Utility
.getContext(this, vars, "#User_Client", "ReportInvoiceCustomerJR"), 0);
Utility.fillSQLParameters(this, vars, null, comboTableData, "ReportInvoiceCustomerJR",
strProjectstatus);
xmlDocument.setData("reportC_PROJECTSTATUS", "liststructure", comboTableData.select(false));
comboTableData = null;
} catch (Exception ex) {
throw new ServletException(ex);
}
try {
ComboTableData comboTableData = new ComboTableData(this, "LIST", "", "PublicPrivate", "",
Utility.getContext(this, vars, "#AccessibleOrgTree", "ReportInvoiceCustomerJR"), Utility
.getContext(this, vars, "#User_Client", "ReportInvoiceCustomerJR"), 0);
Utility.fillSQLParameters(this, vars, null, comboTableData, "ReportInvoiceCustomerJR",
strProjectpublic);
xmlDocument.setData("reportC_PROJECTPUBLIC", "liststructure", comboTableData.select(false));
comboTableData = null;
} catch (Exception ex) {
throw new ServletException(ex);
}
try {
ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR",
"M_PRODUCT_CATEGORY_ID", "", "", Utility.getContext(this, vars, "#AccessibleOrgTree",
"ReportInvoiceCustomerJR"), Utility.getContext(this, vars, "#User_Client",
"ReportInvoiceCustomerJR"), 0);
comboTableData.fillParameters(null, "ReportInvoiceCustomerJR", "");
xmlDocument
.setData("reportC_PRODUCTCATREGORY", "liststructure", comboTableData.select(false));
} catch (Exception ex) {
throw new ServletException(ex);
}
try {
ComboTableData comboTableData = new ComboTableData(this, "TABLEDIR", "C_REGION_ID", "",
"C_Region of Country", Utility.getContext(this, vars, "#AccessibleOrgTree",
"ReportInvoiceCustomerJR"), Utility.getContext(this, vars, "#User_Client",
"ReportInvoiceCustomerJR"), 0);
Utility.fillSQLParameters(this, vars, null, comboTableData, "ReportInvoiceCustomerJR",
strcRegionId);
xmlDocument.setData("reportC_REGIONID", "liststructure", comboTableData.select(false));
comboTableData = null;
} catch (Exception ex) {
throw new ServletException(ex);
}
try {
ComboTableData comboTableData = new ComboTableData(this, "TABLE", "", "190",
"AD_User SalesRep", Utility.getContext(this, vars, "#AccessibleOrgTree",
"ReportInvoiceCustomerJR"), Utility.getContext(this, vars, "#User_Client",
"ReportInvoiceCustomerJR"), 0);
Utility.fillSQLParameters(this, vars, null, comboTableData, "ReportInvoiceCustomerJR",
strSalesRep);
xmlDocument.setData("reportSALESREP", "liststructure", comboTableData.select(false));
comboTableData = null;
} catch (Exception ex) {
throw new ServletException(ex);
}
xmlDocument.setParameter("ccurrencyid", strCurrencyId);
try {
ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR", "C_Currency_ID",
"", "", Utility.getContext(this, vars, "#AccessibleOrgTree", "ReportInvoiceCustomerJR"),
Utility.getContext(this, vars, "#User_Client", "ReportInvoiceCustomerJR"), 0);
Utility.fillSQLParameters(this, vars, null, comboTableData, "ReportInvoiceCustomerJR",
strCurrencyId);
xmlDocument.setData("reportC_Currency_ID", "liststructure", comboTableData.select(false));
comboTableData = null;
} catch (Exception ex) {
throw new ServletException(ex);
}