cancel
Showing results for 
Search instead for 
Did you mean: 

Add Individual Object to IBase

Former Member
0 Kudos

Hi All,

I am using the function module CRM_ICSS_CREATE_COMPONENT to assign an IObject to an IBase.

Here I need to give input to Object_guid field. I understand that this is the GUID available in COMM_PRODUCT table with object family 0401. So I need to create an Individual Object initially which can be later added to the IBase using the above function module.

Can anyone please help me with a function module to create an individual object in COMM_PRODUCT table with object family 0401 (Equipment)?

Thanks in advance.

Ram.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Ram

I realize that this an old post but I'm having the same issue. Did this work for you?

Also, whenever I use CRM_ICSS_CREATE_COMPONENT it links the component as a Product not as an IObject. I can't get that FM to work with a comm_product record with an object_family of 0401. I get a message from the FM CRM_IB 051 "Master records for IBase objects do not exist"

I can't get around this.

Thanks

Len

Former Member
0 Kudos

you can use following function module to create object:-

IBSSI_CREATE_OBJECT_CONNOBJ

CRM_IOBJECT_CIC_IOBA_CREATE

hope it will useful.