cancel
Showing results for 
Search instead for 
Did you mean: 

Default Product category transferred in Shopping cart

Former Member
0 Kudos

Hi SRM Experts,

We are having an issue when transfering product information from the CCM 2.0 Catalog through OCI, we have an SRM 4.0 with extended classic scenario connected to 1 backend systems ECC6 which was replaced earlier backend system ECC5. However SRM system is same.

In ECC6 company codes consolidated ( Unique company code)

When the information from Catalog is downloaded to SRM shopping cart , the product category (UNSPSC code) is changed and default category of Users is assigned.

Default category is used for Special requests.

There are 2 entries in table COMM_CATEGORY for this same product category (for logical systems).

The system only searches for Product group and not the logical system.

BADI BBP_CATALOG_TRANSFER is already implemented. On debugging it shows the entry for product category is not unique. What we can do so that right Product Category can be selected? Can I map the new backend system or there are some possible ways.

Regards,

Avinash

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Muthu,

The problem resolved by passing category guid for the logical system..

Thanks & Regards,

Avinash

Former Member
0 Kudos

Hi ,

I need to crerate PO in backend for a Catalog item. Could you please let me knoe, how you have mapped the procuts in Catalog and MM.

Thnaks,

SK

Former Member
0 Kudos

Hi Muthu,

Thanks for your response.The Hierarchy GUID is same. Please suggest how we can select the right product category from catalog to shopping cart instead of deafault category.

Regards,

Avinash

former_member183819
Active Contributor
0 Kudos

Hi Avinash

As you said There are 2 entries in table COMM_CATEGORY for this same product category (for logical systems).

two logical system - ecc6 and another one is ecc5 .

for eg.

001 -product category - ecclogsys6

001-product category - ecclogsys5

in extended attribute and responsiblity of purchase group. you might have configuration w.r.t logical system. check which one you are going to use hence forth.

regards

muthu

former_member183819
Active Contributor
0 Kudos

Hi Avinash,

Hierarchy GUID might be different. check it up.

comm_category table pick guid of hierarchy id and pass into below hierarchy table

comm_hierarchy

regards

muthu