SAP ABAP Interface IF_ACO_AUTHORIZATION (Information About Authorization Subject)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA (Application Component) Cross-Application Components
     ACO (Package) Authorization Check with Access Control Objects
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ACO_AUTHORIZATION Authorization Check 20011213
Properties
Interface IF_ACO_AUTHORIZATION  
Short Description Information About Authorization Subject    
General Data
Package ACO   Authorization Check with Access Control Objects 
Created 20011213   SAP 
Last changed 20080612   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_ACO_CONSTANTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Interface IF_ACO_AUTHORIZATION has no interface.
Friends
Interface IF_ACO_AUTHORIZATION has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_COMMON Instance attribute Public Object reference (TYPE REF TO) IF_ACO_COMMON Common Interface for Authorization Check 20020211
2 MV_DEL_USR_SELF Instance attribute Public Type reference (TYPE) BOOLE_D User Can Delete Itself 20040419
3 MV_HANDLE Instance attribute Private Type reference (TYPE) ACO_PERSISTENCY_HANDLE Handle for Persistence Class 20020411
4 MV_USE_AS_TEMPLATE Instance attribute Private Type reference (TYPE) BOOLE_D Template Mode Switched On 20030124
Methods
# Method Level Visibility Method type Description Created on
1 COPY Instance method Public Method Copy Authorization 20020701
2 COPY_CONTENTS Instance method Public Method Copy Activites for Authorization Holders 20030113
3 DELETE Instance method Public Method Delete Entire ACO from DB 20020208
4 DELETE_HR_OBJECT Instance method Public Method Delete HR Organizational Unit from ACO 20020218
5 DELETE_ROLE Instance method Public Method Delete Role from ACO 20020218
6 DELETE_USER Instance method Public Method Delete User from ACO 20020218
7 DELETE_USER_GROUP Instance method Public Method Delete User Group from ACO 20020218
8 FREE Instance method Public Method Delete Entire ACO, Delete Entry in Persistence Layer 20020208
9 GET_AUTHORIZATION_BY_USER Instance method Public Method Provide Authorization Object 20030108
10 GET_AUTHORIZATION_FOR_USER Instance method Public Method Get List of All Authorizations for a User 20011220
11 GET_CHANGES_FOR_OBJECT Instance method Public Method Get "Change Documents" 20011220
12 GET_HANDLE Instance method Public Method Retrieve Handle 20020514
13 GET_OBJECT Instance method Public Method Provide Object 20030130
14 GET_PERMISSION_LIST Instance method Public Method Get List with All Authorizations 20020313
15 GET_USERS Instance method Public Method Get List of All Users 20020417
16 HAS_AUTHORITY Instance method Public Method User Has Authorization for Activity 20011213
17 HAS_CHANGED Instance method Public Method ACL was changed 20020110
18 HAS_EXCLUSIVE_AUTHORIZATION Instance method Public Method User Has Authorization for Activity 20030404
19 HAS_EXTENDED_AUTHORITY Instance method Public Method User Has Extended Authorizations for Activity 20030401
20 RESET_AUTHORITY_FOR_HR_OBJECT Instance method Public Method Reset Authorization of an HR Organization Unit for Activity 20011215
21 RESET_AUTHORITY_FOR_ROLE Instance method Public Method Reset Authorization of Role for Activity 20011215
22 RESET_AUTHORITY_FOR_USER Instance method Public Method Reset User Authorization for Activity 20011215
23 RESET_AUTHORITY_FOR_USER_GROUP Instance method Public Method Reset User Group Authorization for Activity 20011215
24 RESET_EXCLUSIVE_AUTHORIZATION Instance method Public Method Reset Exclusive Authorization 20030402
25 RESET_INCLUSIVE_AUTHORIZATION Instance method Public Method Withdraw Transfer of Authorization 20030402
26 RESET_TEMPLATE Instance method Public Method Switch Off Template Mode 20030124
27 SET_AUTHORITY_FOR_HR_OBJECT Instance method Public Method Set Authorization of HR Organizational Unit for Activity 20011215
28 SET_AUTHORITY_FOR_ROLE Instance method Public Method Set Role Authorization for Activity 20011215
29 SET_AUTHORITY_FOR_USER Instance method Public Method Set User Authorization for Activity 20011215
30 SET_AUTHORITY_FOR_USER_GROUP Instance method Public Method Set User Group Authorization for Activity 20011215
31 SET_DEL_USR_SELF Instance method Public Method User Can Delete Itself: Switch On 20040419
32 SET_EXCLUSIVE_AUTHORIZATION Instance method Public Method Set Exclusive Authorization 20030402
33 SET_INCLUSIVE_AUTHORIZATION Instance method Public Method Transfer Authorization from Other Object 20030402
34 SET_PARENT_AUTHORIZATION Instance method Public Method Set Parent Authorization 20020625
35 SET_TEMPLATE Instance method Public Method Switch On Template Mode 20030124
Events
# Event Type Visibility Description Created on
1 CHANGED Instance Event
(0)
Public
(2)
Authorization was changed 20020124
Types
Interface IF_ACO_AUTHORIZATION has no local type.
Method Signatures

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_COMMON Call by reference Object reference (TYPE REF TO) IF_ACO_COMMON Common-Interface für Berechtigungsprüfung 20020701
2 Importing IR_PARENT_AUTHORIZATION Call by reference Object reference (TYPE REF TO) IF_ACO_AUTHORIZATION Informationen zu einem Ber.subjekt 20020701
3 Importing IV_ID_TO Value transfer Type reference (TYPE) ACO_OBJECT_ID Objekt-Id 20020701
4 Importing IV_TOP_ID_TO Value transfer Type reference (TYPE) ACO_TOP_ID Id des obersten Knotens in der Hierarchie 20020701
5 Returning RR_AUTHORIZATION Value transfer Object reference (TYPE REF TO) IF_ACO_AUTHORIZATION Informationen zu einem Ber.subjekt 20020701

