on ‎2007 Feb 28 2:42 PM
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
Request clarification before answering.
if u call proxy(client) then u need to implement the method in a program to trigger the rfc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ho to Do this.
is it in this way....
method EXECUTE_ASYNCHRONOUS.
SET EXTENDED CHECK OFF.
include sproxy_macros.
outbound_handler_init_1
'EXECUTE_ASYNCHRONOUS'
'CompanyCode_Req_OUT'
.
outbound_handler_add_param
'OUTPUT'
OUTPUT
'0'
'ZXICOMPANY_CODE_REQ1'
'CompanyCode_Req'
'http://www.
'CompanyCode_Req'
'http://
.
outbound_handler_execute.
SET EXTENDED CHECK ON.
endmethod.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.