Skip to Content
0
Former Member
Nov 25, 2011 at 06:06 AM

The printing process not triggered for Smartform?

58 Views

Hi Fellows,

I just came across a problem that when I called the print of a smartform via a report, the smartform just not printed(but the preview was good). And i wondered if I set the control parameters of the Smartform wrong or if the printer in my system is not properly configed, anybody could guide me where to check it?

And here is the parameters I set for the smartform, is there any missed ones?

ssfctrlop-langu = sy-langu.

ssfctrlop-no_dialog = 'X'.

ssfctrlop-preview = ....

ssfcompop-tddest = ....

ssfcompop-tdcopies = ....

And the detail of the problem is:

I want to use Smartform to output orders in T-Code: IW3D, so I copied the SAP preserved report RIPRMP00(it was intended to call a Script Form) and modified it to make it call Smartform instead.

And at the time being, I can see the preview of the Smartform in IW3D correctly, but when i tried to use the 'Print' button, it seems nothing happened.

Thanks,

Richard