Method COPY on Interface IF_ACO_AUTHORIZATION has no exception.

Method COPY_CONTENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TARGET Call by reference Object reference (TYPE REF TO) IF_ACO_AUTHORIZATION Informationen zu einem Ber.subjekt 20030113
2 Importing IV_DO_NOT_COPY_SY_UNAME Call by reference Type reference (TYPE) BOOLE_D CL_ACO_CONSTANTS=>SC_FALSE 'X' Aktivitäten f. kopierenden Benutzer werden nicht kopiert 20030310

Method COPY_CONTENTS on Interface IF_ACO_AUTHORIZATION has no exception.

Method DELETE Signature

Method DELETE on Interface IF_ACO_AUTHORIZATION has no parameter.
Method DELETE on Interface IF_ACO_AUTHORIZATION has no exception.

Method DELETE_HR_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HR_OBJECT_ID Call by reference Type reference (TYPE) ACO_TS_HR_OBJECT_ID HR-Objekt-Id 20020218
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Benutzer hat nicht die Berechtigung Änderungen durchzuführen 20020218
2 NOT_MEMBER HR-Org.Einheitist nicht in der Kollektion enthalten 20020218

Method DELETE_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ROLE_ID Call by reference Type reference (TYPE) ACO_ROLE_ID Rollen-Id 20020218
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Benutzer hat nicht die Berechtigung Änderungen durchzuführen 20020218
2 NOT_MEMBER Rolle ist nicht in der Kollektion enthalten 20020218

Method DELETE_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USER_ID Call by reference Type reference (TYPE) XUBNAME Benutzername im Benutzerstamm 20020218
# Exception Resumable Description Created on
1 CHANGE_FORBIDDEN Benutzer darf nicht seine eigene Berechtigung löschen 20020502
2 NOT_AUTHORIZED Benutzer hat nicht die Berechtigung Änderungen durchzuführen 20020218
3 NOT_MEMBER Benutzer ist nicht in der Kollektion enthalten 20020218

Method DELETE_USER_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USER_GROUP_ID Call by reference Type reference (TYPE) ACO_USER_GROUP_ID Benutzergruppen-Id 20020218
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Benutzer hat nicht die Berechtigung Änderungen durchzuführen 20020218
2 NOT_MEMBER Benutzergruppe ist nicht in der Kollektion enthalten 20020218

