cancel
Showing results for 
Search instead for 
Did you mean: 

UDT / UDF: UserTable With Namescape?

Former Member
0 Kudos

hello all

If I create a UserTable With SDK, I can't use the partner Namescape "XYZ_" because SDK return the error 'The table name should consist at least 3 alphanumeric characters [OUTB]'

Else if I use BO, the Usertable is create

Why? (I use 6.50.52.sp20)

Dim SboUDT As SAPbobsCOM.UserTablesMD

Dim l As Long

Set SboUDT = SboCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserTables)

SboUDT.TableName = "ISW_T1"

SboUDT.TableDescription = "Table1"

l = SboUDT.Add

If l <> 0 Then

ErrorShow Nothing

Add = False

Exit Function

End If

Accepted Solutions (1)

Accepted Solutions (1)

former_member185703
Active Contributor
0 Kudos

Hi Andrea,

the bug with the "_" regarding the UDT was - according to release notes - and tests I know about - fixed with Fix no. 14.

Could you please report the problem via SMP?

Just to mention:

The same bug exists with UDFs; this should be fixed with 6.5 SP1 (hopefully coming soon).

Regards,

Frank

Answers (0)