cancel
Showing results for 
Search instead for 
Did you mean: 

Properties of an Async message and...

Former Member
0 Kudos

Hello friends,

I am looking for answers for these Questions....could any one help me....

1. Properties of an Async message?

2 Inbound XI message has problem, where do you look for

solution?

3.Describe XI message format?

4.In XI 3.0 where do you configure adapters?

5.Different steps to make an IDOC adapter work?

Points will be rewarded

With Regards,

Sunil

Accepted Solutions (0)

Answers (3)

Answers (3)

nisarkhan_n
Active Contributor
0 Kudos

<b> Properties of an Async message?</b>

An async message is only 1 way communicaton it's like you are giving information but not expecting the reply for next information to give.

<b>Inbound XI message has problem, where do you look for

solution?</b>

you will look into SXMB_MONI for any information regarding both the outbound and inbound messages.

<b>Describe XI message format?</b>

XI Messages are in the SOAP format:

In Understanding message flow in XI /people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi

<b>

4.In XI 3.0 where do you configure adapters?</b>

Adapter are configured in the scenarions under the BS specific communication channles

<b>5.Different steps to make an IDOC adapter work?</b>

Idoc related setting

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

For troubleshooting of IDOC-File check this blog:

/people/venugopalarao.immadisetty/blog/2007/01/24/troubleshooting-file-to-idoc-scenario-in-xi

configuring IDOCS

/people/sravya.talanki2/blog/2006/12/27/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-iii

Former Member
0 Kudos

Hi Sunil,

Here is a answers to your questions.

1. Async message has only request message not response one. Which means that if you call inbound Async message then it call the receiver and forget, don't wait for response.

2. If your Inbound message has a problem then you can check it in SXI_MONITOR transaction. If you find its successful in SXI_MONITOR but still your receiver is not received the file then check in Adapter monitoring.

3. XI uses SOAP message format.

4. In XI 3.0 Configuring adapter happens in Integration Directory, Communication channels.

5. For sender IDoc there is no need to create communication channel but defining port in IDX1 is mandatory. For receiver IDoc communication channel mandatory.

- Gaurav Jain

former_member335553
Active Contributor
0 Kudos

1.NOT recommended for processing any larger amount of data. This is because the called transaction receives no completion message from the update module in asynchronous updating. The calling data transfer program, in turn, cannot determine whether a called transaction ended with a successful update of the database or not.

2. Error shoudld be with incompatible types of the mesage/ Size of the message

3. XI mesage is sent as a multipart mime document.(MIME is internet standard that allows digital contents to be sent as text over internet)In General XI uses SAP specific implementation of the soap protocol and connects application systems using XML messaging

4. adapter s are configured in the communication channel in ID.

5. No sender IDOC adapter . For reciver IDOC adapter referhttp://help.sap.com/saphelp_nw04/helpdata/en/ab/bdb13b00ae793be10000000a11402f/frameset.htm