cancel
Showing results for 
Search instead for 
Did you mean: 

how to debug sproxy class program?

Former Member
0 Kudos

Hi experts,

In my scenario, PI will pick flat files, then post the data to ECC.

In ECC->sproxy->my scenario,double click the "provider class",then double click the method, I'll write the abap code here.

How to debug the program?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Follow below blog:-

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

chirag

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Michael,

After completion of writing the ABAP code. Keep a break point externally in your Proxy code and then try to execute. It will take to the break point and now check the code manually. If you need any changes modiify it accordingly.

The below blog will help you to debug the inbound proxy.

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

Thanks,

sumesh_k2
Participant
0 Kudos

Hi,

1. You can put an external breakpoint in your code and execute the entire scenario. The user for break point should be the user used in XI receiver channel.

2. Execute transaction SPROXY for the repective interface and edit the XML as per your requirement.

Regards,

Sumesh K.