SAP ABAP Class CL_ACO_P_USER_GROUP (Persistence of User Group)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA (Application Component) Cross-Application Components
     ACO (Package) Authorization Check with Access Control Objects
Properties
Class CL_ACO_P_USER_GROUP  
Short Description Persistence of User Group    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ACO   Authorization Check with Access Control Objects 
Created 20020322   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class CL_ACO_P_USER_GROUP has no interface implemented.
Friends
Class CL_ACO_P_USER_GROUP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_DELETED_GROUPS Instance attribute Protected Type reference (TYPE) ACO_TT_GROUP List of User Groups To Be Deleted 20050810
2 MT_DELETED_GROUP_HIERS Instance attribute Protected Type reference (TYPE) ACO_TT_GROUP_HIER List of User Groups To Be Deleted for a User Group 20050810
3 MT_DELETED_GROUP_USERS Instance attribute Protected Type reference (TYPE) ACO_TT_GROUP_USER List of Users To Be Deleted in a User Group 20050810
4 MT_INSERTED_GROUPS Instance attribute Protected Type reference (TYPE) ACO_TT_GROUP List of User Groups To Be Added 20050810
5 MT_INSERTED_GROUP_HIERS Instance attribute Protected Type reference (TYPE) ACO_TT_GROUP_HIER List of User Groups To Be Added to a User Group 20050810
6 MT_INSERTED_GROUP_USERS Instance attribute Protected Type reference (TYPE) ACO_TT_GROUP_USER List of Users to Be Added to a User Group 20050810
7 MT_UPDATED_GROUPS Instance attribute Protected Type reference (TYPE) ACO_TT_GROUP List of User Groups To Be Changed 20050810
8 MV_UPDATE_AT_SAVE Instance attribute Private Type reference (TYPE) BOOLE_D ABAP_FALSE ' ': Update Immediately, 'X': Update Upon Saving 20050810
9 SR_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_ACO_P_USER_GROUP Persistence of User Group 20020326
Methods
# Method Level Visibility Method type Description Created on
1 COPY_USER Instance method Public Method Copy Users 20020322
2 DELETE Instance method Public Method Delete 20020322
3 DELETE_USER Instance method Public Method Delete User 20020322
4 DELETE_USER_GROUP Instance method Public Method Delete User Group 20020325
5 FREE Instance method Protected Method Destructor of Persistence Singleton 20050810
6 FREE_SINGLETON Static method Public Method Destructor of Persistence 20050810
7 GET Instance method Public Method Retrieve User Groups 20020322
8 GET_ACO_GROUP Instance method Protected Method Determine Attributes for User Group 20050810
9 GET_ACO_GROUP_HIER Instance method Protected Method Determine User Groups for User Group 20050810
10 GET_ACO_GROUP_SUP Instance method Protected Method Determine Superior User Groups for User Group 20050810
11 GET_ACO_GROUP_USER Instance method Protected Method Determine Users for User Group 20050810
12 GET_ATTRIBUTES Instance method Public Method Retrieve User Groups 20020322
13 GET_CHANGE_DOCUMENTS Static method Public Method Get Information for Change Documents 20071219
14 GET_DESCRIPTION Instance method Public Method Retrieve Description 20020409
15 GET_INSTANCE Static method Public Method Retrieving the Instance 20020322
16 GET_LIST Instance method Public Method Retreive List 20020322
17 GET_NAME Instance method Public Method Retreive Name 20020322
18 GET_SUPERIOR_USER_GROUPS Instance method Public Method Superior User Groups of a User Group 20050810
19 GET_UPDATE_AT_SAVE Instance method Public Method Supplies Update Mode 'Immediately' vs. 'On Saving' 20050810
20 GET_USERS Instance method Public Method Retrieve Users 20020322
21 GET_USER_GROUPS Instance method Public Method Retrieve User Groups 20020322
22 GET_USER_GROUPS_BY_USER Instance method Public Method Retrieve User Groups with Specified User 20020422
23 GET_USER_GROUPS_BY_USER_GROUPS Instance method Public Method Retrieve User Groups 20020422
24 HAS_USER_GROUP_CHANGES Instance method Public Method Do Changes Exist for Current User Group? 20050810
25 INITIALIZE_AFTER_SAVE Instance method Public Method Reset Persistence Buffer After COMMIT/ROLLBACK WORK 20050810
26 INSERT Instance method Public Method Create 20020322
27 INSERT_USER Instance method Public Method Add User 20020322
28 INSERT_USER_GROUP Instance method Public Method Add User Group 20020326
29 IS_CREATED Instance method Public Method Existence Check 20020322
30 NOTE_GROUP_FOR_DELETE Instance method Protected Method Mark User Group for DELETE 20050810
31 NOTE_GROUP_FOR_INSERT Instance method Protected Method Mark User Group for INSERT 20050810
32 NOTE_GROUP_FOR_UPDATE Instance method Protected Method Mark User Group for UPDATE 20050810
33 NOTE_GROUP_HIER_FOR_DELETE Instance method Protected Method Mark User Group in User Group for DELETE 20050810
34 NOTE_GROUP_HIER_FOR_INSERT Instance method Protected Method Mark User Group in User Group for INSERT 20050810
35 NOTE_GROUP_USER_FOR_DELETE Instance method Protected Method Mark User in User Group for DELETE 20050810
36 NOTE_GROUP_USER_FOR_INSERT Instance method Protected Method Mark User in User Group for INSERT 20050810
37 SAVE Instance method Public Method Transfer Changes from Persistence to Update 20050810
38 SET_UPDATE_AT_SAVE Instance method Public Method Sets Update Mode 'Immediately vs. 'On Saving' 20050810
39 UPDATE_ADMINISTRATION_DATA Instance method Private Method Update Administration Data 20020322
40 UPDATE_DESCRIPTION Instance method Public Method Update Description 20020322
41 UPDATE_NAME Instance method Public Method Update Name 20020322
Events
Class CL_ACO_P_USER_GROUP has no event.
Types
Class CL_ACO_P_USER_GROUP has no local type.
Method Signatures

