‎2006 Feb 24 10:53 AM
Hi All,
I have a issue regarding SAP Script Layout [Output] Printing.
Issue is : I want to print my layout 2 times Then in one of fields[Header] of my output during first print i should print the field as <b>[CREDIT NOTE]</b> for 2 nd time printing <b>[COPY OF CREDIT NOTE]</b> should be printed on same field place.
This is one case when i give 2 printouts of my output at a time.
Can anybody give the solution for this issue.
2nd Case is : First i will give 1 print of output.
Then after some time i will print it again.
Then what i should get : Cilent is yet to decide.
I will get back on the same.
Thanks in advance.
Thanks & Regards,
Rayeez.
‎2006 Feb 24 11:00 AM
if u are using internal table for filling the script then u duplicate the records one with credit note and other with copy of credit node, then do the normal process
‎2006 Feb 24 10:57 AM
hi shaik,
1. This we had done at our end also.
2. It requires that we create a y table.
3. When we issue print, then
we have to update the y table
for that document / primary key.
4. Before printing, we should check
if the particular record is there or not
in the y table.
5. If its there, put COPY in some variable,
and print/use this variable in the layout.
6. It works fine.
regards,
amit m.
‎2006 Feb 24 11:00 AM
if u are using internal table for filling the script then u duplicate the records one with credit note and other with copy of credit node, then do the normal process
‎2006 Feb 24 11:17 AM
Hi,
It is actually a standard header. When we give 2 print outs it should print <b>CREDIT NOTE</b> for 1st print &
<b>COPY OF CREDIT NOTE</b> for 2nd Print out.
That is the scenario.
Thanks & Regards,
Rayeez.
‎2006 Feb 24 11:30 AM
Hi again,
1. When we give 2 print outs
It may quite happen that today
we take the 1st printout,
and tomorrow, the 2nd printout.
2. In such case, HOW WILL THE SYSTEM
KNOW THAT THE PRINTOUT IS BEING TAKEN
2ND TIME, 3RD TIME ETC.
3. For this same prupose,
WE NEED TO HAVE some information
stored in Y TAble,
wheneve a user takes a printout !!!
regards,
amit m.
‎2006 Feb 24 11:59 AM
Hi,
Thanks for those replies.
I had awarded points for the same.
Thanks & Regards,
Rayeez.