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

External break point

0 Likes
1,392

Hello,

We use Fiori as front end. When the job submitted from the UI, it calls an ABAP report.

I tried setting the external break point in the report but it wouldn't stop there.

Both the users in UI and ABAP systems are same.

Break point stops if it was set in any of the AMDPs though.

5 REPLIES 5
Read only

FredericGirod
Active Contributor
0 Likes
1,285

You have an external gateway ? but the two systems have the same userid ? (in real it is not the same; because they are not in the same system).

You open the Abap system, put a session break point in the Prorgam expected and nothing appears ?

Did you try to put a trace for everyuser on this program, just to check if the userid is really the one expected ?

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,285

How are related the Fiori application and the ABAP report? For instance, maybe there's an OData service which launches a job which runs the ABAP report? Or maybe there's an update task? Etc.

Is the ABAP report declared as a "system program"?

Read only

matt
Active Contributor
1,285

See my post here: https://answers.sap.com/questions/12984331/adt-382-debugger-not-triggering.html

Make sure the value of profile parameter rfc/ext_debugging is 3.

Read only

matt
Active Contributor
Read only

0 Likes
1,285

Thanks Matthew, the link to the blog you provided, helped me.