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

Authorization issue

Former Member
0 Likes
657

Hi Experts,

I am new to SAP ABAP.

I have developed a custom T-code for my report program.

But when i try to execute the T-Code "ZZMATREP" i am getting an error as "You are not authorized to use transaction ZZMATREP"

Is there any way i can just check if the T-code is working ?

Appreciate any help.

Thanks,

Deepak

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
600

Hi Deepak,

If you want to just check if your T-Code is working then use the Function Module "C160_TRANSACTION_CALL" .

Give the T-code in  I_TCODE and Execute it.

Regards,

Parth.

3 REPLIES 3
Read only

Former Member
0 Likes
600

Hi Deepak,

Ask your basis team to give you authorization of this T Code for your user. Then only you can test desired T code.

Regards,

waqas

Read only

former_member219338
Participant
0 Likes
600

Check with T-Code SU53 which authorization is missing or make a trace via ST01 on your user.

Regards,

Damian

Read only

Former Member
0 Likes
601

Hi Deepak,

If you want to just check if your T-Code is working then use the Function Module "C160_TRANSACTION_CALL" .

Give the T-code in  I_TCODE and Execute it.

Regards,

Parth.