cancel
Showing results for 
Search instead for 
Did you mean: 

View Catalog Content

Former Member
0 Kudos

Hi All,

How to view the content of catalog without get into transaction "Shop"?

Currently, users go to "shop" in order just to view the catalog content. The problem is, not all users who wanna view catalog has the authorization to create shopping cart. Moreover, shopping cart number will already be taken/reserved once we get into transaction shop, even though we don't save/order the shopping cart.

We run EBP SRM 5.0 & CCM 2.0.

Please help.

Regards,

Feri.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can change the MENU on the HOMEPAGE based on the roles through the tcode PFCG.There in the MENU tab for a specific role,you can delete the std transactions and put any custom transactions e.g. LINK for a Z-REPORT you have developed.

For your requirement,for the users who dont have authorization to create the SC,you can delete the SHOP transaction from the MENU and add the link for the BSP page through which you can view your catalogs.

BR,

Disha.

Pls reward points for helpful answers.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Feri,

You can try like this way too with the required parameters:

http://sapserver/sap/bc/bsp/ccm/srm_cse/main.do?reset=T&ccm-user=username&password=XXXX&CATALOGID=/C...

Regards

Almos

Former Member
0 Kudos

Feri,

Hi. Try the back door below....

http://saptest:8080/sap/bc/bsp/ccm/srm_cse/tmp_entry.htm

(saptest needs to be replaced with yr server name).

The catalog is called as a BSP page which can be called directly if you know 'how' to call it. I.e. what parameters to call it with.

In this case the BSP is as below, but you need to pass through a cookie of inbo on how the catalog should behave, and what catalog to display.

http://saptest:8080/sap/bc/bsp/ccm/srm_cse/main.do

I would suggest developing a simple BSP to allow the user to select a catalogue from their allowable catalogues (Function module BBP_READ_ATTRIBUTES), and then call the srm_cse BSP. Use tmp_entry.htm as your base for the coding logic.

There might be an SAP standard way of doing this, but i'm not aware of one.

Cheers

Rob

Former Member
0 Kudos

Hi Rob,

I have tried the url http://saptest:8080/sap/bc/bsp/ccm/srm_cse/main.do that you gave and it works well, thank you very much.

Can I display more than 1 catalog ID without changing back the ID in tmp entry.htm?

Regards,

Feri.