cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Alerts

Former Member
0 Kudos

I did alerts with ALRTCATDEF....here...consider i am doing a file to IDOC scenario...

everything went well in XI...but 51 status at ECC..

we dont get alert as it was successfull from XI point of view...

other than ALEAUDIT...is there any other way we can trigger an email about 51 status error to the business owner...

Accepted Solutions (1)

Accepted Solutions (1)

former_member181962
Active Contributor
0 Kudos

Refer this link:

http://www.erpgenie.com/sapgenie/docs/advanced_guide_to_edi_configuration.doc

or alternatively:

Have an ABAP program which is selects all those

idocs those fail and send a mail to the concerned stakeholder in your backend.

Regards,

Ravi

P.S: Check the transaction WE46

Edited by: Ravi Kanth Talagana on Jun 17, 2008 9:55 PM

Former Member
0 Kudos

I didnt get the first Link Ravi...

Former Member
0 Kudos

Hey,

Its working this is the best link, plz chk once

http://www.erpgenie.com/sapgenie/docs/advanced_guide_to_edi_configuration.doc

Former Member
0 Kudos

oops....i got the link but couldnt get the date where it tells about Alerts ...

Former Member
0 Kudos

For sending mail using ABAP report you can refer to below link

http://saplab.blogspot.com/2007/10/sample-abap-program-for-sending-sap.html

Gaurav Jain

Former Member
0 Kudos

Hi Gaurav,

what are the adapters which can handel IDOC ackoledgements

Former Member
0 Kudos

Refer to link

http://help.sap.com/saphelp_nw04/helpdata/en/29/345d3b7c32a527e10000000a114084/frameset.htm

Point: Notes for the IDoc Adapter

Second point

If the sender is not an IDoc system, you can use the Send ALEAUD for Partner as Request function in the Integration Server to convert acknowledgment IDocs to XI request messages and send them. Otherwise, the data is discarded.

means that adapter which support acknowlegment should support.

Gaurav Jain

Former Member
0 Kudos

All adapters can handle IDOC ack.

You simply need to configure a receiver adapter for that type and do corresponding mapping,once the config/design steps are in place for this receiver adapter,the ack can be routed to the actual sender system.

In case of IDOC to IDOC scenario,this extra receiver adapter is not required(since sender and receiver both are SAP systems) and ack is transmitted to the actual sender system by default.

Thanx

Aamir

Former Member
0 Kudos

is there a way with IDOC wrapper to raise alerts...

Former Member
0 Kudos

Hi Aaamir,

what receiver we need to have .in case of file to IDOC......

do we need to have file adpter to receive the acknoledgements...

Cheers,

Raghavesh

Former Member
0 Kudos

any more answers plz...

Former Member
0 Kudos

>

> Hi Aaamir,

> what receiver we need to have .in case of file to IDOC......

>

> do we need to have file adpter to receive the acknoledgements...

>

> Cheers,

> Raghavesh

Hi,

*idoc to file *

/people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters

*Troubleshooting File to IDOC *

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

*Any flat file to any Idoc *

/people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping

*Collection of IDoc to Single File *

/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm

Thanks

Virkanth

Former Member
0 Kudos

>>do we need to have file adpter to receive the acknoledgements...

Yes,this receiver will deliver the ack to file server,but you need to do mapping between ALEAUDIT and receiver file format to map the aleaudit to File receiver format

Thanx

Aamir

Answers (1)

Answers (1)

Former Member
0 Kudos

Since your sender is file adapter and File adapter will not be able to handle the response IDOC acknowledgment.

You will not be able to trigger the Alert from XI.

You can write a code in SAP to handle such kind of situation or trigger an alert.

Gaurav Jain

Reward Points if answer is helpful