cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction Vs Authorization Object

Former Member
0 Kudos

Dear All,

Is there any document or transaction to determine the relationship between transaction code and authorization object...

Means which transaction code is linked to which authorization object(s) and vice versa meaning by assigning a authorization object which are related transaction(s)

please help .. points offcourse yes...

thanks

Accepted Solutions (1)

Accepted Solutions (1)

ankur_garg5
Active Contributor
0 Kudos

Hi Zeeshan,

See if the following links prove to be of any help:

Bye

Ankur

Do reward points if it helps!!

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Transaction is just a funtional call which is liked to a authorization object(s)

Authorization Object:

An authorization object groups up to ten fields that are related by AND.

An authorization object allows complex tests of an authorization for multiple conditions. Authorizations allow users to execute actions within the system. For an authorization check to be successful, all field values of the authorization object must be appropriately maintained in the user master.

Authorization objects are divided into classes for comprehensibility. An object class is a logical combination of authorization objects and corresponds, for example, to an application (financial accounting, human resources, and so on). The line of the authorization object class is colored orange in the profile generator.

For information about maintaining the authorization values, double click an authorization object.

The line of the authorization object is colored green in the profile generator.

Authorization:

Definition of an authorization object, that is, a combination of permissible values in each authorization field of an authorization object.

An authorization enables you to perform a particular activity in the SAP System, based on a set of authorization object field values.

Authorizations allow you to specify any number of single values or value ranges for a field of an authorization object. You can also allow all values, or allow an empty field as a permissible value.

If you change authorizations, all users whose authorization profile contains these authorizations are affected.

As a system administrator, you can change authorizations in the following ways:

· You can extend and change the SAP defaults with role maintenance.

· You can change authorizations manually. These changes take effect for the relevant users as soon as you activate the authorization.

The programmer of a function decides whether, where and how authorizations are to be checked. The program determines whether the user has sufficient authorization for a particular activity. To do this, it compares the field values specified in the program with the values contained in the authorizations of the user master record.

The line of the authorization is colored yellow in the profile generator.

Reward points if usefull

Former Member
0 Kudos

in tcode SU24 you can get the list of TCode and its assigned authorization objects.

Cheers,

-Sunil