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 preview

Former Member
0 Likes
693

Hi Experts,

I am modifying an existing smartform print program,

after modifications, when I am clicking on printpriview button after selecting the zee Output Type

in order to test the form, I am unable to see the preview,

Can anybody tell me what are the points to check?.

I already checked the parameters passed to control structures.

They are fine. Even i am not able to see the printpreview.

Kindly help.

The sf is for Delevary

and the transaction i am using isVL03N

Regards,

Noor.

Hi Experts,

I am modifying an existing smartform print program,

after modifications, when I am clicking on printpriview button after selecting the zee Output Type

in order to test the form, I am unable to see the preview,

Can anybody tell me what are the points to check?.

I already checked the parameters passed to control structures.

They are fine. Even i am not able to see the printpreview.

Kindly help.

The sf is for Delevary

and the transaction i am using isVL03N

Regards,

Noor.

5 REPLIES 5
Read only

Former Member
0 Likes
657

There may be some error in smartforms or driver program,

just make the break point and trying to debugg that

Read only

Former Member
0 Likes
657

HI

put break points on smartform and debug

or else check for address nodes read_text fm

Regards

Murali papana.

Read only

Former Member
0 Likes
657

Hi Noor,

We can consider many checks in this case.

1. Check whether the Local printer exists or not.

2. If you are using any Address NOdes, check whether the Address number is holding a value.

3. Also check whether a record exists with your condition type/Delivery in the NAST table.

4. You can see the default local printer in SU3.

Read only

Former Member
0 Likes
657

hi,

Put break points in your program and execute it or else check for address nodes read_text fm

There may be some error in smartforms or driver program,

just make the break point and trying to debugg that

We can consider many checks in this case.

1. Check whether the Local printer exists or not.

2. If you are using any Address NOdes, check whether the Address number is holding a value.

3. Also check whether a record exists with your condition type/Delivery in the NAST table.

4. You can see the default local printer in SU3.

Use SFTRACE tcode to trace the error.

Read only

0 Likes
657

Hi,

If none of the above given suggestions work, then goto tcode SM12 ---> LIST (button on the menubar) and delete the lock entry for the driver program and the form if present.

With scripts i used to have this problem maybe it is the same with the smartform. Try if it works

Regards,

Darpana.