cancel
Showing results for 
Search instead for 
Did you mean: 

Product BAPI

Former Member
0 Kudos

Hi,

Is there any BAPI to create product?

Regards

Srinu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

done

SARK
Advisor
Advisor
0 Kudos

did you find any BAPI???

Thanks

Sathish

Former Member
0 Kudos

Try to use:

Use API COM_PROD_MATERIAL_MAINTAIN_API to create product. Fill following importing parameters

IT_PRODUCT No need to pass product guid while you create new product. But, it is needed when you update existing product.

IT_SET This refers to set types created for product. In structure COMT_PROD_MAT_MAINTAIN_API_TAB fill corresponding structures to update the custom attributes for product

IT_INTERLINKAGES This structure refers to the relations tab in create product transaction. Fill the corresponding internal tables to update relations. For example if we need to upload vendor data then fill structure COMM_IL_PRDMPN_A in COMT_PRODUCT_IL_API_TAB.

IT_CONDITIONS This structure refers to product conditions. Fill the corresponding structure with in the structure COM_PRODUCT_CND_API_TAB to update conditions

While updating the existing product, update all the fields instead of checking for the updated field data. Pass product guid into 'COM_PROD_MATERIAL_MAINTAIN_API' and fill all the internal tables as it is done above.

Regards.

Susana Messias

Former Member
0 Kudos

Try This FM

CALL FUNCTION 'COM_PRODUCT_MAINTAIN_MULT_API'

Former Member
0 Kudos

Hi Anil,

I need BAPI not Normal function module.

Regards

Srinu

Former Member
0 Kudos

Hi.

Did you find any BAPI to create products in CRM?

I need to do the same and I am with difficult to find one.

Thanks a lot.

Kind regards,

Susana Messias