Method FREE Signature

Method FREE on Interface IF_ACO_AUTHORIZATION has no parameter.
Method FREE on Interface IF_ACO_AUTHORIZATION has no exception.

Method GET_AUTHORIZATION_BY_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY Value transfer Type reference (TYPE) ACO_ACTVT Aktivitiät für Berechtigungsprüfung 20030108
2 Importing IV_USER_ID Value transfer Type reference (TYPE) XUBNAME Benutzername im Benutzerstamm 20030108
3 Returning RS_AUTHORIZATION Value transfer Type reference (TYPE) ACO_TS_AUTHORIZATION_PATH Klassifizierung des Berechtigungsobjektes 20030109

Method GET_AUTHORIZATION_BY_USER on Interface IF_ACO_AUTHORIZATION has no exception.

Method GET_AUTHORIZATION_FOR_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UPDATE_AT_SAVE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE ' ': Sofortiges Verbuchen, 'X': Verbuchen erst bei 'Sichern' 20080116
2 Importing IV_USER_ID Call by reference Type reference (TYPE) ACO_USER_ID User Id 20011220
3 Returning RT_ACTIVITIES Value transfer Type reference (TYPE) ACO_TT_ACTIVITY Liste von Aktivitäten für Berechtigungsprüfung 20011220

Method GET_AUTHORIZATION_FOR_USER on Interface IF_ACO_AUTHORIZATION has no exception.

Method GET_CHANGES_FOR_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DELETE Call by reference Type reference (TYPE) ACO_TT_AUTH_HOLDER Allgemeine Struktur für Berechtigungen der Superklasse 20011220
2 Exporting ET_INSERT Call by reference Type reference (TYPE) ACO_TT_AUTH_HOLDER Allgemeine Struktur für Berechtigungen der Superklasse 20011220

Method GET_CHANGES_FOR_OBJECT on Interface IF_ACO_AUTHORIZATION has no exception.

Method GET_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HANDLE Value transfer Type reference (TYPE) ACO_PERSISTENCY_HANDLE Handle für Referenz auf Instanz der Persistenzklasse 20020514

Method GET_HANDLE on Interface IF_ACO_AUTHORIZATION has no exception.

Method GET_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_IF_ACO_COMMON Value transfer Object reference (TYPE REF TO) IF_ACO_COMMON Common-Interface für Berechtigungsprüfung 20030130

Method GET_OBJECT on Interface IF_ACO_AUTHORIZATION has no exception.

Method GET_PERMISSION_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY Value transfer Type reference (TYPE) ACO_ACTVT Aktivitiät für Berechtigungsprüfung 20020418
2 Importing IV_EVALUATE_REFERENCES Value transfer Type reference (TYPE) BOOLEAN CL_ACO_CONSTANTS=>SC_TRUE boolsche Variable (X=true, -=false, space=unknown) 20030227
3 Importing IV_UPDATE_AT_SAVE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE ' ': Sofortiges Verbuchen, 'X': Verbuchen erst bei 'Sichern' 20080116
4 Returning RT_PERMISSION_LIST Value transfer Type reference (TYPE) ACO_TT_PERMISSIONS Liste von ACO_TS_PERMISSIONS 20020313

Method GET_PERMISSION_LIST on Interface IF_ACO_AUTHORIZATION has no exception.

Method GET_USERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_AUTHORIZATION_REFERENCE Value transfer Object reference (TYPE REF TO) IF_ACO_AUTHORIZATION Informationen zu einem Ber.subjekt 20030110
2 Importing IV_ACTIVITY Value transfer Type reference (TYPE) ACO_ACTVT Aktivitiät für Berechtigungsprüfung 20020417
3 Returning RT_USER_ID Value transfer Type reference (TYPE) ACO_TT_USER_ID Liste von User-Ids 20020417

Method GET_USERS on Interface IF_ACO_AUTHORIZATION has no exception.

