One
quick tip today for SAP BW developers here.
When we need to find out when process
chain will run next time we normally turn to t-code RSA1 or RSPC1. While having
the process chain displayed there is a button “Next Start” available in the toolbar.
Clicking on the button there is a pop up window displayed with the information about
date/time of the next start.
Now
how to find out the same if I need this information in my ABAP program? Luckily
there is a nice FM RSPC_GET_DELAY. Just by giving the process chain name as
input parameter it displays next start of PC.
No comments:
Post a Comment