‎2013 Sep 04 5:40 AM
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
‎2013 Sep 04 12:08 PM
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.
‎2013 Sep 04 8:04 AM
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
‎2013 Sep 04 8:10 AM
Check with T-Code SU53 which authorization is missing or make a trace via ST01 on your user.
Regards,
Damian
‎2013 Sep 04 12:08 PM
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.