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

smartform print problem only for some billing document Numbers

Former Member
0 Likes
553

Hi,

I had created a smartform for invoice and assigned it to an out put type.

itz working fine Billing document in the transaction VF02, but for some documents its not working.

The control comming back to VF02 initial screen with out any display.

what could be the reason and how can i rectify this one.

sales Org is also assigned.

Hi,

I had created a smartform for invoice and assigned it to an out put type.

itz working fine Billing document in the transaction VF02, but for some documents its not working.

The control comming back to VF02 initial screen with out any display.

what could be the reason and how can i rectify this one.

sales Org is also assigned.

2 REPLIES 2
Read only

Former Member
0 Likes
500

hi

you have to use NACE transaction to assign the program and smartform .

This is done by functional people

hope this helps

regards

Aakash Banga

Read only

Former Member
0 Likes
500

Smartforms don't give useful error messages when they fail so I would suggest debugging through to find out why it's not creating properly. You can put a break point in the print program or in your smartform itself (if you have any program code). The main things which I find go wrong is not having a next page determined, windows being too wide to display and some errors in any function modules or standard texts you are calling.