‎2020 Apr 21 1:26 AM
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.
‎2020 Apr 21 6:08 AM
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 ?
‎2020 Apr 21 7:49 AM
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"?
‎2020 Apr 21 10:16 AM
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.
‎2020 Apr 21 10:46 AM
‎2020 Apr 27 3:36 PM
Thanks Matthew, the link to the blog you provided, helped me.