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

How to trigger a mail to only login user once data load is completing

Former Member
0 Likes
189

Hi Experts,

I need to trigger a mail to a only login user in SAP BPC 10 that data load is completed on that case what i need to do ?

and what is the TCODE to know the data manager packages in BW ?

Thanks,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Ravi,

I think you will require some customization to achieve the same.

There is a package /CPMB/IMPORT_SEND_A_EMAIL which can load data from the flat file and notify the user. This won't work if you are loading the data from a BW infoprovider.

For starter, you may also refer the documentation below which explains how to send e-mail to a team rather than one specific user.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/703a54be-8c7a-2c10-7f80-d050b744e...

Transaction code to view data manager packages in BW is RSA1 -> process chains and all chains under /CPMB namespace are BPC data manager packages.

Table to view package status is UJD_STATUS.

Thanks,

Varsha

Former Member
0 Likes

Hi Versa,

Thanks for reply, Any way to get the mail to logged in user only while loading a data from flat file as well as BW for BPC10 ?

I think we can achieve this by  custom package, but do not know how any idea ?

Thanks,

Ravi

Shrikant_Jadhav
Active Contributor
0 Likes

Hi Ravi,

There is function module where you can find active users TH_USER_LIST,

Check with ABAP consultant.

Shri

Answers (0)