‎2006 Jan 25 6:57 AM
hi,
how to find the name of the print program for a smartform?
how to find out the devlopment class/pakage of smartforms or programe
thanks®ards
madhu
‎2006 Jan 25 7:20 AM
Hi Madhu,
To find the print program for smartform
go to TCode NACE->[Application]->Output Types->[output type]->processing routines. you will find the entry, if the smart form is configured with print program. some configuration e.g Dunning are available in TCode - SPRO.
Regards
Rahul
‎2006 Jan 25 7:41 AM
Hi Madhu,
Alternative way to find out the print program is to use where used list wid the automatically generated functional module of the smart form.
to find out the package and development class u check out the general attributes of the program
regards,
Sumeet Mishra
‎2006 Jan 25 7:42 AM
Hi Madhu,
A smartform has layout and printprogram integrated. This words a little different than sapscript. For debugging it can come in handy to place breakpoint in the sourcecode.
In the smartform use menu ENVIRONMENT->give name of funtion module.
Use this name in se37 to access the code. Be aware you cannot adjust the code here.