cancel
Showing results for 
Search instead for 
Did you mean: 

Invoice Printing issue when run as job

Former Member
0 Kudos

I have developed an invoice form were the print program will issue the form for print with the given print task code.

This is working fine when run individually and also with job . But the problem we there is a WRITE statement in the print program which gets execute on successful printing of the invoice with SY-SUBRC as '0 '. and this success message is also getting printed along with the invoice.

I can't remove the success message as there are plenty of such messages used in the program .

But is there a way to avoid these messages form getting printted and only the invoice form should be printed.

Regards,

Ganesh

Edited by: Tcode on Dec 7, 2009 12:41 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi!

If you developed the printer program, why don't you simply remove or comment out the unneccessary lines?

Which program is working incorrectly?

Regards

Tamá

Former Member
0 Kudos

it is a standard print program J_2GLPPSD , So i can't do that .