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 T 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 MV_AREA Instance attribute Private Type reference (TYPE) /PLMB/GOS_PERS_AREA Personal area (e.g. favorites, subscribed ...) 20080308
2 MV_BUFFER Instance attribute Private Type reference (TYPE) BOOLE_D Set data in buffer 20080320
3 MV_PAMAX Instance attribute Private Type reference (TYPE) BOOLE_D Control max records 20080320
4 ST_INSTANCE Static Attribute Private Type reference (TYPE) T_INSTANCE_TAB 20080308
5 ST_PADAT_BUF Static Attribute Private Type reference (TYPE) /PLMB/T_GOS_PADAT_BUF Objects of Personal Area 20080325
6 SV_RFC_DEST Static Attribute Private Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20080311
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20080311
2 CLEAR_BUFFER Static method Public Method Delete data from buffer 20080318
3 GET_ALL_BY_USER Static method Public Method Retrieve all types of objects for specific user from PA 20080508
4 GET_BY_USER Static method Public Method Get objects for specific object type and user from PA 20080508
5 GET_INSTANCE Static method Public Method Get the instance to manage one PA 20080308
6 GET_PAMAX Static method Public Method Get number of entries in the personal area 20080311
7 SAVE_BUFFER Static method Public Method Save data from buffer in update task 20080318
8 SET_MIXED_TYPED_OBJ Static method Private Method Set data with mixed object types into the PA 20080716
9 SET_PAMAX 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 Exporting ET_PADAT Call by reference Type reference (TYPE) /PLMB/T_GOS_PADAT Objects of Personal Area 20080508
2 Importing IV_PERS_AREA Call by reference Type reference (TYPE) /PLMB/GOS_PERS_AREA Personal Area (e.g. Favorites ...) 20080508
3 Importing 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 Exporting ET_DATA Call by reference Type reference (TYPE) INDEX TABLE Key structure 20080508
2 Exporting ET_PADAT Call by reference Type reference (TYPE) /PLMB/T_GOS_PADAT Objects of Personal Area 20080508
3 Importing IV_OTYPE_NAME Call by reference Type reference (TYPE) /PLMB/GOS_OBJECT_TYPE Object Type 20080508
4 Importing IV_PERS_AREA Call by reference Type reference (TYPE) /PLMB/GOS_PERS_AREA Personal Area (e.g. Favorites ...) 20080508
5 Importing 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 Exporting 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 Importing 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 Exporting ES_MESSAGE Call by reference Type reference (TYPE) SYMSG Structure of message variables 20080408
2 Exporting EV_PAMAX Call by reference Type reference (TYPE) /PLMB/GOS_MAX_RECORDS Maximal number of records in the personal area 20080311
3 Importing IV_OTYPE_NAME Call by reference Type reference (TYPE) /PLMB/GOS_OBJECT_TYPE Object Type 20080311
4 Importing 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 Exporting ES_MESSAGE Call by reference Type reference (TYPE) SYMSG Structure of message variables 20080716
2 Importing 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 Exporting ES_MESSAGE Call by reference Type reference (TYPE) SYMSG Structure of message variables 20080408
2 Importing IV_OTYPE_NAME Call by reference Type reference (TYPE) /PLMB/GOS_OBJECT_TYPE Object Type 20080311
3 Importing IV_PAMAX Call by reference Type reference (TYPE) /PLMB/GOS_MAX_RECORDS Maximal number of records in the personal area 20080311
4 Importing 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