cancel
Showing results for 
Search instead for 
Did you mean: 

Catalog Item

Former Member
0 Kudos

Hello

I want to find a catalog name on the basis of catalog Item.

I have catalog Item with me ,but am not able to identify which catalog name it belongs?

Thanks

Jayawant

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Use method "ENRICH_ITEM_DATA" within BADI "BBP_CATALOG_TRANSFER".

The parameters "catalog_content" and "enriched_item_data" should be able to be used to get the required information.

is_admin_data-catalogid should contain the catalogue name.

Keith

Former Member
0 Kudos

Whoops

I was answering to your first post.

You should be able to view the logs either via the catalog manager role or via SLG1.

The second line in the log should read something like "Publishing catalog SAMPLE PROCUREMENT for the first time"

Keith

Former Member
0 Kudos

Thanks Keith,

But this does not give us the name of the catalog name.(Only get the master catalog name i.e. / CCM/MASTER_CATALOG)

The user wants to know,while uploading the CSV File for which catalog , the error has occured?

Can you help please.

Jayawant

Former Member
0 Kudos

Why are you publishing the master catalogue ?

You only really need to publish the procurement one.

Former Member
0 Kudos

Hello

There is only one catalog for publishing,i.e. Master Catalog.

And the error is at the time of catalog publishing .

Jayawant

Former Member
0 Kudos

HI,

u can use the GUID to trace back to the catalog the item belongs to.

1. Take the product GUID

2. Use table /CCM/D_ITM_PU to get the version of the item. U will get more than one versions.

3. consider all the versions and use table /CCM/D_CTLG_REQ.

4. In the above table put process = "AI" and version = version u got in above step.

U will get the list of supplier catalogs the item belongs to.

if u put process = "SE", u get the master catalog published.

Best Regards,

Abhishek

Former Member
0 Kudos

Thanks a lot Abhishek for your timely help.

Jayawant

Former Member
0 Kudos

Jayawant

You should have catalogues such as the following

Master

Procurement

Supplier

You load the schema for each and then map the content from the supplier to the master.

Once this is done, map the content from the master to the procurement catalogue.

Publish the Procurement catalogue.

Maintain a web service for the Procurement Catalog and then maintain the CAT attribute with the name of the newly created web service.

Regards

Keith

Former Member
0 Kudos

I will tell you the scenario where I am getting the error.

During /CCM/MASTER_CATALOG Publishing we faced an error

"Error when converting unit of measure from SAP format (MIL) to ISO".

This means the CSV file which they are uploading might contain a ISO UOM 'MIL' in place SAP format UOM, as a result there is a function module 'UNIT_OF_MEASURE_SAP_TO_ISO' which converts SAP format to ISO UOM is throwing the above error.

So, we asked the user to check the relevant file, but they revert back to us asking for which catalog name the file is wrong. so how to know the name of the catalog.

for Eg : The error contains as follows

"Error when publishing catalog item 45304B47D2471EE0E10000000DDF029F" then what will be the catalog name.

Thanks.

jayawant