cancel
Showing results for 
Search instead for 
Did you mean: 

I need help or a sample of B2B XCM configuration.

Former Member
0 Kudos

Hello my friends,

Since days i'm struggling to configure a B2B scenario in XCM. I followed step by step the "Internet Sales R/3 Best practices tutorial ", i'm working under SAP CRM 5.0 .

When My scenario, my JCO and my Shop are created and saved using :

http://host:50000/shopadmin.admin/xcm/, i restart the j2ee server and when i try to start my scenario using the url :

http://host:50000/b2b/admin/xcm/init.do?scenario.xcm=MY_SCENARIO

i get this erreor :

ISA Framework: The [XCM application configuration]='MY_SCENARIO' does not exist. Check XCM configuration.

Details: No details available

but hopelessly, i don't have a clue about where the probleme come from!!

I m newbie ..

Can i ask you if i'm mistaking somewhere? or could you please give me some ideas about how to create and start a B2B configuration

Thank you a lot..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi, I am Rajesh...I just went through your other thread of XCM configuration which has sixteen replied..

Well, I am working on ISA b2c ( R/3 edition ). I think that we have a seperate material for CRM and for R/3 edition. It seems that you are following the R/3 steps in the CRM verion.

Even I am very new to this...I mean, I have done all the required steps for b2c..but the object path of the shops is where I am stuck....

my email, is rajtimes@gmail.com.

You can email me anytime and I will update you about the developments on my side and we can share the knowledge....

Thanx

Former Member
0 Kudos

Hi Rajesh ,

Thank you for your answer.

i am trying to realize a b2b R3 (not CRM) configuration under XCM, but i have some problems..so if you can give me step by step how did you manage to make it work..

Maybe i have the same problem with Object-path..

how did you resolve that problem?

Many thanks

Former Member
Former Member
0 Kudos

Srinivasan

These links are for XI related !!!

Thanks

Jack

Former Member
0 Kudos

Hi..

Below is the procedure to deploying and configuring

the CRM ISA B2B Application :

Before starting I assume that you have following

compoonents with you.

1.) SAP J2EE Engine 6.2

2.) ISA WAC SP03

3.) MSSQL SERVER 2000 (Optional, If u need to use

JavaBasket in ur application)

Procedure :

1.) Extract ISAWACSP03.sar file using command sapcar.exe

2.) You will get following archive files :

a.) Novell_LDAP.sda

b.) SAPPortalsUMRefrence.sda

c.) useradmin.ear

d.) webcatadmin.ear

e.) shopadmin.ear

f.) b2b.ear

g.) b2c.ear

h.) and many other files..

3.) Also download the latest JBasis Library from service.sap.com..

4.)Open the SDM tool integrated with SAP J2EE ..

5.)Deploy the JBasis_<LatestVersion>.sda using SDM.

6.)Deploy Novell_LDAP.sda using SDM

7.)Deploy SAPPortalsUMReference.sda using SDM

8.)Deploy Useradmin.ear using SDM .

Note before deploying the useradmin you have to specify the path of

the xcm, always take it in the another directory eg. :

C:\usr\sap\rp0945\java\xcm\useradmin

also give the other parameters before deploying the application

9.) Follow the above procedure for shopadmin.ear and webcatadmin.ear

and deploy the application.

the xcm path

->for shopadmin: C:\usr\sap\rp0945\java\xcm\useradmin

->for webcatadmin: C:\usr\sap\rp0945\java\xcm\webcatadmin

10.) To deploy the b2b.ear I'll suggest you to first build

the application using BuildTool(For more info on

Buildtool see the sapnotes on service.sap.com)

11.) After building deploy the application (b2b_<NameGiven>.ear eg.

b2b_client.ear ) in the

"project_ear" folder of your buildtool directory.

Note: Before deploying b2b application you have to

provide certain paramters (like xcm path etc.) in the

lower left frame of the SDM window.

If the parameter option are denoted with red icon then there are

certain parameters left for deployment..

The parameter icon should be green to successfully deploying the

