cancel
Showing results for 
Search instead for 
Did you mean: 

data is not printing in Print but which is working in print preview

Former Member
0 Kudos

Hi Experts,

When I give print preview the date is displaying fine. But if i give print for that it is not printing the date .

This is in SAP script through some tcode: IW32.

Can you please suggest me what is the issue ? I have checked for all the conditions if are there any .

Thank you in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi shridhar,

As far i get your issue, the date being displayed in print preview mode is NOT printed when you print it in a paper.

Since I dont see the actual layout of your sapscripts, I suggest the following:

1. Previewing Form is sometimes different when actually printed due to Printer limitations(ex. margins defined to that printer)

2. In order to test if your date is printed in your paper successfully, try to re-position the window where it was. Then try printing it again.

3. If this is successful, then position it not near the edge of your form. If no, this means that you need to manipulate your date value such as passing it in a char datatype then try to display it again.

Hope it helps. Cheers