Method COPY_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) ACO_GROUP_USER-USER_ID User Id 20020322
2 Importing IV_USER_ID_TEMPLATE Call by reference Type reference (TYPE) ACO_GROUP_USER-USER_ID User Id 20020322

Method COPY_USER on class CL_ACO_P_USER_GROUP has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ATTRIBUTES Call by reference Type reference (TYPE) ACO_GROUP ACO: User Groups 20050810

Method DELETE on class CL_ACO_P_USER_GROUP has no exception.

Method DELETE_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USER_GROUP_ID Value transfer Type reference (TYPE) ACO_GROUP_USER-USER_GROUP_ID User Group Id 20020325
2 Importing IV_USER_ID Value transfer Type reference (TYPE) ACO_GROUP_USER-USER_ID User Id 20020322

Method DELETE_USER on class CL_ACO_P_USER_GROUP has no exception.

Method DELETE_USER_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHILD_GROUP_ID Call by reference Type reference (TYPE) ACO_GROUP_HIER-CHILD_GROUP_ID User Id 20020325
2 Importing IV_USER_GROUP_ID Call by reference Type reference (TYPE) ACO_GROUP_HIER-USER_GROUP_ID User Group Id 20020325

Method DELETE_USER_GROUP on class CL_ACO_P_USER_GROUP has no exception.

Method FREE Signature

Method FREE on class CL_ACO_P_USER_GROUP has no parameter.
Method FREE on class CL_ACO_P_USER_GROUP has no exception.

Method FREE_SINGLETON Signature

Method FREE_SINGLETON on class CL_ACO_P_USER_GROUP has no parameter.
Method FREE_SINGLETON on class CL_ACO_P_USER_GROUP has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_GROUP_ATTRIBUTES Call by reference Type reference (TYPE) ACO_GROUP Collaboration Folders: User groups 20020325
2 Exporting ET_USER Call by reference Type reference (TYPE) ACO_TT_USER_ID Liste von User 20020322
3 Exporting ET_USER_GROUP Call by reference Type reference (TYPE) ACO_TT_USER_GROUP_ID Liste von User Groups 20020325
4 Importing IV_USER_GROUP_ID Call by reference Type reference (TYPE) ACO_GROUP_USER-USER_GROUP_ID User Group Id 20020325

