cancel
Showing results for 
Search instead for 
Did you mean: 

Print Smartform without printing program

Former Member
0 Kudos

Hello all,

I've created an Smart form for the purchase order but now I need to print the smartform without printing program 'Z***'. ¿Someone knows if it's possible to create the output type without a printing program?. ¿There is something standar program to print purchase smartforms?. All this in SAP R/3 4.7.

Thank you very much!!!

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

ok, then u can configure ur form in t-code:SPRO

there, first know in which module it is, n at where it will be, if u know ok, otherwise take some functional guys help.

there u can configure it.

or in NACE also.

in print SPRO u can give the form name, no need of print program. so, know in which module n where ur application exist.

Former Member
0 Kudos

Hy mytri,

I did all this things but now I need to print my smartform at the standard transaction me23n. I acces to transaction NACE but at version 4.7 I don't have the smartform option itno the output configuration screen like ECC 6.0.

Former Member
0 Kudos

Hi,

As you have found, the config in some releases does support smartforms, but there is a way round this.

Take a copy of the standard print program (which prints the SAPscript) and remove the SAPscript parts. Then add your own code to call your smartform.

You may need to enter the name of a SAPscript in the NACE config, but as the print program doesn't use this any more it can be any form.

Regards,

Nick

Former Member
0 Kudos

hi,

u can run a smartform, without print program.

simply declare all the data definitions in global interface, write all the select statements in global definitions -> initialixation.

so that all the process of data fetching will be done in form itself. now display the form, using this data.

here no need of print program.

hope it helps u.

if any doubts, plz post it back

reward if helpful.