SAP ABAP Class IF_WCF_UST_ITEM (Shared Item)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_WCF_UST_SHAREBOX_ITEM | Sharebox Item | 20090818 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WCF_UST_ITEM | Shared Item | 20090814 |
Properties
| Class | IF_WCF_UST_ITEM | |
| Short Description | Shared Item | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090814 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_WCF_UST_ITEM has no forward declaration.
Interfaces
Class IF_WCF_UST_ITEM has no interface implemented.
Friends
Class IF_WCF_UST_ITEM has no friend class.
Attributes
Class IF_WCF_UST_ITEM has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds given recipients to the list of item recipients | 20090925 | |
| 2 | Instance method | Public | Method | Checks if current user can access item | 20090928 | |
| 3 | Instance method | Public | Method | Clears list of recipients | 20090925 | |
| 4 | Instance method | Public | Method | Deletes items | 20091113 | |
| 5 | Instance method | Public | Method | Returns item category | 20090825 | |
| 6 | Instance method | Public | Method | Returns item description | 20090825 | |
| 7 | Instance method | Public | Method | Returns item id | 20090825 | |
| 8 | Instance method | Public | Method | Returns sharing message | 20090825 | |
| 9 | Instance method | Public | Method | Returns collection used for navigation to element | 20090826 | |
| 10 | Instance method | Public | Method | Returns share recipients | 20090825 | |
| 11 | Instance method | Public | Method | Returns sharer | 20090825 | |
| 12 | Instance method | Public | Method | Returns sharer role | 20090825 | |
| 13 | Instance method | Public | Method | Returns item sharing date & time | 20090825 | |
| 14 | Instance method | Public | Method | Returns item status | 20090825 | |
| 15 | Instance method | Public | Method | Returns item type (Favorite, tag, saved search, ...) | 20090825 | |
| 16 | Instance method | Public | Method | Returns an id dependant of type of the item | 20091013 | |
| 17 | Instance method | Public | Method | Returns true if item and given item are identical | 20091007 | |
| 18 | Instance method | Public | Method | Returns true is original item still exists | 20091028 | |
| 19 | Instance method | Public | Method | Set item sharing message | 20090925 | |
| 20 | Instance method | Public | Method | Set item status | 20090825 |
Events
Class IF_WCF_UST_ITEM has no event.
Types
Class IF_WCF_UST_ITEM has no local type.
Method Signatures
Method ADD_RECIPIENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_RECIPIENTS | Call by reference | Type reference (TYPE) | WCF_USTT_RECIPIENT | Share distribution list | 20090925 |
Method ADD_RECIPIENTS on class IF_WCF_UST_ITEM has no exception.
Method CHECK_AUTHORITY Signature
Method CHECK_AUTHORITY on class IF_WCF_UST_ITEM has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Current user cannot access | 20090928 |
Method CLEAR_RECIPIENTS Signature
Method CLEAR_RECIPIENTS on class IF_WCF_UST_ITEM has no parameter.
Method CLEAR_RECIPIENTS on class IF_WCF_UST_ITEM has no exception.
Method DELETE Signature
Method DELETE on class IF_WCF_UST_ITEM has no parameter.
Method DELETE on class IF_WCF_UST_ITEM has no exception.
Method GET_CATEGORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CATEGORY | Value transfer | Type reference (TYPE) | WCF_UST_CATEGORY | Item Category | 20090825 |
Method GET_CATEGORY on class IF_WCF_UST_ITEM has no exception.
Method GET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DESCRIPTION | Value transfer | Type reference (TYPE) | WCF_UST_DESCRIPTION | Item Description | 20090825 |
Method GET_DESCRIPTION on class IF_WCF_UST_ITEM has no exception.
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ID | Value transfer | Type reference (TYPE) | WCF_UST_ID | Universal Sharing tool ID | 20090825 |
Method GET_ID on class IF_WCF_UST_ITEM has no exception.
Method GET_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MESSAGE | Value transfer | Type reference (TYPE) | WCF_UST_MESSAGE | Sharing message | 20090825 |
Method GET_MESSAGE on class IF_WCF_UST_ITEM has no exception.
Method GET_NAVIGATION_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_DESCRIPTOR_OBJECT | Value transfer | Object reference (TYPE REF TO) | CL_CRM_BOL_BO_COL | BO Collection | 20090826 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Navigation info not found | 20100309 |
Method GET_RECIPIENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_RECIPIENTS | Value transfer | Type reference (TYPE) | WCF_USTT_RECIPIENT | Share distribution list | 20090825 |
Method GET_RECIPIENTS on class IF_WCF_UST_ITEM has no exception.
Method GET_SHARER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SHARER | Value transfer | Type reference (TYPE) | SYUNAME | User Name | 20090825 |
Method GET_SHARER on class IF_WCF_UST_ITEM has no exception.
Method GET_SHARER_ROLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ROLE | Value transfer | Type reference (TYPE) | CRMT_UI_PROFILE | Business Role | 20090825 |
Method GET_SHARER_ROLE on class IF_WCF_UST_ITEM has no exception.
Method GET_SHARING_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TIMESTAMP | Value transfer | Type reference (TYPE) | WCF_UST_TIMESTAMP | Time Stamp | 20090825 |
Method GET_SHARING_TIMESTAMP on class IF_WCF_UST_ITEM has no exception.
Method GET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STATUS | Value transfer | Type reference (TYPE) | WCF_UST_STATUS | Status | 20090825 |
Method GET_STATUS on class IF_WCF_UST_ITEM has no exception.
Method GET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TYPE | Value transfer | Type reference (TYPE) | WCF_UST_ITEM_TYPE | Sharing item type | 20090825 |
Method GET_TYPE on class IF_WCF_UST_ITEM has no exception.
Method GET_TYPE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ID | Value transfer | Type reference (TYPE) | STRING | 20091013 |
Method GET_TYPE_ID on class IF_WCF_UST_ITEM has no exception.
Method IS_IDENTICAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ITEM | Call by reference | Object reference (TYPE REF TO) | IF_WCF_UST_ITEM | Share item | 20091007 | |||
| 2 | RV_IDENTICAL | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20091007 |
Method IS_IDENTICAL on class IF_WCF_UST_ITEM has no exception.
Method ORIGINAL_ITEM_EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_EXISTS | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20091028 |
Method ORIGINAL_ITEM_EXISTS on class IF_WCF_UST_ITEM has no exception.
Method SET_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MESSAGE | Call by reference | Type reference (TYPE) | WCF_UST_MESSAGE | Sharing message | 20090925 |
Method SET_MESSAGE on class IF_WCF_UST_ITEM has no exception.
Method SET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STATUS | Call by reference | Type reference (TYPE) | WCF_UST_STATUS | Status | 20090825 |
Method SET_STATUS on class IF_WCF_UST_ITEM has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |