Application Development 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: 

Printing problem

Former Member
0 Kudos
179

Hi

I have got a peculiar problem, it is....

we print all the billing documents due for printing in background by using RSNAST00 program. with Application ID as V3 and output type as ZRAD (custom defined output type)

Now the problem is, two variables values are appearing wrongly in the output. I did the debugging and found that the these two varaibles are populated correctly in the print program. But when i see the spool, its different.

I could not able to come to a conclusion, please help me in solving this

regards

sree

3 REPLIES 3

Former Member
0 Kudos
58

Hi Sree,

Can you give us the fields and what the program values are and what gets actually printed on the SAPScript?

Also, what happens when you print the invoice individually rather than as part of a batch run using RSNAST00? Do you still get the problem?

Brad

Former Member
0 Kudos
58

One possibility is that since printing happens as a subroutine call some global variable is not getting reset every time when you call the printing subroutine.

Regards,

Sanjeev

0 Kudos
58

Hi,

Now i noticed that in the debugging of form,

here it is taking the previous value. Now how can i clear the program symbols after the form processing.

please suggest

regards

sree