Skip to Content
0
Former Member
Nov 01, 2005 at 10:55 AM

Permission on DI API objects

49 Views

Hi everybody

My add-on queries a userdefined field from the item master data (OITM). For that I try to create an object:

Dim oItems As SAPbobsCOM.Items = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oItems)

Now I have a Sales Representative who has Read Only rights on item master data.

If he is running my add-on he gets an error:

The Loged On user does not have permission to use this object.

If he gets full rights on item master data there will be no problem but he also has access to the item master data via SBO. That should not be!

How can i get access to the item master data without changing the authorizations?

Why can't I read information with 'read only' authorization?

Juri