Application Development and Automation 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: 
Read only

Regarding SAP Script Printing

Former Member
0 Likes
583

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
567

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

5 REPLIES 5
Read only

Former Member
0 Likes
567

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.

Read only

Former Member
0 Likes
568

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

Read only

0 Likes
567

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.

Read only

0 Likes
567

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.

Read only

0 Likes
567

Hi,

Thanks for those replies.

I had awarded points for the same.

Thanks & Regards,

Rayeez.