application ...

12.) Now test the application by opening the url

http://localhost:50000/b2b_client/b2b/init.do

13.) You will get the b2b

index page on your Web Browser.

14.) Till now we have completed the deployment procedure of B2B, Now

some configuration part is left to

successfully running the application ...

CONFIGURING THE ISA ..

There are 2 types of configuration involved in the ISA :

1.) At the CRM Server level

2.) At the Application level

1.) CRM Server level Configuration :

This configuration includes the creation of Users

and assigning the roles to the Users..

We have to create 2 type of users :

a.) Service User (RFC Enabled users)

b.) Dialouge User

a.) Service User :

1.) Open the transaction SU01 and give the username="WEBCONNECT"

2.) Assign the type of user = "Service"

Maintain a valid email address

3.) In the roles tab, add a user role = "SAP_CRM_ISA_ITS"

Give the alias name of the user : "WEBCONNECT"

4.) Click on "SAVE"

5.) Create another user namely "WEBCONNECT1" and assign

the same role to it.

Maintain a valid email address and give the alias

name : "WEBCONNECT1"

6.) Click on "SAVE"

b.) Dialog User

1.) Open transaction SU01

2.) Create another user namely "WEBADMIN"

3.) Maintain the email address for this user

4.) Assign the following roles to it :

-> SAP_CRM_INTERNET_CUSTOMER

-> SAP_CRM_ISA_UA_SUPERUSER

-> SAP_CRM_ISA_WEBSHOP_MANAGER

5.) Click on "Save"

6.) Close the CRM Gui client and login with this user

(WEBADMIN) and then change the password.

2.) Application Level configuration using XCM

a.) open url :

http://localhost:50000/useradmin/admin/xcm/init.do

Login

with Username : Administrator

Password : <blank>

b.) Now in the Menu Components->Customers->jco

create ur own jco configuration for eg: I've created

with configuration name "jco_myconfig"

c.) Provide the Following Parameters

Base Configuration : SERVER_CONNECT

ashost : crmserver.company.com

client : 100

lang : en

maxcon : 100

passwd : <your WEBCONNECT password>

sysnr : 00

user : WEBCONNECT

d.) save the configuration and click on "run test"

e.) If you get the green screen then

"connection succeeded" else you will get a Red

Screen if the connection failed.

f.) Now in the Menu

Start->ApplicationConfiguration->Customer

Create your own configuration and assign ur jco

configuration to it ("jco_myconfig" in my case)

g.) Follow the same procedure for shopadmin,

webcatadmin .

h.) You can follow the above procedure for b2b but

with diffrent username and password (In my case

"WEBCONNECT1" )

RESTART THE J2EE ENGINE...

i.) open the url :

http://localhost:50000/useradmin/useradmin/init.do

provide the login Username : WEBADMIN

Password : <whatever u have provided>

j.) Create a user using this web application and

assign the roles according to it .(Remember now

you are creating a B2B User,so assign the roles

as needed).

k.) Save that user and open url :

http://localhost:50000/b2b_client/b2b/init.do

l.) Thats all ...

You can now run your b2b scenario application

online and can create online Sales Order and much more

I hope you will find this tutorial helpfull...

Rajesh

reach me at rajtimes@gmail.com

Former Member
0 Kudos

Thanks Rajesh , It was very hepful for me

Lakshmi

Former Member
0 Kudos

Hi Rajesh,

Have you done this same setup for the ERP E-Commerce B2B 5.0 scenario? The documentation is not clear as to how to perform the setup. Your explanation for the CRM scenario was very good. I have tried to follow it as much as possible, changing the relevant info from CRM to ERP but it still does not work. Right now we are getting ‘Runtime Errors’.

Any help would be much appreciated.

Thanks,

John

Former Member
0 Kudos

Hello John,

Well, I have done this for only for ISA CRM and not the e-comm ERP b2b thing..But if you could let me know a bird's eye view of your problem..I will try my best for sure..

Take care

Rajesh

Answers (0)