Skip to Content
0
Former Member
Jan 12, 2008 at 03:36 PM

Is there a list of table name and object name? (oCompany.GetBusinessObject)

444 Views

Hi,

How do I find the objects regarding the tables in SBO?

Example Item Master, I use following statement:

SAPbobsCOM.Items oItem;

oItem = ( SAPbobsCOM.Items ) oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oItems);

I like to find the object for SPP1.

Is there a list of table name and object name?

Thank you,

Rune