on 2008 Nov 21 12:35 PM
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...
Nageswar,
You can retrieve value form a system Matrix using the same method.
But be aware that in system forms, the values are only flushed to the data source with the FormDataAdd/FormDataUpdate method. In other words, only the values that are already saved in the DB are also available in a system matrix's DataSource.
Regards,
Vítor Vieira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
100 | |
9 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.