Application Development 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: 

Error while calling the transaction where no authorizations

Former Member
0 Kudos

Hi.

When a SO is created, there is a configuration and programmed such a way that the Production Order will be created automatically. This is happening well when the user is having the Authorizations for the TCODE CO01. But if the user is not having the Authorizations for Co01, then it is giving a message as

"No status record was passed to ALE by the application. Here i want to give my own messages.

Please help me on this..

thanks everybody

2 REPLIES 2

Former Member
0 Kudos

How is the process triggered? Inbound Idoc?

From what you are saying it looks like the production order is created by an inbound idoc and possibly a custom one. Looking at the error it is possible that the custom code does not catch the authorization Issue. You have locate the place where it fails the authorization check and after it comes back to your custom code you can add your status message.

0 Kudos

Hi Thanks for your mail and sorry for the delayed reply. After the statement Call Transaction...., the IDOC is completing the process and ciming out of the process and I am not able to catch the errors..