2005 May 12 10:11 AM
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
2005 May 12 10:50 AM
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
2005 May 12 1:38 PM
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
2005 May 12 3:09 PM
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