cancel
Showing results for 
Search instead for 
Did you mean: 

Print priview layout

Former Member
0 Kudos

Dear All,

Smartform is triggering through report and it is displaying print popup, after i click on print priview button layout should display, but in my case its not displaying, Request you all to suggest me if i miss to pass any parameter value to smartform.

Thanks and regards,

RRK

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

Check the smaform is having any errors (Overflow errors ).

send the copy code of output parameters of form

Abhijit74
Active Contributor
0 Kudos

Hi,

Check your printer (output device) settings. You can use Local Printer (LOCL). In the print options make it 'Print Immediately". Check spool by given transaction SP01. See whether your spool no is generated or not?

I think you have pass this way

DATA : lx_ssfctrlop TYPE ssfctrlop,

lx_ssfcompop TYPE ssfcompop.

lx_ssfctrlop-device = 'PRINTER'.

lx_ssfctrlop-langu = nast-spras.

lx_ssfctrlop-preview = 'X'.

  • Populate output options

lx_ssfcompop-tddest = nast-ldest.

lx_ssfcompop-tdimmed = nast-dimme.

lx_ssfcompop-tddelete = nast-delet.

lx_ssfcompop-tdcopies = nast-anzal.

lx_ssfcompop-xsfoutdev = nast-kschl.

CALL FUNCTION F_name

Export

....

Import....

Please let me know if any other concerns.

Thanks,

Abhijit

Edited by: Abhijit Mandal on Feb 26, 2010 5:14 PM

Former Member
0 Kudos

Hi Abhijit,

still priview is not displaying, please suggest me.

Thanks and regards,

RK

Former Member
0 Kudos

No data in sp01, what could be the problem, suggest me.

Abhijit74
Active Contributor
0 Kudos

Hi,

R u getting any message? could u paste your program so it can be understable better.

Thanks,

Abhijit