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

DUPLICATE ISSUE

Former Member
0 Likes
356

Hi Everyone,

i have a invoice which should print normally for the first time, and if it is printed 2nd time, it should mention in the footer that it is duplicate........

i have some idea abt this pls help me through this task.......

i have a table zorgprn, in which 2 fields r there zvbeln and zflag,

window is also created in the script,

so pls guide me on how to do this program wise...

Thanks in advance,

CAPC

2 REPLIES 2
Read only

Former Member
0 Likes
319

then u have to check status of NAST table , then only u will come to THIS going to print Second Time.

Regards

prabhu

Read only

Former Member
0 Likes
319

HI CAPC

As Prabhu suggested, you can check the corresponding entry in NAST to confirm if it is a duplicate entry. Moreover, i guess you have to consider the status of the earlier request. Status can be found in field VSTAT of table NAST.

Via this approach you can avoid creating and maintaining the customized table.

Kind Regards

Eswar