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: 

Issue with debugging Biller direct portal

0 Kudos

Hi all,

I need a help regarding debugging bill direct portal. I am unable to trigger the badi 'APAR_EBPP_GET_DATA ' also, which gets triggered while logging into bill direct portal and clicking open or paid bills tab. I have tried setting user breakpoint for the user id which is used to log into the portal, but it didn't work.

                  Also I have checked, setting external break point in class 'CL_EXITHANDLER', even it didn't get triggered. Please guide how to check which BADI, EXIT or RFC is called while logging into biller direct portal, as I have custom enhancements to be done from abap side for the portal. Thanks in advance.


Regards,

Prabu.


     

1 ACCEPTED SOLUTION

former_member207661
Active Participant
0 Kudos

Hi Prabu,

definitely, you need to set External break point in this scenario.

Please make sure that external break point is set with same user, which you are using to login to portal.

Please check at below path, if correct user is being set:

SE38/Se37 -> Utilities -> Settings -> ABAP Editor -> Debugger -> User

Warm regards,

Shyam Agrawal

1 REPLY 1

former_member207661
Active Participant
0 Kudos

Hi Prabu,

definitely, you need to set External break point in this scenario.

Please make sure that external break point is set with same user, which you are using to login to portal.

Please check at below path, if correct user is being set:

SE38/Se37 -> Utilities -> Settings -> ABAP Editor -> Debugger -> User

Warm regards,

Shyam Agrawal