cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Proxy

Former Member
0 Likes
312

Hi All,

I am Working wi th Rfc to File scenario,

For this I Created an Abap RFc to update the record in the table.

This is my Sender Structure,There is no Out Bound inteface ,Can I Use Proxiy to call the RFC instead of running the z program in the R/3 side?

Please Clarify.

Thanks

Srinivasa

View Entire Topic
Former Member
0 Likes

Srinvas,

This is my Sender Structure,There is no Out Bound inteface ,Can I Use Proxiy to call the RFC instead of running the z program in the R/3 side?

There is no Out Bound inteface? => then you cant create Proxy out of it. you cant have either RFC adapter calling to XI or Proxy calling XI but not both.

in bound case our report will call Proxies and proxies cant call RFC

Regards

Sreeram.G.Reddy

Former Member
0 Likes

I meen I imported the RFC and using this as my outbound .

Thanks

prabhu_s2
Active Contributor
0 Likes

if u want to call the proxy then u might need to have that f/n imported into the method of the o/b interface of proxy. but again it is another prgm that is triggering the method which inturn calls the proxy. so it is beter to have the z progam scheduled to call the proxy