cancel
Showing results for 
Search instead for 
Did you mean: 

abap report for calling abap proxy?

Former Member
0 Kudos

why do we need to write abap report for calling abap proxy? i mean what's the use of abap report and what are the things inside the report ...please give me details about abap report.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ashwin,

it is also possible to call an abap proxy out of a transaction or function module; not only abap report.

Whenever you post data to R/3 you have values that you would like to pass.

For the collecting of the values you need a reprot, function module or transaction coding.

Regards Mario

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

In SPROXY for your outbound interface you generate the proxy class.

The ABAP report is used to fill the data from the ABAP tables and then trigger the call to XI using this class.

Look into the code in this blog and check what is done,. The data is filled in the report and then the call is made to XI using an object of the class created in SPROXY using the EXECUTE_ASYNCHRONOUS method.

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Regards

Bhavesh