cancel
Showing results for 
Search instead for 
Did you mean: 

Namespace http://idoctoidoc is not defined in the software component versio

Former Member
0 Kudos

Hi experts,

I am new to SAP XI/PI.

I am getting this error.

Namespace http://idoctoidoc is not defined in the software component version

What can be the problem?

please help me regarding this.

I want to execute on of the scenario for idoc to idoc.

Can anybody suggest me the detailed steps for the XI configuration part.

I am trying to execute this scenario.

http://www.saptechnical.com/Tutorials/XI/IDocToIDoc/page1.htm

Manisha

Accepted Solutions (0)

Answers (6)

Answers (6)

former_member1009864
Participant
0 Kudos

if its possible just restart ur SAP XI/PI server.

some time it happens.

or u can also use cache refresh.

thanks.

Former Member
0 Kudos

Hi

Do the following

1) intially after importing your SWC, SWCV you will create your namespace in the respected SWCV and save the changes.

for doing this you must have the authorization for this .

Thanks

sudhir

Former Member
0 Kudos

hi check the below thread

Former Member
0 Kudos

Hi,

Can anybody suggest me the detailed steps for the XI configuration part.

Steps for ALE settings:-

Steps for XI

Step 1)

Goto SM59.

Create new RFC destination of type 3(Abap connection).

Give a suitable name and description.

Give the Ip address of the R3 system.

Give the system number.

Give the gateway host name and gateway service (3300 + system number).

Go to the logon security tab.

Give the lang, client, username and password.

Test connection and remote logon.

Step 2)

Goto IDX1.

Create a new port.

Give the port name.

Give the client number for the R3 system.

Select the created Rfc Destination.

Step 3)

Goto IDX2

Create a new Meta data.

Give the Idoc type.

Select the created port.

Steps for R3.

Step 1)

Goto SM59.

Create new RFC destination of type 3(Abap connection).

Give a suitable name and description.

Give the Ip address of the XI system.

Give the system number.

Give the gateway host name and gateway service (3300 + system number).

Go to the logon security tab.

Give the lang, client, username and password.

Test connection and remote logon.

Step 2)

Goto WE21.

Create a port under transactional RFC.(R3->XI)

Designate the RFC destination created in prev step.

Step 3)

Goto SALE.

Basic settings->Logical Systems->Define logical system.

Create two logical systems(one for XI and the other for R3)

Basic settings->Logical Systems->Assign logical system.

Assign the R3 logical system to respective client.

Step 4)

Goto WE20.

Partner type LS.

Create two partner profile(one for XI the other for R3).

Give the outbound or inbound message type based on the direction.

Step 5)

Not mandatory.

Goto BD64.

Click on Create model view.

Add message type.

Step 6)

Goto WE19

Give the basic type and execute.

fill in the required fields.

Goto IDOC->edit control records.

Give the following values.(Receiver port,partner no.,part type and sender Partner no. and type)

Click outbound processing.

Step 7)

Go to SM58

if there are any messages then there is some error in execution.

Goto WE02.

Check the status of the IDOC.

Goto WE47.

TO decode the status code.

BD87 to check the status of IDOC.

In case if not authorized then go to the target system and check in SU53, see for the missing object

and assign it to the user.

SAP r3

sm59(status check)(no message)

WE02(status check)

WE05(status check)

BD87(status check)

Xi

IDx5(Idoc check)

SU53(authorization check)

Reward points if helpful..

MenoN

Former Member
0 Kudos

Hi Das,

This is strange error and I encountered it few times and if you restart your development tomorrow then may be this issue gone. I suggest you create new SWC and then create namespace there.

You can also try to restart J2EE engine but I am not sure if it helps you

T-code- SMICM goto Administration and restart local j2EE instance with soft shutdown with restart option.

If this issue still persist then contact your SAP BASIS and ask them to log call with SAP.

Also take a look at the replie

Please reward points of it helps

Thanks

Vkranth

Former Member
0 Kudos

Hi Vkranth

I have saved that namespace before creating the mapping object.But how to activate the namespace.As i am not getting the namespace name in the activate hange list.

In one of your link, somebody suggested to save and activate the namespace before creating any object under that.

Manisha

Former Member
0 Kudos

hi

i think your namespace has been generated in another change list,check the change list which you intend to active belongs to yours

did you get any options by right clicking the namespace

regards

chandra

Former Member
0 Kudos

Hi chandra,

by right clicking the namespace i am getting only export option, not activate option.

Manisha

Former Member
0 Kudos

Hi,

Check these replies for name space not defined

and these for idoc to idoc

Configurations in R/3 side

1. SM 59 (RFC destinations)

Create a RFC destination on the XI server. The connection type should be R/3 connection. The target host needs to be the XI server.

2. WE 21 (Ports in IDOC processing)

Create a transactional port. Provide the RFC destination created in this.

3. BD 54

Create a logical system.

4. WE 20 (Partner Profiles)

a. Create a new partner profile under partner type LS.

b. Assign the message type in outbound parameters.

c. Open the message type (Dbl click) and configure the receiver port to the port created.

Configurations in XI server

1. SM59 (RFC destination)

Configure the RFC destination specific to the R/3 system.

2. IDX1 (Port maintenance in IDOC Adapter)

Create a port and provide the RFC destination.

check this blog

/people/michal.krawczyk2/blog/2005/11/21/xi-idoc-to-idoc-tunneling--how-fast-and-easy-can-you-get

configuring idoc at receiver end..

https://websmp201.sap-ag.de/nw-howtoguides

for IDX1- http://help.sap.com/saphelp_nw2004s/helpdata/en/3b/beb13b00ae793be10000000a11402f/frameset.htm

for IDX2-

http://help.sap.com/saphelp_nw2004s/helpdata/en/8a/b8b13bb3ace769e10000000a11402f/frameset.htm

Please reward

Thanks,

Vijaya.

Edited by: Vijaya Lakshmi Palla on Jun 6, 2008 2:30 AM