on 2007 Jul 22 6:12 AM
Using a bpm we are collecting some messages and we need to send the collected messages at 11:30 AM EVERYDAY, how to do that?
HI Jenni,
We faced a similar problem in one our scenarios recently, we did the following:
In the BPM run two parallel processes, one collecting IDocs in an infinite loop and the second one checking the current time against the scheduled time for execution. In the second process, write a simple message mapping (with receive IDoc on source side and a dummy message on target side) which compares the current time with scheduled time and gives output as true or false. After this transformation have a simple switch statement which has two branches, First if the mapping returns true "Close loop and end fork" otherwise "wait for specified time interval (5 mins)". Put the second process also into a for loop.
This worked for us.
Regards,
Anurag Mahendru.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Jenni,
As ar i understand your requirement is a TIME DEPENDENT / Scheduled bpm.
Check out this might help you out
http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm
or check this Blog by siva (Schedule Your BPM)
/people/siva.maranani/blog/2005/05/22/schedule-your-bpm
Hope itz usefull
<b>Cheers,
*Raj*
*REWARD POINTS IF FOUND USEFULL*</b>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey
have a look at the following
/people/siva.maranani/blog/2005/05/22/schedule-your-bpm
Thanx
Ahmad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jenny,
If your scenario depicts collecting IDOC's from r/3 system then you can always schedule it to trigger it from r/3 side which in turn automatically the steps would be executed in BPM.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
79 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.