Method GET on class CL_ACO_P_USER_GROUP has no exception.

Method GET_ACO_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 20050810
2 Returning RS_ATTRIBUTES Value transfer Type reference (TYPE) ACO_GROUP ACO: User Groups 20050810

Method GET_ACO_GROUP on class CL_ACO_P_USER_GROUP has no exception.

Method GET_ACO_GROUP_HIER 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 20050810
2 Returning RT_USER_GROUPS Value transfer Type reference (TYPE) ACO_TT_GROUP_HIER Liste der Benutzergruppen einer Benutzergruppe 20050810

Method GET_ACO_GROUP_HIER on class CL_ACO_P_USER_GROUP has no exception.

Method GET_ACO_GROUP_SUP 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 20050810
2 Returning RT_USER_GROUPS Value transfer Type reference (TYPE) ACO_TT_GROUP_HIER Liste der Benutzergruppen einer Benutzergruppe 20050810

Method GET_ACO_GROUP_SUP on class CL_ACO_P_USER_GROUP has no exception.

Method GET_ACO_GROUP_USER 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 20050810
2 Returning RT_USERS Value transfer Type reference (TYPE) ACO_TT_GROUP_USER Liste der Benutzer einer Benutzergruppe 20050810

Method GET_ACO_GROUP_USER on class CL_ACO_P_USER_GROUP has no exception.

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USER_GROUP_ID Value transfer Type reference (TYPE) ACO_GROUP_USER-USER_GROUP_ID User Group Id 20020326
2 Returning RS_ATTRIBUTES Value transfer Type reference (TYPE) ACO_GROUP Collaboration Folders: User groups 20020322

Method GET_ATTRIBUTES on class CL_ACO_P_USER_GROUP has no exception.

Method GET_CHANGE_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GROUPS_NEW Call by reference Type reference (TYPE) ACO_TT_GROUP Liste von Benutzergruppen 20071219
2 Exporting ET_GROUPS_OLD Call by reference Type reference (TYPE) ACO_TT_GROUP Liste von Benutzergruppen 20071219
3 Exporting ET_GROUP_HIERS_NEW Call by reference Type reference (TYPE) ACO_TT_GROUP_HIER Liste der Benutzergruppen einer Benutzergruppe 20071219
4 Exporting ET_GROUP_HIERS_OLD Call by reference Type reference (TYPE) ACO_TT_GROUP_HIER Liste der Benutzergruppen einer Benutzergruppe 20071219
5 Exporting ET_GROUP_USERS_NEW Call by reference Type reference (TYPE) ACO_TT_GROUP_USER Liste der Benutzer einer Benutzergruppe 20071219
6 Exporting ET_GROUP_USERS_OLD Call by reference Type reference (TYPE) ACO_TT_GROUP_USER Liste der Benutzer einer Benutzergruppe 20071219

Method GET_CHANGE_DOCUMENTS on class CL_ACO_P_USER_GROUP has no exception.

Method GET_DESCRIPTION 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_GROUP-USER_GROUP_ID User Group Id 20020409
2 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) ACO_GROUP-DESCRIPTION 20020409

Method GET_DESCRIPTION on class CL_ACO_P_USER_GROUP has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_P_USER_GROUP Value transfer Object reference (TYPE REF TO) CL_ACO_P_USER_GROUP Persistence of user group 20020326

Method GET_INSTANCE on class CL_ACO_P_USER_GROUP has no exception.

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_USER_GROUP_ID Call by reference Type reference (TYPE) ACO_TT_USER_GROUP_ID Liste von User Groups 20020326
2 Importing IV_MATCH Call by reference Type reference (TYPE) STRING 20020326

