cancel
Showing results for 
Search instead for 
Did you mean: 

Elimination of screens for shopping with CCM catalog

Former Member
0 Kudos

Hello CCM seniors,

We have installed CCM 2.0 as an add on for SRM 4.0.

CCM and EBP are mountd on same server and same client.

CAT and CSE also share single client.

EBP to CCM integration is working fine.

i.e. user can select catalog items and can make shpooing cart.

Only when employee clicks on the catalog link(/ccm/master catalog in our case) in EBP portal ,

on the next screen he has to click on "Locale- EN" to proceed.

Since we are not using any language versions , we want to eliminate this screen for operational ease.

Also, as our catalog is SRM extracted one and the there is only one category, we want to avoid the next screen also

i.e. selection of subcategory to display the list of items.

To summerise what we are trying to achieve is that when the employee clicks on the catalog link in EBP -> shop application ,

he should directly get the list of items from the catalog.

Is it possible, if yes how?

Thanking in advance for yr attn.

BR

Dinesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Dinesh,

Concerning the Language selection, that comes from your catalog link definition in SRM. Add the following parameter:

N°= Whatever before the HOOK_URL parameter

name=locale

value=EN-US

Type= Constant

Concerning the selection of items in CCM, you have no other solution than changing the standard (Not a good solution in my opinion).

Regards.

Vadim

Former Member
0 Kudos

Hi Vadim,

thanks for yr reply.

But i could not interpret it fully.

As per yr recommendation i am only focussing for elimination of the locale screen.

I am pasting my intergrated call structure.

Can you suggest the chagnges so that I can give you full points?

(I have already given some.)

10 http://dqsrmcom5507.timesgroup.com:80/sap/bc/bsp/ ccm/srm_cse/main.do URL

20 ccm-user sisldineshp Fixed Value

30 password GAJANAN Fixed Value

40 SAP-CLIENT 200 Fixed Value

50 SAP-LANGUAGE SY-LANGU SAP Field

60 locale English Fixed Value

80 catalogid /CCM/MASTER_CATALOG Fixed Value

Former Member
0 Kudos

Hi,

Just change

60 locale English Fixed Value

with

60 locale EN-US Fixed Value.

Regards.

Vadim

Former Member
0 Kudos

Hi Vadim,

Thanks for the reply.

Tried your correction.

But I am still getting the screen for selection of locale EN.

Do I need to initializae CCM again ??

BR

Dinesh

Former Member
0 Kudos

Hi Dinesh,

So replace your existing call structure with the following:

10 http://dqsrmcom5507.timesgroup.com:80/sap/bc/bsp/ccm/srm_cse/main.do URL

20 sap-sessioncmd open Fixed Value

30 catalogid /CCM/MASTER_CATALOG Fixed Value

40 locale English Fixed Value

50 HOOK_URL Return URL

NB:User, Password and Client are stored in the WAS session in case of local CSE on the SRM server

Regards.

Vadim

Former Member
0 Kudos

Hi Vadim,

Updated the int. call structure as per yr suggestion.

But it's giving time out error.

Does the HOOK_URL parameter requires some additional parameters?

BR

Dinesh

Former Member
0 Kudos

Hi Dinesh,

The HOOK_URL parameter is not mandatory in the call structure with new SRM versions, you can suppress this line.

What do you mean by "<i>But it's giving time out error.</i>"?

You cannot get connected to the CCM and you only obtain a 'Time Out' from the WAS ?

Have you configured the SSO parameters in the instance profile of your server ?

Are CCM(CAT and CSE) and SRM sharing the same client on the SRM Server?

Regards.

VAdim

Former Member
0 Kudos

Hi Vadim,

Our problem is solved.

Though we did some other settings in integrated call structure , your inputs were much helpful.

Hence I have given full points to you.

BR,

Dinesh

yann_bouillut
Active Contributor
0 Kudos

Hi Dinesh,

What other settings did you set in the call structure ?

Kind regards,

Yann

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Dinesh,

I'm having the same time-out error that you were having. Could you please post your actual call strucure for calling CCM?

Thanks,

Cristiano Soares

Former Member
0 Kudos

Hi Cristiano,

I think my new call structure may help you

here it is:

10 http://dqsrmcom5507.timesgroup.com:80/sap/bc/bsp/ccm/srm_cse/main.do URL

20 ccm-user sisldineshp Fixed Value

30 password GAJANAN Fixed Value

40 SAP-CLIENT 200 Fixed Value

80 catalogid /CCM/MASTER_CATALOG Fixed Value

pl. correct the tab spacing as it's disturbed while pasting

BR

Dinesh

Former Member
0 Kudos

Hi Dinesh,

We are also facing the same issue.We want to get rid of the "Select Locale EN"

We have set the parameters as suggested by you but still we get the Screen.Can you please share if we have to change any parameters.

Thanks in Advance

Devi

Former Member
0 Kudos

Hi Devi,

Pl. refer the integrated call structure given earlier.

When you will input the same in the "Define External web services" , EBP requestor will be only asked once per session to select locale.

Later it will be stored and won't be asked again.

Pl. see if it helps you.

BR

Dinesh