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

Access Key - Table

Former Member
0 Likes
3,246

Hi All,,

Access key of a particular user will be stored in a paticular DB table.

I had forgotten the table name.

Could you please help me in identifying the table name..

thanks in adv..

reg,

Naveena.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,561

Hi,

DEVACCESS

Table of development users including dev access key

USR02

Logon data

USR04

User master authorization (one row per user)

UST04

User profiles (multiple rows per user)

USR10

Authorisation profiles (i.e. &_SAP_ALL)

UST10C

Composit profiles (i.e. profile has sub profile)

USR11

Text for authorisation profiles

USR12

Authorisation values

USR13

Short text for authorisation

USR40

Tabl for illegal passwords

OBJT

Authorisation objetc table

DBCON

Description of database connections (including password)

DD02V

Date dictionary tables

DD03L

Date dictionary tables and fields

DD07T

Texts for Domain Fixed Values

TRDIR

Table of programs

TRMAC

Table of macros

TSTC

Table of transaction codes

TADIR

Directory of R/3 repository objects

TFACD

Factory calender definition

THOCI

Public holiday calendar index

TPARA

Table of PID's

6 REPLIES 6
Read only

Former Member
0 Likes
1,561

i dont think you can get it in any table name ..

they are stored in sap system and sap reads it by calling c functions which cannot be debbuged

thanks

vivekanand

Read only

Former Member
0 Likes
1,561

hi

access key is not stored in where

by useing access key the standard SAP programs or tables can be changed

what do u mean by access key

Read only

Former Member
0 Likes
1,562

Hi,

DEVACCESS

Table of development users including dev access key

USR02

Logon data

USR04

User master authorization (one row per user)

UST04

User profiles (multiple rows per user)

USR10

Authorisation profiles (i.e. &_SAP_ALL)

UST10C

Composit profiles (i.e. profile has sub profile)

USR11

Text for authorisation profiles

USR12

Authorisation values

USR13

Short text for authorisation

USR40

Tabl for illegal passwords

OBJT

Authorisation objetc table

DBCON

Description of database connections (including password)

DD02V

Date dictionary tables

DD03L

Date dictionary tables and fields

DD07T

Texts for Domain Fixed Values

TRDIR

Table of programs

TRMAC

Table of macros

TSTC

Table of transaction codes

TADIR

Directory of R/3 repository objects

TFACD

Factory calender definition

THOCI

Public holiday calendar index

TPARA

Table of PID's

Read only

SantoshKallem
Active Contributor
0 Likes
1,561

table name is DEVACCESS.

Regards.

santhosh reddy

Read only

Former Member
0 Likes
1,561

Hi

Ask the concerned BASIS guy by giving the Table/program name etc

like R3TR-TABL-<table name>

or R3TR-PROG- <prog name>

he will give the key

Regards

Anji

Read only

hymavathi_oruganti
Active Contributor
0 Likes
1,561

hi DEVACCESS is the exact table.

there is another table ADIRACCESS which is table store keys for TADIR objects

Message was edited by:

Hymavathi Oruganti