Hi Deepali,
Try -
<SCRIPT> var oGrid = new com.sap.xmii.grid.init.i5Grid("Youri5GridTemplate", "YourQueryTemplate"); var oQuery = oGrid.getQueryObject(); //Get Query Object //Pass parameters to Query, can pass these parameters dynamically as well oQuery.setParameter("Param.1","000876315670"); //ProductionOrder oQuery.setParameter("Param.2","0070"); //Operation oGrid.setGridWidth("640px"); oGrid.setGridHeight("400px"); oGrid.draw("div1");</SCRIPT><DIV id="div1"></DIV>
Regards,
Sai Vellanki.