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

Smart Forms

Former Member
0 Likes
384

hai guys

i have doubt in smartforms i.e.I have two clients 200 and 204.

i.e 200develpement client and 204testing client

problem is that in 200 print preview is comming as i executing the smartform but when i am testing in 204 by using transaction code VL02N i.e delivery note, a massege is coming like that "output can not be issued".

can any body resolve my problem so that i can proceed .

Thanks and Regards

Rajesh kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
343

Hi,

This is because there can be some formatting errors in your smartform.

In development with no data input, sometimes we can see the print preview.

But in Testing client we will get the error.

So put a break point after Call Smartform FM and check the SY_SUBRC value.

You will get it as 1.

Then you have to make changes to your Smartform

Try this one.

With Regards,

Dwarakanath.S

2 REPLIES 2
Read only

Former Member
0 Likes
344

Hi,

This is because there can be some formatting errors in your smartform.

In development with no data input, sometimes we can see the print preview.

But in Testing client we will get the error.

So put a break point after Call Smartform FM and check the SY_SUBRC value.

You will get it as 1.

Then you have to make changes to your Smartform

Try this one.

With Regards,

Dwarakanath.S

Read only

Former Member
0 Likes
343

Hi,

You have to configure the smart form and print program in NACE transaction in your testing client-204.

Better take the Functional people help to configure it.You can also do it .

Thanks,

Phani Diwakar.

Edited by: MVPhani Diwakar on Aug 4, 2008 5:40 PM