on 2008 Jun 06 5:53 AM
Scenario is N:1 (IDOC to FlatFile) using BPM.
BPM receive step will receive IDOC. But it should terminate when the number of messages equals to 500.
In which step I have to define this count in BPM?
Hi,
In BPM, Include the receive step as 1st entry point for IDOCs.
Include this receive step under the loop. Add one container variable count to increase the counter and then as end condition of Loop mark either Count =<500.
So accordingly Loop will break and further steps in BPM will be executed.
Thanks
Swarup
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Naresh,
You have to use Loop At receiver step collect 500 messages in multicontainer (this will also inside loop) .
Once limit is reached come out of loop.
Thanks
Sunil Singh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi naresh,
u need to use the LOOP step and the we declare a variable with max limit and increment the count of mesages
by i=i+1.
regards
chandrakanth
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You can check this blog-
/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm
In the configuration-
Receiver Determination
1) Sender Idoc1 to Integration Process
2) Sender Idoc2 to Integration Process
3) Integration Process to Target system
Same no of interface Determination
No nee of dummy mapping. If you have done, no problem it will give any problem as it is one-to-one/
One Receiver Agreement. for Integration Process to Target System
No Sender Agreement required as it is thru implicit Idoc adapter.
Before do these, first create a Configuration Scenario and then import the BPM created in the Repository.
Hey check this forum link also
/message/5451260#5451260 [original link is broken]
Please reward points if it helps
Thanks
Vikranth
Edited by: Khimavath Vikranth on Jun 6, 2008 7:02 AM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.