Method HAS_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY Value transfer Type reference (TYPE) ACO_ACTVT Aktivitiät für Berechtigungsprüfung 20011213
2 Importing IV_USER_ID Call by reference Type reference (TYPE) XUBNAME SY-UNAME Benutzername im Benutzerstamm 20011213
3 Returning RV_HAS_AUTHORITY Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20011213

Method HAS_AUTHORITY on Interface IF_ACO_AUTHORIZATION has no exception.

Method HAS_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HAS_CHANGED Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20020110

Method HAS_CHANGED on Interface IF_ACO_AUTHORIZATION has no exception.

Method HAS_EXCLUSIVE_AUTHORIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HAS_EXCLUSIVE_AUTHORIZATION Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20030404

Method HAS_EXCLUSIVE_AUTHORIZATION on Interface IF_ACO_AUTHORIZATION has no exception.

Method HAS_EXTENDED_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY Value transfer Type reference (TYPE) ACO_ACTVT Aktivitiät für Berechtigungsprüfung 20030401
2 Importing IV_USER_ID Call by reference Type reference (TYPE) XUBNAME SY-UNAME Benutzername im Benutzerstamm 20030401
3 Returning RV_HAS_AUTHORITY Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20030401

Method HAS_EXTENDED_AUTHORITY on Interface IF_ACO_AUTHORIZATION has no exception.

Method RESET_AUTHORITY_FOR_HR_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY Call by reference Type reference (TYPE) ACO_ACTVT Aktivitiät für Berechtigungsprüfung 20011215
2 Importing IV_HR_OBJECT_ID Call by reference Type reference (TYPE) ACO_TS_HR_OBJECT_ID HR-Objekt-Id 20011215
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Benutzer hat nicht die Berechtigung Änderungen durchzuführen 20011220

Method RESET_AUTHORITY_FOR_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY Call by reference Type reference (TYPE) ACO_ACTVT Aktivitiät für Berechtigungsprüfung 20011215
2 Importing IV_ROLE_ID Call by reference Type reference (TYPE) ACO_ROLE_ID Rollen-Id 20011215
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Benutzer hat nicht die Berechtigung Änderungen durchzuführen 20011220

Method RESET_AUTHORITY_FOR_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY Call by reference Type reference (TYPE) ACO_ACTVT Aktivitiät für Berechtigungsprüfung 20011215
2 Importing IV_USER_ID Call by reference Type reference (TYPE) XUBNAME Benutzername im Benutzerstamm 20011215
# Exception Resumable Description Created on
1 CHANGE_FORBIDDEN Letzte Admin-Berechtigung bzgl. Top-Node wird nicht gelöscht 20020320
2 NOT_AUTHORIZED Benutzer hat nicht die Berechtigung Änderungen durchzuführen 20011220

Method RESET_AUTHORITY_FOR_USER_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY Call by reference Type reference (TYPE) ACO_ACTVT Aktivitiät für Berechtigungsprüfung 20011215
2 Importing IV_USER_GROUP_ID Call by reference Type reference (TYPE) ACO_USER_GROUP_ID Benutzergruppen-Id 20011215
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Benutzer hat nicht die Berechtigung Änderungen durchzuführen 20011220

Method RESET_EXCLUSIVE_AUTHORIZATION Signature

Method RESET_EXCLUSIVE_AUTHORIZATION on Interface IF_ACO_AUTHORIZATION has no parameter.
Method RESET_EXCLUSIVE_AUTHORIZATION on Interface IF_ACO_AUTHORIZATION has no exception.

Method RESET_INCLUSIVE_AUTHORIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_AUTHORIZATION Call by reference Object reference (TYPE REF TO) IF_ACO_AUTHORIZATION Informationen zu einem Ber.subjekt 20030402
# Exception Resumable Description Created on
1 PARAMETERS_NOT_VALID IV_ACTIVITY oder IR_AUTHORIZATION sind nicht gefüllt 20030402

Method RESET_TEMPLATE Signature

Method RESET_TEMPLATE on Interface IF_ACO_AUTHORIZATION has no parameter.
Method RESET_TEMPLATE on Interface IF_ACO_AUTHORIZATION has no exception.

