cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform not going in debug mode.

Former Member
0 Kudos

Hi all,

I want to debug my smartform so for the same i inserted break-point in my global defination and in the first page program-lines.

The smartform is being called in tcode mb02. But when i execute the tcode, not even once the smartform goes into debug mode.

I have tried /h but that does not go to smartform directly.

I dont know what could be the reason.. any suggestions.

Thanks,

Niketa

Accepted Solutions (1)

Accepted Solutions (1)

Florian
Active Contributor
0 Kudos

Hi Niketa,

It depends on the modus you triing to debug it. Go to the preview function and set a breakpoint at function module ssf_function_module_name.

This will stop for sure right in front of your smartforms-call.

From here you got different options, you can debug into it or save the data to test your smartforms via SE37 with the testframe.

~Florian

Answers (1)

Answers (1)

Jelena
Active Contributor
0 Kudos

Output is a separate process from the document itself, that's why /h does not go there and break points are not triggered from the document. There have been many posts on SCN on debugging the Smartforms in general, you might want to look it up.

Either print preview, as suggested, or a special program for output processing are good bets usually.