Method GET_LIST on class CL_ACO_P_USER_GROUP has no exception.

Method GET_NAME 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_GROUP-USER_GROUP_ID User Group Id 20020326
2 Returning RV_NAME Value transfer Type reference (TYPE) ACO_GROUP-NAME Externe Bezeichnung eines Objektes 20020326

Method GET_NAME on class CL_ACO_P_USER_GROUP has no exception.

Method GET_SUPERIOR_USER_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USER_GROUP_ID Value transfer Type reference (TYPE) ACO_GROUP_USER-USER_GROUP_ID User Group Id 20050810
2 Returning RT_USER_GROUPS Value transfer Type reference (TYPE) ACO_TT_USER_GROUP_ID Liste von User Groups 20050810

Method GET_SUPERIOR_USER_GROUPS on class CL_ACO_P_USER_GROUP has no exception.

Method GET_UPDATE_AT_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_UPDATE_AT_SAVE Value transfer Type reference (TYPE) BOOLE_D Verbuchungsmodus 20050810

Method GET_UPDATE_AT_SAVE on class CL_ACO_P_USER_GROUP has no exception.

Method GET_USERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USER_GROUP_ID Value transfer Type reference (TYPE) ACO_GROUP_USER-USER_GROUP_ID User Group Id 20020326
2 Returning RT_USERS Value transfer Type reference (TYPE) ACO_TT_USER_ID Liste von User-Ids 20020322

Method GET_USERS on class CL_ACO_P_USER_GROUP has no exception.

Method GET_USER_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USER_GROUP_ID Value transfer Type reference (TYPE) ACO_GROUP_USER-USER_GROUP_ID User Group Id 20020326
2 Returning RT_USER_GROUPS Value transfer Type reference (TYPE) ACO_TT_USER_GROUP_ID Liste von User Groups 20020326

Method GET_USER_GROUPS on class CL_ACO_P_USER_GROUP has no exception.

Method GET_USER_GROUPS_BY_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USER_ID Value transfer Type reference (TYPE) ACO_USER_ID User Group Id 20020422
2 Returning RT_USER_GROUPS Value transfer Type reference (TYPE) ACO_TT_USER_GROUP_ID Liste von User Groups 20020422

Method GET_USER_GROUPS_BY_USER on class CL_ACO_P_USER_GROUP has no exception.

Method GET_USER_GROUPS_BY_USER_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_USER_GROUPS Call by reference Type reference (TYPE) ACO_TT_USER_GROUP_ID Liste von User Groups 20020422
2 Importing IT_USER_GROUPS Call by reference Type reference (TYPE) ACO_TT_USER_GROUP_ID 20020422

Method GET_USER_GROUPS_BY_USER_GROUPS on class CL_ACO_P_USER_GROUP has no exception.

Method HAS_USER_GROUP_CHANGES 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 20050810
2 Returning RV_HAS_CHANGES Value transfer Type reference (TYPE) BOOLE_D 'X': Für Benutzergruppe liegen Änderungen vor 20050810

Method HAS_USER_GROUP_CHANGES on class CL_ACO_P_USER_GROUP has no exception.

Method INITIALIZE_AFTER_SAVE Signature

Method INITIALIZE_AFTER_SAVE on class CL_ACO_P_USER_GROUP has no parameter.
Method INITIALIZE_AFTER_SAVE on class CL_ACO_P_USER_GROUP has no exception.

Method INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) ACO_GROUP-DESCRIPTION Kurztext eines Objektes 20020326
2 Importing IV_ID Call by reference Type reference (TYPE) ACO_GROUP-USER_GROUP_ID User Group Id 20020326
3 Importing IV_NAME Call by reference Type reference (TYPE) ACO_GROUP-NAME Externe Bezeichnung eines Objektes 20020326

Method INSERT on class CL_ACO_P_USER_GROUP has no exception.

Method INSERT_USER 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_GROUP_USER-USER_GROUP_ID User Group Id 20020326
2 Importing IV_USER_ID Call by reference Type reference (TYPE) ACO_GROUP_USER-USER_ID User Id 20020326

