cancel
Showing results for 
Search instead for 
Did you mean: 

VL02N Output type issue.

Former Member
0 Kudos

Hi,

When I execute the tcode VL02N for any output type (ZEU5) for print preview and external mail then it is giving error that "Output could not be issued".

I have also checked the config of NACE , it seems to be ok.

So what are the other possibilities of this error.

Thanking you in advance,

Regards,

Vikram

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

Configuration of NACE does not make all the difference. The only way to come to the solution is to debug from point when button is clicked for print preview or etc.

Possible reasons may be there calling program before making a call to script or smartform encountering a problem. It may be that program is not able to get the desired data correctly from the tables or some other problem(Mainly due to subrc not coming to be 0).

Apart from this even if call is made successfully to the form but inside there could be problem like using command in smartform.

Thanks,

Mark

Former Member
0 Kudos

Hi,

Go to NACE find the program name and put a BREAK-POINT in the program and debug the program. You will get to know where you are getting error.

Thanks,

Shravan G.