2013 Mar 12 7:46 AM
How to find print program for smartforms
other than nace and tnapr bcz both are not giving result?
2013 Mar 12 8:10 AM
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
2013 Mar 12 8:11 AM
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