cancel
Showing results for 
Search instead for 
Did you mean: 

Reprinting A form multiple times

Former Member
0 Kudos

Hi,

I have to reprint a form multiple number of times and each time a print is given

a text COPY # is added in my layout

For example: if it is printing first time then nothing is added

If 2nd time then Copy 1

IF 3 rd time then COPY 2 and so on...

I have got this logic but not sure if it will work:

• Scan table NAST for any other occurrences of the same output using the NAST Key fields except the Date (NAST-ERDAT) and Time (NAST-ERUHR).

o If this is the first instance then it is not a reprint

o If one entry exists this is the 1st reprint i.e. COPY 1

o If two entries exist then this is the 2nd reprint i.e. COPY 2etc…

Thanks

Ricky

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

This could also be solution , but I am not sure Please check with your Functional Guy .

1) create different output types for Ex: Requestor , Copy etc ,

2) when you need print out for both , both messages have to created in that Tcode ,

3) regarding the Format change You can handle the output type in in the script or Smart form and accordingly you can print the text .

*Hope this Helps

Former Member
0 Kudos

instead if ur out o session or system NAST will not hold any values...May be u can use some table field where in u can insert the value...printed once insert1 so that when printing second time u can read the value and accordingly show COPY#<value> in the output.