Application Development and Automation 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: 
Read only

Identifying Duplicate Invoice

Former Member
0 Likes
457

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,

2 REPLIES 2
Read only

Former Member
0 Likes
421

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.

Read only

Former Member
0 Likes
421

Hi,

there is an std function module to check the duplicate invoice:

CALL FUNCTION 'FI_DUPLICATE_INVOICE_CHECK'

Reagrds

Shiva