cancel
Showing results for 
Search instead for 
Did you mean: 

debug smartform driver program

Former Member
0 Kudos

hi all

i am using mb02 to trigger my smartform......a custom driver / print program is attached......this driver program is triggerred in background , want to debug this ....how can i do this

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi raj,

as you said that your driver program is running in background so cant debug it directly....just go to sm37 and then open the job...there you can debug

it.

Thanks

Vivekanand

Former Member
0 Kudos

Hi

Keep a Break point in the driver program and debug it.

It's similar to the debugging of a ordinary report.

Keep some break points in the program code and execute the SF output using MB02 then it will stop at the break point.

Regards

Anji

Former Member
0 Kudos

hi, IF U WANT TO DEDUG SMARTFORM, THEN FIRST CLICK ON GLOBAL DEFINITION INSIDE SMARTFORM, THEN GO TO FORM ROUTINES AND WRITE 'BREAK-POINT' INSIDE CODING, U 'LL BE ABLE TO DEBUG SMARTFORM.

Former Member
0 Kudos

i want to debug smartform driver program and not smartform