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

Regarding Transaction Execution

sreeramkumar_madisetty
Active Contributor
0 Likes
812

Hi Folks

While executing the custom transaction code I am finding the following error:

I was created one report and for that report i was created the z transaction code.

In report or in Transaction I was no where restricted any user using authorization objects like that....

Here my problem is :

I am able to run that z transaction and my counter partners here are able to run that z transaction while the end user is not able to run the created z transaction.

He is getting the message that " You are not Authorized to use this Transaction" like that.

What may be the wrong? Any thing wrong from Technical point of view?

Please give me any idea to correct this .

Points are assured for correct answers.

Regards,

Sreeram Kumar.M

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
772

Hi Ram,

Create a role for the user using Txn PFCG. In the menu tab include your own transaction in the next screen and generate. On users tab assign role to end user and click on complete user comparison.

Ask user to logoff and login again. He can now run you transaction.

This activity is generally done by BASIS administrators.

Regards,

Manish Joshi

Message was edited by:

Manish Joshi

6 REPLIES 6
Read only

Former Member
0 Likes
772

Hi Sree,

Check if the authority check is there at the transaction level(In se93).

Regards,

Ravi

Read only

Former Member
0 Likes
772

i think there is some role assignment is there just ask your basis to give the autharization for the perticular user..

regards

shiba dutta

Read only

Laxmana_Appana_
Active Contributor
0 Likes
772

Hi,

Run the SU53 transaction and check the user authorizations , authorization is not given to the end user on the Z- transaction you have created.

Regards

L Appana

Read only

Former Member
0 Likes
772

This is surely authorization proble. u give authorization to that login explicitly . that will work.

Jogdand M B

Read only

Former Member
0 Likes
773

Hi Ram,

Create a role for the user using Txn PFCG. In the menu tab include your own transaction in the next screen and generate. On users tab assign role to end user and click on complete user comparison.

Ask user to logoff and login again. He can now run you transaction.

This activity is generally done by BASIS administrators.

Regards,

Manish Joshi

Message was edited by:

Manish Joshi

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
772

Hi

It's Answered.