cancel
Showing results for 
Search instead for 
Did you mean: 

doubled output

Former Member
0 Kudos

Hi,

I'm facing an issue while creating an ouput connected with an invoice. sometimes, the program linked to the output is executed twice.

However, when I look at the output by GOTO-> output, there is only one output (with green glag). Idem when I look at NAST table : only one item for the invoice.

This issue appears from time to time and can not be systematically rerun : When we process again an output that has been executed twice, it runs normally (once).

Have you ever seen such a behaviour ?

Accepted Solutions (1)

Accepted Solutions (1)

former_member183879
Active Contributor
0 Kudos

Hi,

We have had this issue a long back and this is due to a coding bug. Please debug the program using RSNAST00 and somewhere during the printing/emailing/etc the output type, the parameters are passed twice instead of once. An ABAPer can debug and find this without any problem.

Former Member
0 Kudos

Hi SNavaneetha,

Thnaks for your reply;

I will apply your advise and contact our ABAPer as soon as he comes back from vacation.

Regards

Serge

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If your output is printing more than once before approaching an ABAPer,pls check the following settings.

Goto the T.Code "VV32".

Enter the Output type.

Enter.

Select your condition record.Double click on it.

Under "Print output" tab,check the number of messages maintained.

It should be 1 or blank if you want only one copy.

Even if the problem is not yet resolved,there might be bug at the coding level.

try to debug and find out the mistake where it is appeared.

Regards,

Krishna.

Former Member
0 Kudos

Hi Krishna

Thank you for having replied.

I had already checked cunstomizing and VV32 before and haven't seen anything wrong.

So I think it sould be a program bug the we will try to fix with a debug session.

Regards

Serge