cancel
Showing results for 
Search instead for 
Did you mean: 

Proxies?

Former Member
0 Kudos

When working with server proxie, we write the entire business logic in SPROXY-- implementing class.

Is that same for client proxies also?

Is it RFC destinations creation mandatory,when working with proxies?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

When working with server proxie, we write the entire business logic in SPROXY-- implementing class.

Is that same for client proxies also? - No, client proxies are just a mechanism of sending r/3 data from R/3 system to XI system...........so when you use client proxies, you create a report in which you get the data from R/3 tables and then create a object of your client proxy class and use its method to send the data in the format of the req msg structure which you defined in your msg interface structure in IR in XI system..............

Is it RFC destinations creation mandatory,when working with proxies? - Yes, otherwise how will R/3 system send data to XI system

Regards,

Rajeev Gupta

Answers (3)

Answers (3)

former_member750652
Contributor
0 Kudos

Hi praveen,

Client proxy is not same as of Server proxy.In case of server proxy you implement the class and the code goes like sany other Report program where as in client proxy you will drag and drop your EXECUTE_SYNCHRONOUS or ASYNCHRONOUS .When you do that you will see import and exprot parameters along with exceptions .You just need to pass the srtuctures that have been generated while creating proxy.Since its more or less like RFC Commmunication internally .You obviously neeed RFC connections.

Thanks,

Ram.

jyothi_anagani
Active Contributor
0 Kudos

Hi Praveen,

Using a Report Program we will call the method in client Side.

Regarding to RFC Destinations I gave the clear explanation on your previous thread purpose of each RFC dest.

Thanks.

former_member183908
Active Contributor
0 Kudos

Hi

-->Its mandatory to create the RFC destinations but as Developer no need to worry about the Connections every thing will be ste by the BASIS people.

Thanks