1.

How To Fill Data In Recordset ?

Answer»

In the recordset ,data can be filled in the recordset using the sub-routine DoQuery.The sample ILLUSTRATES this in detail , Dim objRS As SAPbobsCOM.Recordset

objRS = objCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)

objRS.DoQuery(“SELECT * FROM OITM”)

Learn SAP BUSINESS One Course makes an emphasis on all that is REQUIRED to manage critical business functions across sales.

In the recordset ,data can be filled in the recordset using the sub-routine DoQuery.The sample illustrates this in detail , Dim objRS As SAPbobsCOM.Recordset

objRS = objCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)

objRS.DoQuery(“SELECT * FROM OITM”)

Learn SAP Business One Course makes an emphasis on all that is required to manage critical business functions across sales.



Discussion

No Comment Found