cancel
Showing results for 
Search instead for 
Did you mean: 

send same message to same receiver

Former Member
0 Kudos

I'm working on a BPM like this.

first send DB request, after a condition judgment, send another DB request.

It seems the second DB request don't not work. neither the steps after it.

Accepted Solutions (0)

Answers (1)

Answers (1)

samiullah_qureshi
Active Contributor
0 Kudos

can u plz elobrate ur requirement.

Former Member
0 Kudos

The process has an error status.

I don't know why

former_member190389
Active Contributor
0 Kudos

Please state the condition that u are using to send the second DB request

Former Member
0 Kudos

process like this:

RFC request>RFC response->DB request>DB response>(condition)--〉DB request.

condition:

if RFC count=0 or RFC count != DB insert count

the step after condition doesn't work.

It seems I failed to get RFC count and DB insert count and compare them.

samiullah_qureshi
Active Contributor
0 Kudos

Hi

Are you getting these counts from RFC response and DB response?

If yes then check these responses, whether these fields are coming from the response.

If everything fine then check your condition again.

Regards,

Sami.

Reward points if helpful.

Former Member
0 Kudos

I can get all the response information in SXMB_MONI.

But I'm not sure about how to get the values.

I use contain operation step or context object to get them, but I don't know whether it works.

Edited by: Shen Peng on Jul 17, 2008 1:29 PM

Former Member
0 Kudos

Now process is:

send RFC synchronized>send DB synchronized->condition check-->DB request.

Now I have to get value from DB request and DB response. BUT I failed to get the values.

Former Member
0 Kudos

I need to get count from (synchronized)DB request and response.I tried to use context object and container operate, neither could work.

And I have no idea.