SAP ABAP Function Module SUSR_INTERFACE_PROF (Create, Change, Delete Auth. Profile or Determine Values)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SEC-USR-ADM (Application Component) User and Authorization Management
     SUSR (Package) ABAP User Administration
Basic Data
Function Module SUSR_INTERFACE_PROF Create, Change, Delete Auth. Profile or Determine Values  
Function Group SUSB   Interface: Users and authorizations  
Program Name SAPLSUSB   Interface: Users and authorizations 
INCLUDE Name LSUSBU07    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting PSTATE TYPE USR10-AKTPS Profile status: A=active, P=update version
Importing PROFILE TYPE USR10-PROFN Profile name
Importing PTEXT TYPE USR11-PTEXT Short text for profile
Importing PTYPE TYPE USR10-TYP 'G' Typ des Profils (manuell oder generiert)
Importing ACTION TYPE '03' 01=create, 02=change, 03=display, 06=delete
Importing NO_CHECK_IN_CREATE_MODE TYPE SMENSAPNEW-CUSTOMIZED SPACE
Importing NO_CHECK_IN_UPDATE_MODE TYPE SMENSAPNEW-CUSTOMIZED SPACE
Importing DIALOG TYPE C SPACE Profilgenerierung im Dialog: 'X' = ja, sonst nein
Tables VALUES TYPE USVAL Objects, authorizations and values
Tables AUTHS TYPE USAUT Short texts for authorizations
Tables PROF_IN TYPE USPRO Profiles to be changed (for action 02 only)
Tables PROF_OUT TYPE USPRO Profiles (action 01, 02; action 03 composite profile)
Tables AUTH_OUT TYPE USAUT List of authorizations created
Exception NOT_AUTHORIZED_FOR_AUTH TYPE No authorization for action on authorization
Exception PARAMS_INCOMPLETE TYPE Incomplete parameters
Exception NOT_AUTHORIZED_FOR_PROFILE TYPE No authorization for action on profile
Exception PROFILE_EXISTS TYPE Profile already exists (for create)
Exception AUTH_EXISTS TYPE Authorization already exists (for create)
Exception COLECTIVE_PROFILE TYPE Composite profile (data is not delivered)
Exception BAD_PROFILE_NAME TYPE Profile name not allowed
Exception BAD_AUTH_NAME TYPE Authorization name not allowed
Exception PROFILE_DONT_EXIST TYPE Profile does not exist
Exception AUTHORIZATION_OVERFLOW TYPE Authorization overflow with more than one field
Exception SHORTTEXT_MISSING TYPE Missing short text for profile or authorization
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19960412 
SAP Release Created in