cancel
Showing results for 
Search instead for 
Did you mean: 

attachment lost between 'Interface Determination' - 'Request Message Mappin

Former Member
0 Kudos

Hi experts,

I'm sending an attachment from client to server but server never got it.

In sxmb_moni, I can see that the attachment was there in steps:

1. Inbound Message

2. Receiver Identification

3. Interface Determination

4. Message Branch According to Receiver List

But, disappear in the next step 'Request Message Mapping'.

Had anybody seen this behavior before?

Rewards will be given to helpful hints.

Regards,

-Michelle

Accepted Solutions (0)

Answers (3)

Answers (3)

bhavesh_kantilal
Active Contributor
0 Kudos

Can you let us know what the receiver adapter is?

My guess here is that the receiver adapter does not support Idoc Ack's

Regards

Bhavesh

Former Member
0 Kudos

Hello Bhavesh,

It's R/3 -> XI -> R/3. So, both sender and receiver both use simple XI adapter.

Thank you for your time,

-Michelle

henrique_pinto
Active Contributor
0 Kudos

Hi Michelle,

do you use multimapping in this case?

Regards,

Henrique.

Former Member
0 Kudos

Hello...Henrique. Nice to talk to you again!!

Multimapping??

-Michelle

Former Member
0 Kudos

Hi Michelle,

Check http://help.sap.com/saphelp_nw04/helpdata/en/9a/945e3026760745a751a85499139c7c/content.htm

and U can use java method

public MessageAttachment getAttachment(String name);

in the java code.

hope it helps:)

Ramesh.

Former Member
0 Kudos

Thank you Ramesh.

We are using get_attachments() and set_attachments() already but in ABAP.

I do not think there is a problem with the way attachments are get and set. This is because I can see that it exists in sxmb_moni.

The problem is when I trace, in sxmb_moni, the attachment that was sent from the sender, I can see that it was there in step Interface Determination but was NOT there in the step 'Request Message Mapping', which is the next immediate step.

I'm wondering what can cause it to not being forwarded from one step to the other.

Regards,

-Michelle