cancel
Showing results for 
Search instead for 
Did you mean: 

how to get authorization profile of users in R/3

Former Member
0 Kudos

hi,

i have to get Authorization profile of users inR/3 .

can u please tellme for this which bapi i have to call.

regards

Guru

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

user master authorizations table is

<b>usr04</b>

suresh_datti
Active Contributor
0 Kudos

PL take a look at AGR_USERS table

Suresh

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Check this.

BAPI_USER_GET_DETAIL

SUSR_USER_AGR_ACTIVITYGR_GET

Thanks,

Ravi

former_member181966
Active Contributor
0 Kudos

See tablae:

<i>AGR_users ( roles and users )

Agr_1251 ( Roles and Auth.object and values )</i>

<b>for more tables: AGR*</b>

<b>for Security concept : read</b>

http://www.thespot4sap.com/Articles/SAP_BC_Authorization_Concept.asp

And moreover you can see my answer in this thread !!

Hope this’ll give you idea!!

<b>P.S award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

former_member181962
Active Contributor
0 Kudos

HI,

Get them using a select on the table USR10.

Regards,

Ravi

Former Member
0 Kudos

AUTH_VALUES_FOR_USER

Former Member
0 Kudos

Hai Guruvulu

check the BAPI 'BAPI_CREDITCARD_AUTHORIZATION'

also check the F.M 'PRGN_CATT_CREATE_AUTHORIZATION'

for this F.M go through the SAP Standard Program

'LPRGN_CATTI01'

CALL FUNCTION 'PRGN_CATT_CREATE_AUTHORIZATION'

EXPORTING

NO_DIALOG = ' '

TEMPLATE = TPRVORT-PATTERN

FILL_UNMAINTAINED_FIELDS = FELDSTERN

TABLES

TCODES = TCODES

CHANGING

USER_NAME = USR02-BNAME

FROM_DATE = AGR_TIME-CREATE_DAT

TO_DATE = AGR_TIME-CHANGE_DAT

PASSWORD = PWD

EXCEPTIONS

ERROR_WHEN_CREATING_USER = 1

ERROR_WHEN_CREATING_ACTGROUP = 2

ILLEGAL_TCODES = 3

NO_TCODES_SELECTED = 4

NOT_AUTHORIZED = 5

ACTION_CANCELLED = 6

PROBLEM_WITH_USER_COMPARE = 7

PROFGEN_TABLES_NOT_UPDATED = 8

ZBV_IS_ACTIVE = 9

ERROR_WHEN_CREATING_PROFILE = 10

OTHERS = 11.

Thanks & Regards

Sreenivasulu P

Message was edited by: Sreenivasulu Ponnadi

Former Member
0 Kudos

hi,

can u tell me user table name

regards.

Guru

suresh_datti
Active Contributor
0 Kudos

try BAPI_USER_LOCPROFILES_READ

Regards,

Suresh Datti

Former Member
0 Kudos

this will work good

SUSR_GET_PROFILES_OF_USER_RFC