on 2019 Mar 08 4:08 PM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.