Method SET_AUTHORITY_FOR_HR_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY Call by reference Type reference (TYPE) ACO_ACTVT Aktivitiät für Berechtigungsprüfung 20011215
2 Importing IV_HR_OBJECT_ID Call by reference Type reference (TYPE) ACO_TS_HR_OBJECT_ID HR-Objekt-Id 20011215
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Benutzer hat nicht die Berechtigung Änderungen durchzuführen 20011220

Method SET_AUTHORITY_FOR_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY Call by reference Type reference (TYPE) ACO_ACTVT Aktivitiät für Berechtigungsprüfung 20011215
2 Importing IV_ROLE_ID Call by reference Type reference (TYPE) ACO_ROLE_ID Rollen-Id 20011215
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Benutzer hat nicht die Berechtigung Änderungen durchzuführen 20011220

Method SET_AUTHORITY_FOR_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY Value transfer Type reference (TYPE) ACO_ACTVT Aktivitiät für Berechtigungsprüfung 20011215
2 Importing IV_USER_ID Call by reference Type reference (TYPE) XUBNAME Benutzername im Benutzerstamm 20011215
# Exception Resumable Description Created on
1 CHANGE_FORBIDDEN Letzte Admin-Berechtigung bzgl. Top-Node wird nicht gelöscht 20020320
2 NOT_AUTHORIZED Benutzer hat nicht die Berechtigung Änderungen durchzuführen 20011220

Method SET_AUTHORITY_FOR_USER_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY Call by reference Type reference (TYPE) ACO_ACTVT Aktivitiät für Berechtigungsprüfung 20011215
2 Importing IV_USER_GROUP_ID Call by reference Type reference (TYPE) ACO_USER_GROUP_ID Benutzergruppen-Id 20011215
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Benutzer hat nicht die Berechtigung Änderungen durchzuführen 20011220

Method SET_DEL_USR_SELF Signature

Method SET_DEL_USR_SELF on Interface IF_ACO_AUTHORIZATION has no parameter.
Method SET_DEL_USR_SELF on Interface IF_ACO_AUTHORIZATION has no exception.

Method SET_EXCLUSIVE_AUTHORIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_EXCLUSIVE_AUTHORIZATION Call by reference Object reference (TYPE REF TO) IF_ACO_AUTHORIZATION Informationen zu einem Ber.subjekt 20030402

Method SET_EXCLUSIVE_AUTHORIZATION on Interface IF_ACO_AUTHORIZATION has no exception.

Method SET_INCLUSIVE_AUTHORIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_AUTHORIZATION Call by reference Object reference (TYPE REF TO) IF_ACO_AUTHORIZATION Informationen zu einem Ber.subjekt 20030402
2 Importing IT_ACTIVITY_REPLACEMENT Call by reference Type reference (TYPE) ACO_TT_ACTIVITY Liste von Aktivitäten für Berechtigungsprüfung 20030402
3 Importing IV_ACTIVITY Call by reference Type reference (TYPE) ACO_ACTVT Aktivitiät für Berechtigungsprüfung 20030402
# Exception Resumable Description Created on
1 PARAMETERS_NOT_VALID IV_ACTIVITY oder IR_AUTHORIZATION sind nicht gefüllt 20030402

Method SET_PARENT_AUTHORIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARENT_AUTHORIZATION Call by reference Object reference (TYPE REF TO) IF_ACO_AUTHORIZATION Informationen zu einem Ber.subjekt 20020625
2 Importing IV_TOP_ID Call by reference Type reference (TYPE) ACO_TOP_ID ID des obersten Knotens in der Hierarchie 20070212

Method SET_PARENT_AUTHORIZATION on Interface IF_ACO_AUTHORIZATION has no exception.

Method SET_TEMPLATE Signature

Method SET_TEMPLATE on Interface IF_ACO_AUTHORIZATION has no parameter.
Method SET_TEMPLATE on Interface IF_ACO_AUTHORIZATION has no exception.
Event Signatures

Event CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ER_AUTHORIZATION Exporting Value transfer Object reference (TYPE REF TO) IF_ACO_AUTHORIZATION Informationen zu einem Ber.subjekt 20020208
History
Last changed by/on SAP  20080612 
SAP Release Created in 100