cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver determination Condition on Payload

Former Member
0 Kudos

Hi,

We are working on File - RFC - MQ Asynch -Synch Scenario without using the BPM.

I will pick the file, and Based on file name I will get the MQ information, and pass the data to that MQ.

For EX:-

File name [ test_123], RFC returns the MQ name is Test_123.

File name [ Test_234], RFC returns the MQ name is Test_234.

File name [ Test_345], Rfc returns the MQ name is Test_345.

File name also I am getting dynamically.

So my question is, how can I maintain the condition on receiver determination.

I think sender payload we can't maintain the condition.

Is there any chance to maintain the condition on receiver payload...

Please give me the solution.

Thanks,

Anu.

Accepted Solutions (0)

Answers (2)

Answers (2)

henrique_pinto
Active Contributor
0 Kudos

You'll have a set of possible receiver Business Services?

Also, is the RFC used just for looking up the mq name?

If that's the case, I'd recomend using rfc lookup in the mapping + dynamic configuration for dynamic determination of the mq.

If it won't meet your requirements, then I'd say rfc lookup + enhanced receiver determination.

Avoid the async/sync bridge (it seems unecessary here, given that the sole purpose of the rfc is to return the file name).

Regards,

Henrique.

former_member206604
Active Contributor
0 Kudos

Hi,

You can try enhanced Receiver Determination, please check the following blog for reference or search for Enhanced Receiver Determination

[https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3343] [original link is broken] [original link is broken] [original link is broken];

Thanks,

Prakash