cancel
Showing results for 
Search instead for 
Did you mean: 

FPM : How debug will work in PREPARE_TOOLBAR method of CL_FPM_FLOORPLAN_ASSIST is used in SRM7

Former Member
0 Kudos

Hi Experts,

In forum i found several links which tell to enable Close button or any other button in toolbar in SRM7 we have to enhance PREPARE_TOOLBAR method.

So I have to enhancement in method - PREPARE_TOOLBAR which is implemented by class CL_FPM_FLOORPLAN_ASSIST .

CL_FPM_FLOORPLAN_ASSIST is the super class of CL_FPM_OIF_ASSIST.

CL_FPM_OIF_ASSIST is used in Webdynpro component - FPM_OIF_COMPONENT.

I put external debug in prepare_toolbar method and then started the application from login screen till approver screen of SC which hold toolbar.

but the debugger does not comes inside that method.

So how this method is called?so that externl breakpoint will work.

This is an instance method.

Thanks & Regards,

Partha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Partha,

Try activating the sessions breakpoint in the user settings, debugging

Thanks,

Binoj

Former Member
0 Kudos

Hi Binoj,

Even session break-point is not working.

class CL_FPM_FLOORPLAN>Utilities>settings>debugging>session breakpoint active immed.

Thanks,

Partha