cancel
Showing results for 
Search instead for 
Did you mean: 

Clarification on Determining the Receivers

Former Member
0 Kudos

Hi,

Here i have one requirement like......

I have 1000 receivers based on the payload it should be determined at the time of runtime

How can i achieve this

Regards

Suman

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Any Clues.........

Regards

Suman

Former Member
0 Kudos

Yes, but if you are using some other technical type of communication to target then File, you need to have 1000 target CCs.

Peter

Edited by: Peter Jarunek on Feb 14, 2008 3:15 PM

Former Member
0 Kudos

Hi,

>>but if you are using some other technical type of communicationthen File, you need to have 1000 target CCs.

What do u mean????

Regards

Suman

justin_santhanam
Active Contributor
0 Kudos

Suman,

What is ur receiving system?

raj.

Former Member
0 Kudos

What is you target type - SOAP, Idoc, mail, ABAP proxy, ...?

Peter

Former Member
0 Kudos

Hi,

My Receiving Application is SOAP

Regards

Suman

former_member859847
Active Contributor
0 Kudos

Hi Gupta,

you can configure through enhanced option in Receiver determination of ID.

or u can use X-path condition to send data to different receivers.

regards

mahesh.

Former Member
0 Kudos

Suman,

1000 receivers? Hope you aren;t developing some spam engine )) just kidding...

use condition based routing in receiver determination. (use condition editor there)

Peter

Former Member
0 Kudos

Hi

U can try by clicking enhanced determination in receiver determination and rite some code to achive this

plz award poitns

thanq

Former Member
0 Kudos

Hi,

Can u tel me the exact code to achieve this

Regards

Suman

Former Member
0 Kudos

Code? What do you mean? This is done in Integration Directory. It is not done in any transaction code, if u meant this.

Peter

Former Member
0 Kudos

Hi,

Just refer the below weblog:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/enhanced%2breceiver%2bdetermination%2bin%2bsap...

/people/jin.shin/blog/2007/12/11/sap-netweaver-process-integration-enhanced-receiver-determination-for-synchronous-scenarios

/people/venkataramanan.parameswaran/blog/2006/03/17/illustration-of-enhanced-receiver-determination--sp16

Thnx

Chirag

Former Member
0 Kudos

Hi,

For this do i need to create 1000 communication channels ????

Regards

Suman

Former Member
0 Kudos

Hi,

To bring it Up.....

Regards

Suman

Former Member
0 Kudos

Hi Suman,

You need 1000 Receiver systems, if all are same then probably you could have common communication channel.

For e.g If its File adapter and the file name is coming from Mapping (Dynamica file name) and all 1000 files to be put on same location. then you can go ahead for common file adapter provided the receiver structure is also common.

If its IDOC/RFC/PROXY receiver then you don't have to worry about various IDOC types you could have common communication channel.

In case of JDBC, the database name comes from mapping so you could have common communication channel.

Similarly it depends upon your scenario of receiver side.

Thanks

Swarup

Former Member
0 Kudos

Hi Swarup,

I think u didnt get my question here

I have 1000 receiver applications

Based on the Incomming file Payload of one field , the file shld be dispached to the particular receiver application

Question is:

Do i need to create 1000 Receiver Channels ????????

Regards

Suman

Former Member
0 Kudos

Hi Suman,

I am Sorry, may be I have interpreted in different way.

But as per your question

Do i need to create 1000 Receiver Channels ????????

the answer is

NO ---Provided you could be sending all the 1000 files to same File server.

The directory name and file name have to be varied based on receivers.

You can use single Receiver Channels .

If the file server location is different then you have to create 1000 Receiver Channels

Thanks

Swarup

Edited by: Swarup Sawant on Feb 14, 2008 3:10 PM

Edited by: Swarup Sawant on Feb 14, 2008 3:10 PM

Former Member
0 Kudos

Hi Swarup,

Here Iam getting Only Single File From the Sender side

In this File i have one field .Based on that field i have to sent that single file to 1000 Receiver applications

Regards

Suman

Former Member
0 Kudos

Suman, what type is your target? File? Mail? IDoc? SOAP? ....?

Peter