cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Lookup

Former Member
0 Kudos

Hi,

I have created the message mapping and created the UDF as mentioned in the blog mentioned below

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a03e7b02-eea4-2910-089f-8214c6d1b439&override...

Could you please clarify how to link this UDF and test it. Is it enough if we create only the RFC receiver CC or Should I need the MI....file sender/Receiver CC as well and the necessary sender and receiver agreements, reciever and interface determination

Regards,

Nithiyanandam

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member183908
Active Contributor
0 Kudos

Hi Nithiyanandam,

-->If you read this article you will get an idea about the lookups

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a0b6bb9d-7689-2c10-52a7-c3bd341d4e5f&override...

-->Lookups is used to test at the mapping level itself.

Thanks

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Nithya,

ITS NOT REQUIRED TO CREATE SENDER AGRMENTS,Receiver agrements stuff.Just create one receiver communication channel,and cal this communication channel in UDF,while executing this UDF it will cal the Receiver communication channel to establish the communication between SAP System.

Regards,

Raj

Former Member
0 Kudos

Hi,

Thanks for your inputs...

How do I call the UDF, should I map it like a normal UDF

ie. in the ex.. blog

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a03e7b02-eea4-2910-089f-8214c6d1b439&override...

PO number is provide as request. Should I call it at that point

to map the UDF b/w tthe source and target.

Tel me how i can proceed with the testing... as I have the UDF seperately, MM for req and for response, NO MI

and not linked the UDF any where.. How shd i call to execute the scenario and get the responsein one field

Regards,

Nithiyanandam

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

In that documeny clearly explained like only one argument to UDF,test data to the UDF passing in UDF it self so you no need to map any value from source or no need to give any values.

if you confused writing in UDF way,better to try using JAVA Mapping,just adding execute lethod to your code.

Raj