cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create Product in Sap CRM based on the Category

0 Likes
351

Hi all,

I've a requirement to create Product based on the Category, ( Material and Service )

UOM (EA)

Item Category Group (NORM)

Sales Organization = “XXXXXXX” (ID: O 00001000)

Distribution Channel = “XX”

I've used the Function modules : COM_PRODUCT_SRV_MAINT_MULT_API, COM_PRODUCT_SAVE_API and BAP_TRANSACTION COMMIT and passed all the Mandatory Fields to the above Function Modules and unable to save the Product to the CRM Tables.

Also I need to update the Sales Organization and Division Details, I'm unable to pass these Sales Organization and Division details to the above Function Modules, can any one help me with the Function modules to achieve these Functionaly

Thanks & Regards,

R.Naveen kumar.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Likes

COM_PRODUCT_MAT_MAINT_MULT_API

then COM_PRODUCT_SAVE_API

or

COM_PRODUCT_UI_MAINTAIN then

COM_PRODUCT_UI_SAVE

after both you should call

COM_PRODUCT_FREE_API