Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error in invoice output type.

Former Member
0 Likes
516

Hi All,

When we are trying to send invoice using ZXXX output type and external send as medium i.e transmission medium is 5 using VF02. This invoice is not going out and output type is in red/error status with no process log.

Could you please help.

Thanks,

N M Poojari.

Hi All,

When we are trying to send invoice using ZXXX output type and external send as medium i.e transmission medium is 5 using VF02. This invoice is not going out and output type is in red/error status with no process log.

Could you please help.

Thanks,

N M Poojari.

1 REPLY 1
Read only

brad_bohn
Active Contributor
0 Likes
352

Well, that's poor programming as you've already figured out. The output program should be calling NAST_PROTOCOL_UPDATE and adding a message to the processing log so you can determine what's wrong without guessing or debugging. What you need to do now is debug the output program and find the point where it sets the return code (the parameter in the output subroutine call) to a non-zero value and determine the condition that that triggered the error.