cancel
Showing results for 
Search instead for 
Did you mean: 

Chapterid

08-28-2009 11:45 AM
206 views 1 comments
0 Likes
SAP Managed Tags
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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

I searched chapterid using query

Select ChapterID from OITM

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