Skip to Content
0
Apr 22, 2014 at 09:09 AM

read unit price

36 Views

Hi

I have to read the value from the column "Unit Price" of the document's matrix

now I'm reading the value in this way

oEdtxt = (SAPbouiCOM.EditText)om.Columns.Item("14").Cells.Item(pVal.Row).Specific;

sVal = oEdtxt.Value; (es. "1,15 EUR")

and then I split value from currency and convert todouble

Is there an other way to do it? thanks