Application Development 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: 

'COPY' as watermark on the smartforms generated ?

0 Kudos

hi all

where and how can i have the smartform print "COPY" if generated second time as watermark as background.

thanks in advance

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

Check the system variable SFSY-COPYCOUNT in Copies window.

if sfsy-copycount = 1.

else.

move 'COPY' to w_text.

<<< then display this w_text in the window >>>>

endif.

Regards

Lekha

4 REPLIES 4

Former Member
0 Kudos

hi,

Check the system variable SFSY-COPYCOUNT in Copies window.

if sfsy-copycount = 1.

else.

move 'COPY' to w_text.

<<< then display this w_text in the window >>>>

endif.

Regards

Lekha

0 Kudos

BKORM_eldtr

0 Kudos

Hi,

Can you explain me in detail. How did you do that using.

I checked the table BKORm but there is a fied called ERLDT.

How did you solve the issue.

Regards

Lekha

0 Kudos

if the Table BKORM table Is upadted with printing date field ERLDT.

then the condition is taken care as if it not initial then print the label "COPY'

i mean . if BKORM-ERLDT is Not intial then Print COPY ,

Now the Issue is ,,, How do i Give the COPY as Water mark in Script. conditioan based ,