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 Error Msg

Former Member
0 Likes
432

Dear Experts,

I m new to Dialog Programming. i hv created a dialog program correspond to ABAP program. I hv also created a tcode for this.

but when i run the tcode, its displaying a error msg.

"You are not authorized to use transaction Y_TEST_DYNPRO"

Can anyone help me in this.

Regards

Maverick

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
387

ask admins to grant you authorizations to this transaction code (that may sound strange to you but you may create it but not call it). They can also grant you authorizations to all Y* transaction codes, if authorization policy allows it.

Read only

Former Member
0 Likes
387

Hi,

Whenever you create any Transaction Code, you need to attach an authorization Object to it. As per the role (e.g. Developer or Administrator ) you need to attach the Authorization Object to it.

Execute Tocde: SE93 -> Give you Tcode and in the edit mode assign the authorization object : S_DEVELOP, S_GUI as a basic minimum authorization object. If you are still getting the authorization errors, you need to get all the authozation objects from the BASIS Administrator and assign it to you Tcode.

Have a look at the link below for a complete overview:

http://help.sap.com/saphelp_nw04/helpdata/EN/52/671285439b11d1896f0000e8322d00/content.htm

http://help.sap.com/saphelp_banking463/helpdata/en/5c/deaa74d3d411d3970a0000e82de14a/content.htm

SAP Authorization Concept in Transaction Codes:

http://help.sap.com/saphelp_nw04s/helpdata/en/52/67129f439b11d1896f0000e8322d00/content.htm

Hope this helps.

Thanks and Regards,

Samantak.

Edited by: Samantak Chatterjee on Aug 24, 2009 3:42 PM