Question:
Dear BW gurus,
While I am running aggregates manually, is there anyway to send a email once if it will complete.
Lot thanks
Chris70
Answer:
HI,
Is there any one knows when you run manually aggreagtes which ABAP programs it calls.
Lot thanks
Answer:
You can try the following programs to run the aggregates manually:
SAP_AGGREGATES_ACTIVATE_FILL
or
RSDDK_AGGREGATES_ROLLUP
Regards,
Gaurav
_________________
Gaurav Swarup
BW Consultant
Answer:
Hi,
I would like to know when you run manually which ABAP progrms it calls and I can change accordingly in the ABAP programs whenever it will complete aggregation it will send mail automatically.
Lot thanks
Answer:
and I can change accordingly in the ABAP programs whenever it will
bad idea, if you want my advice (but you may not want it)
what I would do is a very short process chain : step 1 run the aggregate step 2 send the mail, and then start the process chain manually
Ch
Answer:
Hi
When you run manually is it calls SAP_AGGREGATES_ACTIVATE_FILL program or not. Its bit urgent, is there any one can help me.
Lot thanks
Mark
Answer:
You are probably running RSAGGR1 when it is running Rollup and RSAGGR2 when doing Fill.
Don't have a system in front of me now to check.
_________________
Oh so that what that button does
Answer:
Thanks, is it program name or transaction code you are telling.