cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver Determination Step in process (not in directory)

Former Member
0 Kudos

I get a little confused about the receiver determination step when i doing the process design

i have looked through the example:

http://help.sap.com/saphelp_nw04/helpdata/en/11/13283fd0ca8443e10000000a114084/content.htm

1.does it mean that

when i get the ReceiverList, it will execute the process

according to the receivers in ReceiverList.

If the receivers is not in ReceiverList, the process will not send the message to these receivers

?

2.In the example, what is the "ResponseList" used for?

Thank you very much

Accepted Solutions (0)

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

when i get the ReceiverList, it will execute the process

according to the receivers in ReceiverList.

If the receivers is not in ReceiverList, the process will not send the message to these receivers

?

>>>>> the Receivers step calls the receiver determination that you configured in ID and gets the list of receivers into the multiline container element 'receiver list'

what is the "ResponseList" used for

>>> which example ?

Former Member
0 Kudos

>>>>> the Receivers step calls the receiver determination that you configured in ID and gets the list of receivers into the multiline container element 'receiver list'

so where to use the receiver list"? used in directory?

>>> which example ?

http://help.sap.com/saphelp_nw04/helpdata/en/11/13283fd0ca8443e10000000a114084/content.htm

Shabarish_Nair
Active Contributor
0 Kudos

so where to use the receiver list"? used in directory?

>>>> in your container define a variable sat receiver list of type Receiver and make it multiline.

in the IP in the receiver det. step it calls the receiver determination that you configured in ID