Skip to Content
0
Former Member
Nov 21, 2008 at 12:35 PM

Retriving AP-Invoice Screen values using datasource

24 Views

Hi...

I am trying to get values from AP-Invoice screen.I am able to get header values using

Dim apform As SAPbouiCOM.Form

apform = Me.SBO_Application.Forms.GetForm(pVal.FormType, pVal.FormTypeCount)

apform.DataSources.DBDataSources.Item("OPCH").GetValue(1,0)

How to get values Of Item Matrix like itemcode,Itemdescription,unitcost ....... Using Datasource before adding to Database tables

please Help...