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

how to debug a ABAP-PI function module...

Former Member
0 Likes
375

Hi,

I'm using ABAP-PI port. For that am using customized FM, xxx_OWN_FUNCTION to process the 03 status idoc.

Now some problem is there in the FM. I want to debug the FM. It's not stoped at break point. How can I debug the FM?

thanks in adv..

1 REPLY 1
Read only

Former Member
0 Likes
295

Hi,

We have different ways of keeping break-point.

BREAK-POINT. (Global)

BREAK USERNAME. (user speific)

or else goto to program and select the code and click on break point.(This is client specific)

Just check if you have set the proper break point.

REWARD IF USEFUL