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 message within MV45AFZZ user exit

Former Member
0 Likes
1,148

Hi all.

While procuding an authorization check at the above program (sales order user exit) if the authorization isn't processed successfully I get a SAP standard error message that "Item 00010 does not exist".

How can I handle errors while editing a sales order without being dumped???

Thanks all,

Sam

Hi all.

While procuding an authorization check at the above program (sales order user exit) if the authorization isn't processed successfully I get a SAP standard error message that "Item 00010 does not exist".

How can I handle errors while editing a sales order without being dumped???

Thanks all,

Sam

1 REPLY 1
Read only

Former Member
0 Likes
541

Hi,

May be custom code was not added in the proper customer exit, you can use 'USEREXIT_MOVE_FIELD_TO_VBAP'. While debugging did you find from where you are getting this error? Comment your code in the user exit and try to debug the program, if you dont get an error then its fine.

Can you past your code here. For more info [check this link>>>|http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm]