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

smartform doubt

Former Member
0 Likes
415

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&regards

madhu

3 REPLIES 3
Read only

Former Member
0 Likes
401

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

Read only

Former Member
0 Likes
401

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

Read only

Former Member
0 Likes
401

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.