cancel
Showing results for 
Search instead for 
Did you mean: 

Catalog details.

Former Member
0 Kudos

Hi;

Can somebody please tell me how to fetch the 'Category leve'l data and its coresponding 'item level' data from the Catalog id?

Thank you

Regards

Abhishek

Accepted Solutions (0)

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Abhishek,

Are you talking about Shopping Cart or CCM Catalog or SRM-MDM Catalog ?

What is the business requirements for that?

Regards,

Masa

Former Member
0 Kudos

Hi Masa;

I am talking about the Shopping Cart.

In the portal we have all the catalogs, in each catalog there are certain categories, and in each category are the items.

Now I would like to know where or how the cataogs are linked to the items in the SAP side.

What I mean, is there any function module or any tables though which we can fetch the items from the catalog?

Thank you

Abhishek

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Abhishek,

Shopping Cart has catalog information.

Table BBP_PDIGP:

CATALOGID Technical Key of a Web Service (for Example - a Catalog)

CATALOGITEM Catalog Item (Unique Key)

When items is transfered from Catalog, unique key is sent in NEW_ITEM-EXT_PRODUCT_ID OCI field.

You can call FM BBP_PD_SC_GETDETAIL or BBP_PD_SC_ITEM_GETDETAIL and get CATALOGID, CATALOGITEM. For the catalog side query, it depends on the catalog product.

Regards,

Masa

Former Member
0 Kudos

HI Masa;

Thank you for the information, it was vary helpful.

Can you also tell me how to find the catalog id from the supplier part no.

Actually I have the supplier part no. , now I need to find out to which catalog does this supplier part no. belongs?

Thank you

Regards

Abhishek

Former Member
0 Kudos

Hi

<b>Please try this -></b>

Incae the BBP_DOC_CHANGE_BADI is implemented in your system, you can find all relevant details of shopping cart containing catalogID, Description, Supplier part number (MFRPN), etc..

You can use BBP_ECS_PO_OUT_BADI for ECS scenario. Since the R3 PO does not have field for catalog id, the EKKO- BEDNR (Tracking Number) field can been used for example to store this information. In this BADI all the items are identified and their tracking number field is populated with a catalofue id value.

MFRPN is available in the catalog ? If yes, did you configure the OCI to transfer it to the catalogue ?

If not :

- configure OCI to transfer it else

- you could use bbp_doc_change badi to complete PO by filling out the MFRPN.

<u>Related link -></u>

Regards

- Atul

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Abhishek,

Where do you get the supplier part no ? from Shopping Cart ?

I would like to know followings.

1. Business requirements/backgrounds

2. How many catalog ID do you have ?

Regards,

Masa

Former Member
0 Kudos

HI Atul;

Thanks for the information. BBP_DOC_CHANGE_BADI is implemented.

Could you please explain a bit in detail how exactly can I fetch the catalog id from the Supplier Part no.?

HI Masa;

I am getting the supplier part no. from an external file.

The actual business requirement is that we need to create a shopping cart from the item details that will be provoided in an external file.

This external file will contain the supplier part no., item description, etc...

We have 10 catalod Ids.

Thanks and Regards

Abhishek

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Abhishek,

I do not understand why you need the catalog ID. You are creating a Shopping Cart from external file, not from Catalog. If you use internal catalog, contents admin knows which item file is loaded to which catalog ID.

Regards,

Masa