cancel
Showing results for 
Search instead for 
Did you mean: 

COM_PROD_MATERIAL_MAINTAIN_API

Former Member
0 Kudos

Hi ,

I need to pass the OBJECT_ID (Object ID) and HIERARCHY_ID (Category Hierarchy id) through this

com_prod_material_maintain_api (Function Module).

Do any one have any idea where to pass these two parameters  in the above function module.

Thanks,

Vimal

Accepted Solutions (1)

Accepted Solutions (1)

former_member200342
Active Contributor
0 Kudos

Hi,

There is a structure CATEGORIES in the import parameter IT_PRODUCT of this FM where there are two fields CATEGORY_GUID and HIERARCHY_GUID, where you can pass the relevant values.

You can get the category and hierarchy guids from the CRM table COMM_CATEGORY and COMM_HIERARCHY.

Regards,

PP

Former Member
0 Kudos

Hi Prajit,

I have requirement to create a new Iobject and Product using this com_prod_material_maintain_api (FM).

I have enough information about product. but i dont know which parameter used for iobject.

I need to pass the OBJECT_ID (Which means Iobject) through this com_prod_material_maintain_api (FM)

Do u have any idea about that ?

Thanks,

Vimal

former_member200342
Active Contributor
0 Kudos

Hi Vimal,

IObject is a type of product which is generally downloaded from ECC. However they are stored in the same table in CRM and are considered as PRODUCT_ID in this table.

So i think you can pass the Object Id in the Product_Id field itself.

Regards,

PP

Answers (0)