cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery Note Printout Problem

former_member16553
Active Participant
0 Kudos

Hi

I have developed a customized program & a customized smartform for delivery note and assigned it in NACE , Now when

I isuuing output from the tcode VL02N , it's coming perfectly problem is that once i click on the BACK Button from the print preview. A message is comig that 'OUTPUT COULD NOT BE ISSUED' Can you plese tell me how can I prevent this message.

Thanks & Regards

Girdhari

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

here this is because of not clearing return_code value in routine ENTRY where you assign your smartform in NACE.

After calling the smartform in the routine, if sy-subrc eq 0. clear return_code. endif.