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: 

User not authorized for particular Transaction.

Former Member
0 Kudos

While running a Custom Transaction I m getting error that user is not authorized for that transaction.

how to solve this?

5 REPLIES 5

Former Member
0 Kudos

You should contact Basis to get the authorization to execute this transaction.

Even if you create a transaction , then also authorization have to be requested for execution of this.

Or you can try executing the report directly.

Hope this helps you.

former_member194669
Active Contributor
0 Kudos

First talked to your sap security team to get authroisation

in other unit testing & dev regions put a break-point in debug and change the sy-subrc value from 4 to 0 and continue

Former Member
0 Kudos

Contact your BASIS team and ask them to provide authorisation for your ID to execute that transaction.

Former Member
0 Kudos

Hi,

Try using FM C160_TRANSACTION_CALL. Let's see if this works.

OR

Create a custom program that calls your custom transaction code.

Hope this helps.

Benedict

Subhankar
Active Contributor
0 Kudos

Hi ,

Run the FM ALINK_CALL_TRANSACTION with your transaction