Commit e9709806 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@95923 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7986b1ca
......@@ -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");
......@@ -275,4 +273,4 @@ public class MrpExportExcelServlet extends HttpServlet
}
}
}
\ No newline at end of file
}
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