cancel
Showing results for 
Search instead for 
Did you mean: 

Adding data to MASTER DATA Type table using USERTABLE Object

Former Member
0 Kudos

Hi

everybody

can anyone tell me that how to add data to Master data type table using

SAPbobsCOM.UserTable object?

I can update master data type table, but when I try to add data using OUserTable.Add() method, get the following error message.

Error No -5002

Error message: "The numbering series is not present in administrative module"

Thanks in advance

Mithun

Accepted Solutions (1)

Accepted Solutions (1)

former_member185703
Active Contributor
0 Kudos

Hi Mithun,

You can't use the UserTable object to add or update UDO data.

All data should go through the UDO - and the UserTable (which is BTW several SDK releases older than the UDO object) object just works with "No Object" UDTs.

...unfortunately UDOs are not implemented in DI API as well (at least beyond the option to add/maintain UDO definitions).

It had been planned to fix that gap for some time now - but it didn't happen to happen yet; the plan is now to finally fix that in the next release (i.e. the next after version 2007).

Sorry,

Frank

Answers (0)