cancel
Showing results for 
Search instead for 
Did you mean: 

Putting breakpoint in form

Former Member
0 Kudos

Friends and Experts,

I am working on pdf based print form. I am trying to set breakpoints in the code initialization part of the interface to debug the form but am unable to do so.

I would like to know where to set the breakpoints.

Points will be rewarded for useful answers.

John.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi John,

After actvating the form, system will genetrate the function module.you can get the FM name when execute the form in SFP.Open that FM in SE37 and set break point.I think you can set break point at the statement PERFORM %GLOBAL_INIT. To debug the context SFP logic set break point at PERFORM %WORK.

pavan meda

Answers (0)