cancel
Showing results for 
Search instead for 
Did you mean: 

REPRINTING INVOICE WARNING

Former Member
0 Kudos

Hi, I need to send a warning when a invoice is allready printed to avoid duplications, Ive seen these before but I dont know if it is configuration or a userexit.

thanks & regards

Jonathan

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

In table NAST00 check the field send again(REPEAT) and set warning message by coding in your program.

Hope it is useful.

Thanks,

Pramod

former_member204513
Active Contributor
0 Kudos

Hi Jonathan,

These are the way you can try,

1.Develop the new routine as per your requirement and assign that routine to the output type in the pricing procedure in the requirement column.

2.Discuss with ABAPer can we able to do that modification in the existing output program.

3. Using the User Exit. Go through these user exits it may help you,

USEREXIT_PRINT_ITEM (Module pool SAPLV61A, program RV61AFZB)

USEREXIT_PRINT_HEAD (Modulpool SAPLV61A, Programm RV61AFZB)

I hope it will help you,

Regards,

Murali.

Former Member
0 Kudos

This can be donr thru modifications in printing program t. Ask the abaper to check printing variables in table NAST and in case of reprint a WARNING will be issued.

anya