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 ?
Request clarification before answering.
I searched chapterid using query
Select ChapterID from OITM
If chapterid is not defined then the default value is -1.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 12 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.