cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Email configuration for Package link

0 Kudos
307

Hello All,

Can some one suggest how to send success/fail status of the package link to all the users list email along the log attachment

My requirement is to get the success alerts via email, after the completion of package link .

Ex: I Have a package link

LINK_MD&TD, which consist of 5 packages in it for MD load

Package: load MD from BW info object_abc

package :Export Data to File.

Package: Import Data from File

Package: load MD from BW info object_abc2

package :Export Data to File.

After completion of the above packages we need to get the success mail alert (Link completed successfully)along with the notepad attachment to the distribution list

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186338
Active Contributor
0 Kudos

Sorry, but this is not possible without changing of bpc code!

Each package in the package link is executed if previos was successful. If you add package at the end then it will not be executed if there is some error with any previous package.

You can try to use UJD_TEST_PACKAGE_LINK with modifications to execute package link in synchronous mode and to check results - then abap code to send e-mail.

0 Kudos

Hello Vadim,

I want to have status of package link

Ex.

Package1: Accept count:

Reject count:

submit count:

Package Status:

Package2: Accept count:

Reject count:

submit count:

Package Status:

And so on for all the packages in the link ,in a Single notepad