Application Development 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: 

Debugging....A complex scenario...

Former Member
0 Kudos

Hi..

The system landscape is SAP AII-PI- EM.

I was trying to post an event in SAP EM/OER from SAP AII via PI and it went successfully.

Can anyone suggest , how can i debug the EM code because putting breakpoint on the executed code on EM side does not stop the cursor as i am trying to push it from AII box through PI.

2 REPLIES 2

FredericGirod
Active Contributor
0 Kudos

Hi,

maybe you have to find the user used by the RFC (it's a RFC ?) . After that, you put a break point this one :http://www.sapdev.co.uk/tips/debug/images/debug4.PNGwith this user.

regards

Fred

0 Kudos

The data is transfering via PI service Interfaces Event capture Notification Out and Event Capture Notification In. All I can see is these events are created from user sysadmin.

Is there in any way the breakpoint will work, If put from sysadmin user?? Or in any way , it can be worked??