Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Smartforms-

Former Member
0 Likes
289

How to find print program for smartforms

other than nace and tnapr bcz both are not giving result?

2 REPLIES 2
Read only

Former Member
0 Likes
261

Hi,

One way out is to put a session breakpoint in the FM: SSF_FUNCTION_MODULE_NAME in se37.And then when you will execute your program or transaction it will stop there.There , in the Deubugger stack, you can check all the programs which are called in sequence.Normally, the print program contains this FM and therefore, that will be your print program.This is a  general trick which can be applied.

Hope it helps,

Nitin

Read only

Abhijit74
Active Contributor
0 Likes
261

Hello,

Try below way

Go to the T-code 'SMARTFORMs'

Give your form name

go to the general attributes.

Check the Package name.

then go to T-Code->  SE80

there check the program name for a package wise.

Thanks,

Abhijit