Commit ffc5b7bf authored by caluka's avatar caluka

export button export to excel sheet and view in excel sheet for Material...

export button export to excel sheet and view in excel sheet for  Material Requirement wizard Transaction[MF3KSUN005]


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@34155 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 78a29a35
......@@ -147,8 +147,6 @@ public class MrpExportExcelServlet extends HttpServlet
System.out.println("@@@@@@@@@@@@saveSampleData["+saveSampleData+"]");
itemlist = new ReqViewMrpBean().preSaveForm(saveSampleData);
System.out.println("@@@@@@@@@@@@firstRow["+itemlist.size()+"]");
for(int k=0; k<itemlist.size(); k++)
{
System.out.println("inside for loop");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment