SAP R/3 форум ABAP консультантов
Russian ABAP Developer's Club

Home - FAQ - Search - Memberlist - Usergroups - Profile - Log in to check your private messages - Register - Log in - English
Blogs - Weblogs News

Users and Authorizations



 
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> Function Modules | Функциональные модули
View previous topic :: View next topic  
Author Message
admin
Администратор
Администратор



Joined: 01 Sep 2007
Posts: 1639

PostPosted: Mon Sep 17, 2007 6:54 pm    Post subject: Users and Authorizations Reply with quote

USER_EXISTS - check a User name in user master record exists
returns result in exeptions

PROFILE_EXISTS - Check Auth. profile in user master maintenance exists
returns result in exeptions

OBJECT_EXISTS - Check Auth. object in user master maintenance exists
returns result in exeptions

SUSR_SHOW_USER_DETAILS - returns user details (can display them in popup window)

SUSR_GET_USER_DEFAULTS - returns defaults for the users in table parameter

AUTHORITY_CHECK_TCODE - check user authorization for a tcode using different procedures via CALL 'AUTH_CHECK_TCODE'

SUSR_AUTHORITY_CHECK_S_TCODE - via AUTHORITY-CHECK OBJECT 'S_TCODE'

SUSR_USER_AUTH_FOR_OBJ_GET - Display authorizations (for a specified object) belonging to a user

SXPG_CALL_SYSTEM - you can check the user's authorization for the specified command and run the command. The command runs on the host system on which the function module is executed. The function module is RFC capable. It can therefore be run on the host system at which a user happens to be active or on another designated host system at which an R/3 server is active.

SXPG_COMMAND_CHECK - Check whether the user is authorized to execute the specified command on the target host system with the specified arguments.

SXPG_COMMAND_DEFINITION_GET - Read the definition of a single external OS command from the R/3 System's database.

SXPG_COMMAND_EXECUTE - Check a user's authorization to use a command, as in SXPG_COMMAND_CHECK. If the authorization check is successful, then execute the command on the target host system.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> Function Modules | Функциональные модули All times are GMT + 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG.
SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG.
Every effort is made to ensure content integrity. Use information on this site at your own risk.