on 2007 Jul 09 1:02 PM
Hi ,
I have a smartform for printing the Production order details.It prints the operation number,text item wise.<b>The first operation text on the second page is being printed wrong</b>.It is printing the previous operation text value i.e the value of last operation on the previous page.I have debugged the smartform and the values are being passed correctly.I am not able to find the problem.please let me know what might be wrong.
Thanks in advance.
Ok, tell me where are you picking this text from, and where did you write your code to pick this text,
Regards,
SaiRam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi SaiRam,
I am picking this text from Production order coded in the print program.
The PO Text values are picked properly and sent to the smartform which prints the PO details.the values are being passed exactly.I have checked the values after being passed to smartform by debugging the smartforms FM.Everthing is fine.
But while Printing the first text value on the second page it is printing the previous page last text.The texts on all the other pages are correct.
Please let know if u need further inputs.
HI ,
Is it combining the last output with the current outtput for line items . If it is clear internal table and workarea and use clear those clear statement as the last line of program .
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
In the print program once u have passed the internal table or work area to smartform ,Clear the internal table and work area u have passed to smartforms .
Clear it at the end of the program .
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.