cancel
Showing results for 
Search instead for 
Did you mean: 

Missing sender information in message from Integration Process

Former Member
0 Kudos

Hi All,

I am testing a scenario uses Integration Process. This Integration process sends out a async message but this message has empty sender tag in header , Because of this routing rules and agreements defined for this are not triggered and message goes into error state.

There is sender interface Information in message header but not integration process information. I am working on SAP NetWeaver PI 7.1 system. This is working from other synchronous interface in same process.

Routing rule and receiver agreement has sender as mandatory field, so can not define generic set without sender component.

I went through SAP Note 807640 But there is no information about such error.

Am I missing something in configuration? Please let me know how can i configure Routing Rule and Interface Determination for this scenario.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

What exactly you are doing in integration process?

Regards

Rajesh

Former Member
0 Kudos

Thanks for replying to the post.

Integration process is used as a async-sync bridge. Following are high level steps.

1. Receive async FI message from sender

2. Map message to BAPI SAP FI document

3. call Sync BAPI.

4. Map the response of BAPI.

5. Post it back to sender in async mode.

I am having problem in step 5 where message is coming out of BPE without its own name (i.e sender name). Thus it does not triggers Routing rules and fails.

Former Member
0 Kudos

Hi All,

Problem was vanished after I did some changes in Integration Process and activated it.

-Thanks all for looking at the thread.