SAP ABAP Class /PLMB/CL_GOS_PERS_AREA (Manage the objects in the personal area of a user)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-SPI (Application Component) Service Provider Infrastructure
⤷
/PLMB/BA_GOS (Package) Base: Generic Object type & Services
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMB/IF_GOS_PERS_AREA | Manage the objects in the personal area of an user | 20080308 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMB/IF_RFC_CONNECTOR | RFC Connector | 20080423 |
Properties
| Class | /PLMB/CL_GOS_PERS_AREA | |
| Short Description | Manage the objects in the personal area of a user | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /PLMB/BA_GOS | Base: Generic Object type & Services |
| Created | 20080308 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /PLMB/IF_GOS_PERS_AREA | Manage the objects in the personal area of an user | 20080308 | ||
| 2 | /PLMB/IF_RFC_CONNECTOR | RFC Connector | 20080423 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | /PLMB/CL_GOS_SRV_FAV | 20080716 | Favorite Services for Context menue | |
| 2 | /PLMB/CL_GOS_SRV_TRANSFER | 20080716 | Transfer to List Services for Context menue |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | /PLMB/GOS_PERS_AREA | Personal area (e.g. favorites, subscribed ...) | 20080308 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Set data in buffer | 20080320 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Control max records | 20080320 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | T_INSTANCE_TAB | 20080308 | ||||
| 5 | Static Attribute | Private | Type reference (TYPE) | /PLMB/T_GOS_PADAT_BUF | Objects of Personal Area | 20080325 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20080311 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20080311 | |
| 2 | Static method | Public | Method | Delete data from buffer | 20080318 | |
| 3 | Static method | Public | Method | Retrieve all types of objects for specific user from PA | 20080508 | |
| 4 | Static method | Public | Method | Get objects for specific object type and user from PA | 20080508 | |
| 5 | Static method | Public | Method | Get the instance to manage one PA | 20080308 | |
| 6 | Static method | Public | Method | Get number of entries in the personal area | 20080311 | |
| 7 | Static method | Public | Method | Save data from buffer in update task | 20080318 | |
| 8 | Static method | Private | Method | Set data with mixed object types into the PA | 20080716 | |
| 9 | Static method | Public | Method | Set number of entries in the personal area | 20080311 |
Events
Class /PLMB/CL_GOS_PERS_AREA has no event.
Types
Class /PLMB/CL_GOS_PERS_AREA has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class /PLMB/CL_GOS_PERS_AREA has no parameter.
Method CLASS_CONSTRUCTOR on class /PLMB/CL_GOS_PERS_AREA has no exception.
Method CLEAR_BUFFER Signature
Method CLEAR_BUFFER on class /PLMB/CL_GOS_PERS_AREA has no parameter.
Method CLEAR_BUFFER on class /PLMB/CL_GOS_PERS_AREA has no exception.
Method GET_ALL_BY_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PADAT | Call by reference | Type reference (TYPE) | /PLMB/T_GOS_PADAT | Objects of Personal Area | 20080508 | |||
| 2 | IV_PERS_AREA | Call by reference | Type reference (TYPE) | /PLMB/GOS_PERS_AREA | Personal Area (e.g. Favorites ...) | 20080508 | |||
| 3 | IV_UNAME | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20080508 |
Method GET_ALL_BY_USER on class /PLMB/CL_GOS_PERS_AREA has no exception.
Method GET_BY_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | Key structure | 20080508 | |||
| 2 | ET_PADAT | Call by reference | Type reference (TYPE) | /PLMB/T_GOS_PADAT | Objects of Personal Area | 20080508 | |||
| 3 | IV_OTYPE_NAME | Call by reference | Type reference (TYPE) | /PLMB/GOS_OBJECT_TYPE | Object Type | 20080508 | |||
| 4 | IV_PERS_AREA | Call by reference | Type reference (TYPE) | /PLMB/GOS_PERS_AREA | Personal Area (e.g. Favorites ...) | 20080508 | |||
| 5 | IV_UNAME | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20080508 |
Method GET_BY_USER on class /PLMB/CL_GOS_PERS_AREA has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_PERS_AREA | Call by reference | Object reference (TYPE REF TO) | /PLMB/IF_GOS_PERS_AREA | Manage the objects in the personal area of an user | 20080308 | |||
| 2 | IV_PERS_AREA | Call by reference | Type reference (TYPE) | /PLMB/GOS_PERS_AREA | 20080308 |
Method GET_INSTANCE on class /PLMB/CL_GOS_PERS_AREA has no exception.
Method GET_PAMAX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MESSAGE | Call by reference | Type reference (TYPE) | SYMSG | Structure of message variables | 20080408 | |||
| 2 | EV_PAMAX | Call by reference | Type reference (TYPE) | /PLMB/GOS_MAX_RECORDS | Maximal number of records in the personal area | 20080311 | |||
| 3 | IV_OTYPE_NAME | Call by reference | Type reference (TYPE) | /PLMB/GOS_OBJECT_TYPE | Object Type | 20080311 | |||
| 4 | IV_PERS_AREA | Call by reference | Type reference (TYPE) | /PLMB/GOS_PERS_AREA | Personal area (e.g. favorites, subscribed ...) | 20080311 |
Method GET_PAMAX on class /PLMB/CL_GOS_PERS_AREA has no exception.
Method SAVE_BUFFER Signature
Method SAVE_BUFFER on class /PLMB/CL_GOS_PERS_AREA has no parameter.
Method SAVE_BUFFER on class /PLMB/CL_GOS_PERS_AREA has no exception.
Method SET_MIXED_TYPED_OBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MESSAGE | Call by reference | Type reference (TYPE) | SYMSG | Structure of message variables | 20080716 | |||
| 2 | IT_OBJECT_ID | Call by reference | Type reference (TYPE) | /PLMB/T_GOS_PADAT_CHG | Objects of Personal Area | 20080812 |
Method SET_MIXED_TYPED_OBJ on class /PLMB/CL_GOS_PERS_AREA has no exception.
Method SET_PAMAX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MESSAGE | Call by reference | Type reference (TYPE) | SYMSG | Structure of message variables | 20080408 | |||
| 2 | IV_OTYPE_NAME | Call by reference | Type reference (TYPE) | /PLMB/GOS_OBJECT_TYPE | Object Type | 20080311 | |||
| 3 | IV_PAMAX | Call by reference | Type reference (TYPE) | /PLMB/GOS_MAX_RECORDS | Maximal number of records in the personal area | 20080311 | |||
| 4 | IV_PERS_AREA | Call by reference | Type reference (TYPE) | /PLMB/GOS_PERS_AREA | Personal area (e.g. favorites, subscribed ...) | 20080311 |
Method SET_PAMAX on class /PLMB/CL_GOS_PERS_AREA has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |