cancel
Showing results for 
Search instead for 
Did you mean: 

How to make ALEAUD trigger XI scenario

Former Member
0 Kudos

I've been reading a lot of messages on this but not found good answers to this requirements.

I would like to trigger a XI non BPM scenario when I receive an ALEAUD back from R/3 on FI message type. The idea behind is to read certain fields from ALEAUD segment and to report on them (to remote system).

I configured ALEAUDIT XI IDoc scenario incl map and all but my scenario is not being called or shown in SXMB_MONI or RWB message display.

However I do see Acks being posted for the reference message in question.

Any idea?

THanks,

Pam

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member184154
Active Contributor
0 Kudos

I know my answer is only one year late and won't probably help yourself, but may help others.

The only way to get what you want is to create ZALEAUD.ALEAUD01, and hack the RBDSTATE into a Z version to issue the custom version of the ALEAUD.

Then you can handle it normally in XI/PI.

Cheers,

Alex

Former Member
0 Kudos

I am needing to do something similar, but need to figure out how to extend the ALEAUD in ECC to send back more information.

As for what you are trying to do...have you tried running program IDX_ALEREQUEST (SE38) in the Integration Server in order to set up "sending ALEAUD as a request"?

Keith

Former Member
0 Kudos

Keith Wendel is right

you can catch aleaud only when you add it in IDX_ALEREQUEST

Former Member
0 Kudos

Hey

Just a small question before,who is your sender system?

is it a SAP to SAP scenario or non-SAP to SAP scenario?

Thanx

Aamir

Former Member
0 Kudos

Hi,

What you're trying to do sounds interesting, Did you also configure the partner profile for the acks directing to PI instead of the sender system?

I'd like to know if this can be achived.

Regards,

Gökhan

Former Member
0 Kudos

Yes...everything looks good from the config side. I have the ALEAUD meta data in ABAP and Java. I do see ALEAUD messages in XI in IDX5 but does not trigger my XI scenario. I believe it should work same way as any other IDoc we receive into XI. Not sure why ALEAUD is not triggering my XI scenario....hmmm....

ravi_raman2
Active Contributor
0 Kudos

Pam,

Couple of questions...so you have all your scenario completed..DID you try testing it...from your r/3 system..

You mentioned its not being triggered..Did you try pushing an outbound aleaud from your r/3 system.........!

Regards

Ravi Raman

Former Member
0 Kudos

Ravi,

ALEAUD IDocs are being triggered in R/3 and they do make it to XI. I see them in IDX5 and also in the ref XI message where it does get posted as Ack. In addition, I have a separate XI interface which takes this ALEAUD, maps certain fields of it and send an email notificaiton to remote system. This scenario IDoc - XI - Mail/fail (tried both) is not happening. The scenario just does not get triggered. Don't see it in RWB message display or sxmb_moni.

Thanks,

Pam

Satyagadadas
Active Participant
0 Kudos

Hi,

It's IDOC communication to Target SAP system, when you POST IDOC you get ack ALEAUD

which is just confirming the message is reached and processed by target system. IDOC communication

is asynconous, you can't make it syncronous by mapping ALEAUD back.

Former Member
0 Kudos

No that is not what I want to do. When RBDSTATE runs in R/3 system, it creates ALEAUD which is sent to XI (as per the dist. model). I would like to trigger a XI scenario for this.