cancel
Showing results for 
Search instead for 
Did you mean: 

Email on Success or Error Messagesu200F Processed in XI

Former Member
0 Kudos

Hi all

Scenario : Receiving Idoc from the r/3 system and convert it file and place it in the XI file directory.

I had completed the above sceanrio.

Once the file is successfully placed in the file directory for the receiver side to pick up,Email has to notificed to the receiver ( Same case for error as well )

I can't use alerts here because we can't SAP user ids for the payroll processors in the company.

Please help me with the possible solutions.

Thnz

Faheem

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi...

You can create the webservice that will sent mail. Use BPM in your scenario. There you can use switch conditon. If the file is placed successfully, then you can call the webservice, it will send mail to the particular receiver.

Regards

Leela

Former Member
0 Kudos

Many thnz for the response.

Please brief more about the BPM steps to do the scenario.

Thnz

Faheem

Former Member
0 Kudos

Hi Faheem

As per my understanding of your requirement

You can create a BPM.

1. Receive IDOC

2. Transformation

3. Send (FILE adapter)

Now here you use Transport acknowledgment. Then Transformation and 4. Send (Mail)

Now doing this Step 4 will be dependent on Transport ack and it will create email. even you can send data from payload using BPM in mail to inform what has been successful or failure.

Thanks

Gaurav

Former Member
0 Kudos

Hi Gaurav ,

Many thnz for the detailed steps.

Please let me know who to use/acheive " Transport acknowledgment " as per your steps flow.

Thnz

Faheem

Former Member
0 Kudos

Hi faheem

These should help you

/message/635116#635116 [original link is broken]

In case of problems let us know.

Thanks

Gaurav

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

if you use BPM , then you can create a seperate receiver for the Email .

Former Member
0 Kudos

Hi all

Any possible solutions please ?

Thnz