‎2009 Jan 09 12:49 PM
Hii All,
I have got a SAP program which is printing the Invoice using SAP Script, I have to identify the duplicate invoice and I have to display 'Duplicate' across the page or in the upper right hand side of the paper..
somehow I have to display the duplicate invoice as duplicate...hwz that psble...
Thanks,
‎2009 Jan 09 12:58 PM
hi,
In smartforms it is possible..
Using copies window, sfsy-copycount(system-field)..
but i am not sure, whether it is possible in SAPSCRIPT.
regards
vijay.
‎2009 Jan 09 1:41 PM
Hi,
there is an std function module to check the duplicate invoice:
CALL FUNCTION 'FI_DUPLICATE_INVOICE_CHECK'
Reagrds
Shiva