Skip to Content
0
Former Member
Mar 11, 2004 at 11:08 AM

DI: Users Object, UDTables, Transactions

141 Views

hello!

we use SBO 6.50.52 SP:00 EF:04 and SDK 6.5

1) i would like to get the authorizations which a user user have. so i tried the 'users' pbject, but with

Dim vUs As SAPbobsCOM.Users

Set vUs = pCompany.GetBusinessObject(oUsers)

vUS.Browser.RecordCount

i allways have only one entry... but there are 7 users in SBO. u know what i mean? is it a bug?

2) is it true, that underlines in tablenames are not allowed? i tried to create a table called 'test_one' and that didn't work. but with 'testxxxxone' it was ok.

i also tried to use the query generator to get some data from our tables but i get following error message:

"Must declare variable '@textxxxxone'"

how could i realize it? (to include my tables for reports for example)

3) how can i add my menu entries / transactions into the authorizations? because not everybody should work with the addon for example.

thx 4 help!

Stefan Walter