cancel
Showing results for 
Search instead for 
Did you mean: 

Error while displaying print preview of smartform in VL03n

Former Member
0 Kudos

Hi all,

i created one smartform & print program . i assigned this in NACE tcode for ZD05 output type.

Then i am trying to see the print preview in VL03n while doing issue delivery output.

But i am getting error like ' Output could not be issued'. Please suggest where i am doing mistake. Thanks.

Regards

sumitra

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member193284
Active Participant
0 Kudos

Hi Soumitra,

i would suggest following things.

Put a break point in the form routine and see if your form triggers.

Then check whats the return code after your form interface.

Also check if you are passing all the nast parameters to the smart form interface.

Thanks

Former Member
0 Kudos

Hi,

Follow below Steps:

1) Double Check your program and smartform names where you are attached in nace transaction.

2)check your templates and tables having formatting issues.

3)Finally create dummy of your smartform. then delete one by one window in smartform check it and trace out in which window error is existing.

even i faced same problem.

in my case i gave wrong line and column numbers under the template node texts. it won't show the error in smart form but while executing transaction out put could not issued.

Thanks,

Satheesh.

Former Member
0 Kudos

Check the formatting in the smartform, make sure the templates and the tables are not exactly the same size of the window. Leave some empty space,sometimes data overflow can happen,and if you give the exact size,it may lead to overflow and hence output wont be displayed. First,check from smartforms tcode,if you are able to see the preview. Also,if you are using any logo...see thats working fine...

These issues mainly happen due to data overflow.

Vishwa.