Application Development 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: 

I have typed se71 and

Former Member
0 Kudos

What will I do next?

I want to print forms but not with smartforms,using sapscripts...

Thank you all.

Deniz.

3 REPLIES 3

Former Member
0 Kudos

hi,

For test printing, goto se71, give the SAPScript name. Goto Menu option, Utilities--> Printing test.

Programmatically , if its for a SAP standard transaction, customizing needs to be done in NACE transaction and the printing will be taken care automatically by the SAP std print program.

If its a purely customized SAPscript and driver program, you need to use OPEN_FORM, WRITE_FORM and CLOSE_FORM function modules

<b>Reward points</b>

Regards

Former Member
0 Kudos

Hi,

You can just view the Print previre from SE71, Just press Print preview from Se71,

If you want to see the Perfect layout, then you need to follw this steps, First make sure the Configuration is done in NACE, then you need to view the print from the Transaction code,

I will explain you to see the Sales Order output

1) Goto VA02

2) Give the Sales Order

3) In the First screen , in the Menu options Sales Document --> Issue Output

Then it will ask, then select the Output type then it will give the correct Output with that sales order

Like this, for every Script, we need to see the output from their transaction code

Regards

Sudheer