cancel
Showing results for 
Search instead for 
Did you mean: 

System Error Messege in ABAP stack of XI

Former Member
0 Kudos

Hi,

!

I cannot find the Basic Type IDOC = /ISDFPS/CREMAS04 in my XI server. I have checked it in WE30. However I have imported metaData using IDX2. How to get this in XI srver. I need this as I am gettinh another error in WE02/ WE05 as " error during Syntax Check of Idoc inbound "

What do I need to DO?

Thanks in advance!

Arnab.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

The correct answer is , an ERP can contain all types of Idocs, but it is not necessary,,,XI will have the same!!

Former Member
0 Kudos

> The correct answer is , an ERP can contain all types of Idocs, but it is not necessary,,,XI will have the same!!

I guess every XI consultant knows this point.... and this is the reason we import the IDOC & RFC in XI system.

Do you think you should rewad points to whom they have given you correct answers... just appriciate them by rewading points..

Former Member
0 Kudos

Hi ,

Check for cremas.cremas04 it is standard IDOC.

Import the IDOC as " CREMAS.CREMAS04"

"Award Points if Helpfull"

Regards,

Jayasimha Jangam

Former Member
0 Kudos

Dude,

can u tell me hw do we import Idocs, so that it is visible in we30?

Regards,

Arnab !

Former Member
0 Kudos

Hi,

To import the IDOC/RFC into XI Look into page 13 & page15 Tip 10

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/73527b2c-0501-0010-5398-c4a...

Regards,

Sarvesh

Former Member
0 Kudos

Hi,

Select Import option in the SWCV.

Right click on the "import" u get the page to fill in the details of u r application System.

Then click on the IDOC and u can select the required IDOC into it.

regds

srini

Former Member
0 Kudos

Hi,

chk if u have done the ale settings properly...

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)

regards,

Prashant

Former Member
0 Kudos

Hi,

I think I know the reason. The given Idoc is not there in XI system.

Do u know, how to import a standard Idoc, which is there not in the system!!

Arnab.