Skip to Content
0
Former Member
Dec 07, 2009 at 05:13 AM

Get Object Properties And Set Value .

104 Views

How Can Get Object Properties And Set Value . Such as

Dim oItem As SAPbobsCOM.Items = oSBO_Company.GetBusinessObject(BoObjectTypes.oItems)

Dim slItemProPerty As SortedList=slProP

oItem.slItemProPerty(i)="AAAA"

Or

Dim str1 as string ="ItemCode"

oItem.str1="A00001"

Ths