cancel
Showing results for 
Search instead for 
Did you mean: 

PEXR2002 BPM

Former Member
0 Kudos

Hi I have two IDOCS pexr2002 and eupexr.........

I have to built a BPM in such a way that after I receive all PEXR2002 idocs.. i receive the eupexr for that payment run.

How can the BPM be designed?

REgards,

Vinithra

Accepted Solutions (0)

Answers (4)

Answers (4)

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

Use First Receive Step in loop and then use use receive2.your BPM look like

LoopStart->Receive1->LoopEnd->Receive2

prateek
Active Contributor
0 Kudos

I don't think there is a need of fork step. Fork can enable parallel processing of idocs. If you want the eupexr idoc after collecting all other idocs, first use receive step inside a loop as shown below and then use another receive step in the same path

http://help.sap.com/saphelp_nw2004s/helpdata/en/08/16163ff8519a06e10000000a114084/frameset.htm

Regards,

Prateek

Former Member
0 Kudos

Hi... cld ypu plz elaborate it.... since I am not understanding what kind of loop condition need to be given...

Former Member
0 Kudos

Hi,,

Is there a way that I can relate two forks of a bpm so that dey remain no more independent

Regards,

Vinithra

Former Member
0 Kudos

Hi,

You need to receive steps for this. the 1st receive step will be in infinite loop and will break once the another IDOC type willb e received.

Thus Create Fork --> then add 2 receive steps (One with infinite loop )

Thanks

Swarup