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

How to print smartforms

Former Member
0 Likes
864

Hi All,

I have to print my smart form.I have a printer installed on my computer but how should let SAP know about it?

Hi All,

I have to print my smart form.I have a printer installed on my computer but how should let SAP know about it?

6 REPLIES 6
Read only

Former Member
0 Likes
846

Have to do the configuration in SAP for the same.

Read only

0 Likes
846

No i havent, will you please tell me how to configure it?

Read only

Former Member
0 Likes
846

When u call the smartform using the function module, it will show a dialog to choose the printer.

From abap use SSF_FUNCTION_MODULE_NAME to get fm name for the smartform and call the fm..

or integrate the same in NACE

Read only

Chaitanyat
Participant
0 Likes
846

Hi,

The Basis person has to configure the printer as an OUTPUT Device (default) for printing anything.

The smart form which you developed is a Stand Alone one? I mean You are executing it from SE38 or from a std Transaction. Like for example for PO it can be executed from ME22/23 or from ME9F? If it s Std Smartform output then you have to attach the SMARTFORM to the related OUTPUT TYPE and DRIVER PROGRAM. Use the Transaction NACE to go there depending on your application of the Smart form for which you developed.

Regards,

Chaitanya

Read only

0 Likes
846

yes i m executing it from transaction se38

Read only

Former Member
0 Likes
846

thanx