Method INSERT_USER on class CL_ACO_P_USER_GROUP has no exception.

Method INSERT_USER_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHILD_GROUP_ID Call by reference Type reference (TYPE) ACO_GROUP_HIER-CHILD_GROUP_ID User Id 20020326
2 Importing IV_USER_GROUP_ID Call by reference Type reference (TYPE) ACO_GROUP_HIER-USER_GROUP_ID User Group Id 20020326

Method INSERT_USER_GROUP on class CL_ACO_P_USER_GROUP has no exception.

Method IS_CREATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Value transfer Type reference (TYPE) ACO_GROUP-USER_GROUP_ID Benutzergruppen-Id 20020326
2 Returning RV_IS_CREATED Value transfer Type reference (TYPE) BOOLEAN Boolscher Typ 20020326

Method IS_CREATED on class CL_ACO_P_USER_GROUP has no exception.

Method NOTE_GROUP_FOR_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ACO_GROUP Call by reference Type reference (TYPE) ACO_GROUP ACO: User Groups 20050810

Method NOTE_GROUP_FOR_DELETE on class CL_ACO_P_USER_GROUP has no exception.

Method NOTE_GROUP_FOR_INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ACO_GROUP Call by reference Type reference (TYPE) ACO_GROUP ACO: User Groups 20050810

Method NOTE_GROUP_FOR_INSERT on class CL_ACO_P_USER_GROUP has no exception.

Method NOTE_GROUP_FOR_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ACO_GROUP Call by reference Type reference (TYPE) ACO_GROUP ACO: User Groups 20050810

Method NOTE_GROUP_FOR_UPDATE on class CL_ACO_P_USER_GROUP has no exception.

Method NOTE_GROUP_HIER_FOR_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ACO_GROUP_HIER Call by reference Type reference (TYPE) ACO_GROUP_HIER ACO: User groups ins User group 20050810

Method NOTE_GROUP_HIER_FOR_DELETE on class CL_ACO_P_USER_GROUP has no exception.

Method NOTE_GROUP_HIER_FOR_INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ACO_GROUP_HIER Call by reference Type reference (TYPE) ACO_GROUP_HIER ACO: User groups ins User group 20050810

Method NOTE_GROUP_HIER_FOR_INSERT on class CL_ACO_P_USER_GROUP has no exception.

Method NOTE_GROUP_USER_FOR_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ACO_GROUP_USER Call by reference Type reference (TYPE) ACO_GROUP_USER ACO: User in user groups 20050810

Method NOTE_GROUP_USER_FOR_DELETE on class CL_ACO_P_USER_GROUP has no exception.

Method NOTE_GROUP_USER_FOR_INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ACO_GROUP_USER Call by reference Type reference (TYPE) ACO_GROUP_USER ACO: User in user groups 20050810

Method NOTE_GROUP_USER_FOR_INSERT on class CL_ACO_P_USER_GROUP has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) ACO_OBJECT_TYPE SPACE Objekttyp 20071219

Method SAVE on class CL_ACO_P_USER_GROUP has no exception.

Method SET_UPDATE_AT_SAVE 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 Verbuchungsmodus 20050810

Method SET_UPDATE_AT_SAVE on class CL_ACO_P_USER_GROUP has no exception.

Method UPDATE_ADMINISTRATION_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) ACO_GROUP-USER_GROUP_ID User Group Id 20020322

Method UPDATE_ADMINISTRATION_DATA on class CL_ACO_P_USER_GROUP has no exception.

Method UPDATE_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ATTRIBUTES Call by reference Type reference (TYPE) ACO_GROUP ACO: User Groups 20050810

Method UPDATE_DESCRIPTION on class CL_ACO_P_USER_GROUP has no exception.

Method UPDATE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ATTRIBUTES Call by reference Type reference (TYPE) ACO_GROUP ACO: User Groups 20050810

Method UPDATE_NAME on class CL_ACO_P_USER_GROUP has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 200