cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple copies in Adobe form with different header text

Former Member
0 Kudos

Hi All,

I have created Adobe form for Invoice and now my requirement is when we create an invoice it should generate 4 copies with different texts like original copy, duplicate copy and triplicate copy.

I know its possible in samrtforms using the copy window and maintaing text there.Is it possible in adobe form , if yes how can we achieve this.

Regards

Lalit

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

Thanks for your input, I had hoped there was the possibility to control the copy function from within the Adobe itself, but I can see from the note you mention that it is not supported.

I will add a DO loop instead.

From my side this quesion can now be considered as answered,

Kind regards,

Claus

madhu_vadlamani
Active Contributor
0 Kudos

Hi Lalit,

Please have a look at this sap Note 1009567. Right now if it urgent do temporarily like this i.e.

DO N_copies+1

CALL FUNCTION fname

ENDDO.

I will post if i get a good idea.

Regards,

Madhu.

rakesh_m2
Contributor
0 Kudos

Are you using a custom driver program?

If yes, then loop the function module with the number of copies you have.

the copy name should be a variable which should be passed to the form in the loop change the value of the copy control accordingly.

Please let me know, if you see any issues.

Thanks,

Rakesh

0 Kudos

Hi,

I have the exact same problem, does anybody have a solution for this?

Kind regards,

Claus Christensen