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: 

Sap Security

Former Member
0 Kudos

Hi All,

how to add a transaction if it is giving that transaction is not created.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi KHAISER,

i think i get u right.... some times the Z tcodes are created but not assigned to Programmes correctly. This is an ABAP hitch and check with ur developer to assign the tcode correctly in the development system. Then it can be successfully addd to the role only after the abaper is done with Tcode assignment to the report or program etc....

Also if u r looking for any SAP standard Tcode, and it says that the tcode does not exist, there are 2 chances.

1. The t code is retired by SAP and no more to be used in roles..

2. The Tcode is apart of extra Add on's or IS specific ones, and not available to your present installation.

Hope fully the input is helpful to u

Br,

Sri

Award points for helpful answers

4 REPLIES 4

Former Member
0 Kudos

Hi,

What exactely you mean.

Do you want to assing a transaction which is not existing (created) in system?

You can add non-existing T-Code. But why do you want to adde a non existing T-Code? Its not recommended to add S-Tode mannually and add non-existing T-Codes.

If you a user/someone request for the transaction which is not availabe let them know the transaction does not exists. (Ask them to re-check for T-Code)

Cheers

Soma

Message was edited by:

soma pradeep

Former Member
0 Kudos

hi KHAISER,

i think i get u right.... some times the Z tcodes are created but not assigned to Programmes correctly. This is an ABAP hitch and check with ur developer to assign the tcode correctly in the development system. Then it can be successfully addd to the role only after the abaper is done with Tcode assignment to the report or program etc....

Also if u r looking for any SAP standard Tcode, and it says that the tcode does not exist, there are 2 chances.

1. The t code is retired by SAP and no more to be used in roles..

2. The Tcode is apart of extra Add on's or IS specific ones, and not available to your present installation.

Hope fully the input is helpful to u

Br,

Sri

Award points for helpful answers

WolfgangJanzen
Product and Topic Expert
Product and Topic Expert
0 Kudos

The proper approach would be:

whenever you create a new program / transaction / service or whenever you add a new AUTHORITY-CHECK (refering to an existing or new authorization object) you should also provide a new role. That role can then be assigned to users so that they can use the new program / transaction / service - without speculating on which authorizations need to be assigned.

=> it's the <b>task of a developer</b> not only to provide coding and (raw) documentation but also to create proper roles (containing the required authorization data)

Regards, Wolfgang

Former Member
0 Kudos

Hi Khaiser,

Thanks for the points... also a small suggestion...

Ur Posts are titled SAP Security in many occasions.. please put an appropriate title so that it would be helpful for many to post advices and also to refer them later..

Hope u get the message....

Br,

Sri

Award points for helpful answers