cancel
Showing results for 
Search instead for 
Did you mean: 

Wrong Data On Output For First PrintOut But Correct Data In Repeat Print

Former Member
0 Kudos

Hi All..

I am issuing an output from delivery.

There is a wrong data appearing in one of the windows while issuing the output for first time, but later on for repeat print the data is correct.

Can you tell me what could be the reason?

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Put a debugging and check the printing variables.Clear all the variables after printing.

Babankumarja
Explorer
0 Kudos

Hi,

Refresh your internal table before using for printing. I think it should work properly.

Thanks & Regards

Baban Jha

Former Member
0 Kudos

Hi

Please check the data retrieval part in the normal print output. I think you are passing the different values in the normal print.

Thanks

Sriiiiiiii(srikanth)

Former Member
0 Kudos

Hi.

The delivery number is same.

We are just firing the output from same delivery..in first print wrong data (Few other orders) are getting printed, but in repeat print correct orders are getting printed.

Can there be any issue pertaining to Buffer Data?

Thanks

Former Member
0 Kudos

Hi,

I think u might have not REFRESH'ing ur Internal Table in the driver program. Try to Refresh the Internal table before Loop'ing the Table to display..

Hope it helps!!

Rgds,

Pavan