Smartforms multi-print
Hi Experts,
In Smartforms, i have to print 5 times with same content. with single text change. How is possible to print all 5 copies with same content when given a print option, with text alone as different in each print ?
Can anyone give a solution for this problem.
DWARKESH THAKKAR replied
Hi
Kavitha
The same u can define in smart form with the logic like
IF ©_NO& = '1'.
<CD>Original </>
ELSEIF ©_NO& = '2'.
<CD>Duplicate</>
ELSEIF ©_NO& = '3'.
<CD>Triplicate</>
ELSEIF ©_NO& = '4'.
<CD>Office Copy</>
Likewise u can give logic and print copies as per yr requirement. Take help of yr ABAPer to do the same.
Hope this will help you.
Thx.