cancel
Showing results for 
Search instead for 
Did you mean: 

How to maintain Sales area for successfully created products

Former Member
0 Kudos

Hi ,

I have created product sucessfully but i want to maintain sales area for them,

so please suggest any method to resolve the problem .

Thanks and regards

Ankit Tyagi

Edited by: ty.ankit on Nov 2, 2011 8:21 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ankit,

Was the product created in CRM or ERP

IF in ERP go to T code MM01 and select the sales area view and maintian the sales org and distribution channel for which you want you product to be maiantined.

IF created in CRm then go to T code commpr01 and in the sales and distribution tab of product click on assign button

and maitnain the sales org to be which you want to align.

Regards,

Deepa

Former Member
0 Kudos

Hi Deepa,

Thanks for your concern, but i am developing a report and through that i want to maintain distribution chain.

Regards

Ankit

Former Member
0 Kudos

Hi Ankit,

u can use he FM 'COM+PRODUCT_UI_MAINTAIN' to maintain the sales distribution chain, append the structure holding this value in IS_SET and product details in IS_PRODUCT.

This FM can be used for all types of products, hence ensure that u mention the type as well as in '01' for material...

Hope this helps!!!

Prerna

Former Member
0 Kudos

Hi Prerna ,

I checked the fm com_product_ui_maintain but where i will maintain sales data .

Regards

Ankit Tyagi

former_member200342
Active Contributor
0 Kudos

Hi,

You can use the FM: CRMXIF_PRODUCT_MATERIAL_SAVE to create a material and also extend it to a particular sales area data i.e sales org and distribution channel.

Regards,

PP

Former Member
0 Kudos

Hi,

In this FM, thers is a parameter IS_SET, u will have to assign the components to this table using field symbols. the components can be added as per requirement, like for maintianing the unit or sales distribution channel...the table for maintainning distr channel is ' type CRMM_PR_SALESA or CRMM_PR_SALESG' .

Prerna