SAP ABAP Class CL_SAUNIT_FAVORITE (Favorite)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-UT (Application Component) ABAP Unit
⤷
SABP_UNIT_WORKBENCH (Package) - Internal - No reuse - Workbench integration, test browser
⤷
⤷
Properties
| Class | CL_SAUNIT_FAVORITE | |
| Short Description | Favorite | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SABP_UNIT_WORKBENCH | - Internal - No reuse - Workbench integration, test browser |
| Created | 20080802 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_SAUNIT_FAVORITE has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_SAUNIT_FAVORITE_ACCESS_SVC | 20080816 | Service to load and save favorites |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | IF_SAUNIT_FAVORITE_TYPES=>TY_S_FAVORITE | 20080805 | ||||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SAUNIT_FAVORITE_ELEMENTS | Programs Part of Favorite | 20080814 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SAUNIT_FAVORITE_OPTIONS | Favorite Options | 20080805 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20080814 | ||
| 2 | Instance method | Public | Method | Copies favorite to new one | 20080805 | |
| 3 | Instance method | Public | Method | Get elements | 20080814 | |
| 4 | Instance method | Public | Method | Get options | 20080802 | |
| 5 | Instance method | Public | Method | Get title | 20080802 | |
| 6 | Instance method | Public | Method | Set elements | 20080814 | |
| 7 | Instance method | Public | Method | Set options | 20080802 | |
| 8 | Instance method | Public | Method | Set title | 20080802 | |
| 9 | Instance method | Protected | Method | Sets changed on (influences expiry) | 20080820 |
Events
Class CL_SAUNIT_FAVORITE has no event.
Types
Class CL_SAUNIT_FAVORITE has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANGED_TS | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC time stamp (YYYYMMDDhhmmss) | 20080818 | |||
| 2 | I_NAME | Call by reference | Type reference (TYPE) | SAUNIT_D_FAVORITE_NAME | Name | 20080814 | |||
| 3 | I_OWNER | Call by reference | Type reference (TYPE) | SYUNAME | Owner | 20080814 | |||
| 4 | I_TITLE | Call by reference | Type reference (TYPE) | SAUNIT_D_FAVORITE_TITLE | Title | 20080814 |
Method CONSTRUCTOR on class CL_SAUNIT_FAVORITE has no exception.
Method COPY_TO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | SAUNIT_D_FAVORITE_NAME | Name | 20080805 | |||
| 2 | I_OWNER | Call by reference | Type reference (TYPE) | SYUNAME | Owener | 20080805 | |||
| 3 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_SAUNIT_FAVORITE | Favorite | 20080805 |
Method COPY_TO on class CL_SAUNIT_FAVORITE has no exception.
Method GET_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_SAUNIT_FAVORITE_ELEMENTS | Programs contained in favorite | 20080814 |
Method GET_ELEMENTS on class CL_SAUNIT_FAVORITE has no exception.
Method GET_OPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_SAUNIT_FAVORITE_OPTIONS | Options | 20080802 |
Method GET_OPTIONS on class CL_SAUNIT_FAVORITE has no exception.
Method GET_TITLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SAUNIT_D_FAVORITE_TITLE | Title | 20080802 |
Method GET_TITLE on class CL_SAUNIT_FAVORITE has no exception.
Method SET_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ELEMENTS | Call by reference | Object reference (TYPE REF TO) | CL_SAUNIT_FAVORITE_ELEMENTS | Programs contained in favorite | 20080814 |
Method SET_ELEMENTS on class CL_SAUNIT_FAVORITE has no exception.
Method SET_OPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OPTIONS | Call by reference | Object reference (TYPE REF TO) | CL_SAUNIT_FAVORITE_OPTIONS | Options | 20080802 |
Method SET_OPTIONS on class CL_SAUNIT_FAVORITE has no exception.
Method SET_TITLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TITLE | Call by reference | Type reference (TYPE) | SAUNIT_D_FAVORITE_TITLE | Title | 20080802 |
Method SET_TITLE on class CL_SAUNIT_FAVORITE has no exception.
Method _SET_CHANGED_TS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANGED_TS | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC time stamp (YYYYMMDDhhmmss) | 20080820 |
Method _SET_CHANGED_TS on class CL_SAUNIT_FAVORITE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 712 |