cancel
Showing results for 
Search instead for 
Did you mean: 

RECEIVER DETERMINATION ENHANCEMENT

Former Member
0 Kudos

Hello Experts,

I am trying to execute File to File scenario with multiple receivers with help of RECEIVER DETERMINATION ENCHANCEMENT,

My scenario is a flat file with Employee name and age is coming and at the receiver side i have to generate flat files naming MINOR and MAJOR basing upon the age ( minor = < 25 and major = >25 ).I am trying this with the help of blogs found in sdn.sap but in that he utilized RECEIVER message type in

SAP BASIS --> http://sap.com/xi/XI/system. ---> message Type -


> Receivers.

Im not able to find the above data type and message type im my IR only the namespace is found.Is their any way to get it.

What should i do for it. Is that a mandatory object to execute the sceanrio. please help me out of this

Thanks in advance.

arjun

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

did you find the message interface ReceiverDetermination in the software component SAP BASIS (namespace http://sap.com/xi/XI/System)?

Else reimport the SAP BASIS SWCV with the help of the BASIS

http://help.sap.com/saphelp_nw04/helpdata/en/43/a5f2066340332de10000000a11466f/content.htm

Answers (2)

Answers (2)

madanmohan_agrawal
Contributor
0 Kudos

Hi Arjun,

Arjun Says..

I am trying this with the help of blogs found in sdn.sap but in that he utilized RECEIVER message type

If you are following the blog and want to develope your interface in exactly same way then yes it is necessary to create the SWCV BASIS in IR with the help of BASIS team.

But you can also develope the interface and receivers in your own SWCV, in that case apart from your interface objects, create extra DT, MT, MM, and IM that will be used in your enhanced Receiver Determination.

Please take a look at the following blog.

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

Regards,

Madan Agrawal

prateek
Active Contributor
0 Kudos

Is that a mandatory object to execute the sceanrio

Yes. You need to use ReceiverDetermination as the Message Interface name and in mapping, the message type name Receivre.

Regards,

Prateek