cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I am searching chapterid of a item using the following code


 Dim objItem As SAPbobsCOM.Items
objItem = objCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oItems)
If objItem.GetByKey(txtItemCode.Value) = True Then

End If

I can not get chapterid from the object objItem.How do I get it ?

0 Likes
View Entire Topic
Former Member
0 Likes

I searched chapterid using query

Select ChapterID from OITM

If chapterid is not defined then the default value is -1.