cancel
Showing results for 
Search instead for 
Did you mean: 

Why certain SRM screens unable to go to my break-points?

Wil_Wilstroth
Active Participant
0 Kudos

Hi all,

I am quite baffled by certain behavior of SRM screens. Certain screens can go to my break-points and some don't.

Though I understood that MDM screens will need to be debug by JAVA...

However, I am sure there must be some kind of way to actually be able to debug all my break-point in irregardless of any screen i put my point...

Currently, I am using BADI BBP_CREATE_PO_BACK to test issue....

Is there any development guides to SRM in ABAP?

Thanks

William Wilstroth

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you are not able to debug the screen using the breakpoint in BADI, try debugging from the webdynpro component. Get the webdynpro component name of the screen by right clicking on the required action button and clicking on More Field Help. Now go the the component, in the View>Actions find the action corresponding to the screen button, go to its ONACTION method and put a breakpoint.

Now while executing from portal, the breakpoint in the webdynpro component will be triggered and you can proceed in debug mode to reach the required program/BADI.

Answers (0)