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

is there any table having tcode and authorization objects as fields

Former Member
0 Likes
17,337

hi,

i need one table which has the fields tcode and authorization object.

7 REPLIES 7
Read only

Former Member
0 Likes
6,594

hi,

try <b>tstc</b> and <b>tstct</b> for t codes,

try <b>tadir</b> for authorization.

reward points if uselful,

seshu.

Read only

Former Member
0 Likes
6,594

Hi,

check the table TSTC

OR

Try searching TSTC* in se11..

Thanks

Naren

Read only

Former Member
0 Likes
6,594

Hi

Check the tables

AGR_TCODES

AGR_DEFINE

AGR_1252

AGR_USERS

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
6,594

SAP R/3 Authorization Concept

Fundamental to SAP R/3 security is the authorization concept. To get an understanding of SAP R/3 security, one needs to thoroughly understand the authorization concept. The authorization concept allows the assignment of broad or finely defined authorizations/permissions for system access. Several authorizations may be required to perform a task such as creating a material master record. Based upon design, these authorizations can be limited to:

Access to the transaction code (TCODE) to create a material master

Access to specific material

Authorization to work in a particular plant in the system

Authorization Object

Authorization objects can best be described as locks that limit access to SAP R/3 system objects, such as programs, TCODES and data entry screens. Depending on the SAP R/3 version, there are approximately 800 standard authorizations.

There can be 10 fields in an authorization object, but all 10 fields are not used in all objects. The most common field in an authorization object is the activity field. These are predefined activity codes that reside in a table named TACT. Examples of activity are "01" create or generate, "02" change, "03" read, "04" print or edit message, and "06" delete. The next most common field is an organization field, such as company code or plant.

Authorization objects are classified and cataloged in the system based upon functionality, such as FI (financial accounting) or HR (human resources). These classifications are called object classes.

Developers and programmers can create new authorization objects through the developers' workbench called ABAP Workbench in SAP R/3. ABAP/4 is a 4GL (fourth-generation programming language) that was used to develop all SAP R/3 applications. It stands for Advanced Business Application Programming Language.

Authorizations

Authorizations are the keys that can open the authorization objects, and they contain the specific information for field values. For instance, an authorization contains a specific set of values for one or all the fields of a particular authorization object. If a field is not restricted, an authorization will have an asterisk (*) as a field value.

check in following table AGR_TCODES

An example of an authorization is as follows:

Field Value

ACTVT (Activity) 01

BUKRS (Company Code) 0010

This particular authorization grants users access to create for company code 0010 the specific object that is locked by the authorization object, such as a purchase order.

The following authorization will grant total access to all the activities for all the company codes:

Field Value

ACTVT (Activity) *

BUKRS (Company Code) *

********please reward points if the information is helpful to you***************

Read only

Former Member
0 Likes
6,594

<b>TSTCA</b> -> Values for transaction code authorizations is the table with

fields are ...


TCODE   Transaction Code
OBJCT   Authorization Object
VALUE  Authorization Value

reward points if it usefull ...

Girish

Read only

Former Member
0 Likes
6,594

its TSTCA

Read only

kiran_k8
Active Contributor
0 Likes
6,594

Chakri,

Check uskri and usott tables.If they are not satisfying your requirement then go to se11 and give us* and check all the table that are realted to users.

K.Kiran.