Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Runtime analysis for interface(in sproxy)

Former Member
0 Likes
479

Hi,

I want to tune an interface(XI - sproxy). What tools can i use?

Specifically, can i use runtime analysis for interface defined in sproxy.

Any inputs will be appreciated. Thank you.

3 REPLIES 3
Read only

Former Member
0 Likes
437

Hi,

please post this in XI forum to get appropriate answer.

regards,

madhu

Read only

0 Likes
437

Hi,

When you create a interface using a proxy you are handling two different environments. Runtime analysis will not be applicable to end-to-end (XI->SAP for inbound) solution.

If on the SAP R/3 end you have FM/program which is triggered by the proxy you can execute the FM in standalone to get the runtime analysis of the code.

I hope it clarifies.

You can get back if you have any doubts.

Regards,

Sandeep

Read only

0 Likes
437

Thanks Sandeep.

For us the code is written in a method in message interface class in sproxy. So it is neither a program nor function module.

Effectively does this mean that we cannot use runtime analysis to check performance problems for these interfaces.

Is there any other way by which we can check for performace of the interface.