Hierarchy

⤷

⤷

Properties
Class | CL_WCF_UST_FACTORY | |
Short Description | CST Factory | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | WCF_UST_CORE | Central Sharing Tool - Core Objects |
Created | 20090825 | SAP |
Last change | 20110908 | 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) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_WCF_UST_FACTORY has no interface implemented.
Friends
Class CL_WCF_UST_FACTORY has no friend class.
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20090825 |
2 | ![]() |
Static method | Public | Method | Returns a copy of a given item | 20091009 |
3 | ![]() |
Static method | Private | Method | Returns all reports | 20090924 |
4 | ![]() |
Static method | Public | Method | Returns favorite reference | 20090826 |
5 | ![]() |
Static method | Public | Method | Returns singleton instance | 20090825 |
6 | ![]() |
Static method | Public | Method | Returns an item reference | 20090825 |
7 | ![]() |
Static method | Private | Method | Returns an existing favorite | 20090825 |
8 | ![]() |
Static method | Private | Method | Returns an existing favorite report | 20090825 |
9 | ![]() |
Static method | Private | Method | Returns an existing saved search | 20090825 |
10 | ![]() |
Static method | Private | Method | Returns an existing tag | 20090825 |
11 | ![]() |
Static method | Public | Method | Returns a new item reference | 20091013 |
12 | ![]() |
Static method | Public | Method | Returns an instance of a new sharebox item | 20090831 |
13 | ![]() |
Static method | Public | Method | Returns an instance of a new sharebox item | 20090831 |
14 | ![]() |
Static method | Public | Method | Returns an instance of a new sharebox item | 20090831 |
15 | ![]() |
Static method | Public | Method | Returns an instance of a new sharebox item | 20090831 |
16 | ![]() |
Static method | Public | Method | Returns a new share | 20090828 |
17 | ![]() |
Static method | Public | Method | Returns an instance of a new sharebox item | 20090828 |
18 | ![]() |
Static method | Public | Method | Returns an instance of a new sharebox item | 20090828 |
19 | ![]() |
Static method | Public | Method | Returns an instance of a new sharebox item | 20090828 |
20 | ![]() |
Static method | Public | Method | Returns an instance of a new sharebox item | 20090828 |
21 | ![]() |
Static method | Public | Method | Returns search entity | 20091026 |
22 | ![]() |
Static method | Private | Method | Returns sharable favorites | 20090924 |
23 | ![]() |
Static method | Private | Method | Returns sharable tags | 20090924 |
24 | ![]() |
Static method | Private | Method | Returns sharable search | 20090924 |
25 | ![]() |
Static method | Private | Method | Returns sharable tags | 20090924 |
26 | ![]() |
Static method | Public | Method | Returns shareBox for a given user | 20090825 |
27 | ![]() |
Static method | Private | Method | Returns an existing sharebox favorite | 20090825 |
28 | ![]() |
Static method | Private | Method | Returns an existing sharebox favorite report | 20090825 |
29 | ![]() |
Static method | Public | Method | Returns an item | 20090825 |
30 | ![]() |
Static method | Public | Method | Returns an item | 20091005 |
31 | ![]() |
Static method | Private | Method | Returns an existing saved search | 20090825 |
32 | ![]() |
Static method | Private | Method | Returns an existing sharebox tag | 20090825 |
33 | ![]() |
Static method | Public | Method | Returns sharer object | 20090925 |
34 | ![]() |
Static method | Private | Method | Loads a search | 20100511 |
Events
Class CL_WCF_UST_FACTORY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTY_S_SEARCH | Private | See coding | 20091026 | BEGIN OF lty_s_search,
user TYPE wcf_ust_user,
guid TYPE guid_32,
role TYPE crmt_ui_profile,
entity TYPE REF TO cl_crm_bol_entity,
END OF lty_s_search
|
||
2 | LTY_S_SHAREBOX | Private | See coding | 20090825 | BEGIN OF lty_s_sharebox,
user TYPE wcf_ust_user,
instance TYPE REF TO cl_wcf_ust_sharebox,
END OF lty_s_sharebox
|
||
3 | LTY_T_SEARCH | Private | See coding | 20091026 | lty_t_search TYPE HASHED TABLE OF lty_s_search WITH UNIQUE KEY user guid role
|
||
4 | LTY_T_SHAREBOX | Private | See coding | 20090825 | lty_t_sharebox TYPE HASHED TABLE OF lty_s_sharebox WITH UNIQUE KEY user
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WCF_UST_FACTORY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WCF_UST_FACTORY has no exception.
Method CLONE_ITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | WCF_UST_ID | Central Sharing Tool ID | 20091009 | ||
2 | ![]() |
IV_SHARER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | User Name | 20091009 | |
3 | ![]() |
IV_TYPE | Call by reference | Type reference (TYPE) | WCF_UST_ITEM_TYPE | Sharing Item Type | 20091009 | ||
4 | ![]() |
RR_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WCF_UST_ITEM | Share item | 20091009 |
Method CLONE_ITEM on class CL_WCF_UST_FACTORY has no exception.
Method GET_ALL_REPORTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_REPORTS | Value transfer | Type reference (TYPE) | CRMT_UI_LINKS | Link definitions | 20090924 |
Method GET_ALL_REPORTS on class CL_WCF_UST_FACTORY has no exception.
Method GET_FAVORITE_REFERENCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | WCF_FAV_ID | Favorite id | 20090826 | ||
2 | ![]() |
RR_FAVORITE | Value transfer | Object reference (TYPE REF TO) | IF_WCF_FAV_FAVORITE_ELEMENT | 20090826 |
Method GET_FAVORITE_REFERENCE on class CL_WCF_UST_FACTORY has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_WCF_UST_FACTORY | UST Factory | 20090825 |
Method GET_INSTANCE on class CL_WCF_UST_FACTORY has no exception.
Method GET_ITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CATEGORY | Call by reference | Type reference (TYPE) | WCF_UST_CATEGORY | Item Category | 20090825 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | WCF_UST_ID | Universal Sharing tool ID | 20090825 | ||
3 | ![]() |
IV_TYPE | Call by reference | Type reference (TYPE) | WCF_UST_ITEM_TYPE | Sharing item type | 20090825 | ||
4 | ![]() |
RR_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WCF_UST_ITEM | Share item | 20090825 |
Method GET_ITEM on class CL_WCF_UST_FACTORY has no exception.
Method GET_ITEM_FAVORITE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CATEGORY | Call by reference | Type reference (TYPE) | WCF_UST_CATEGORY | Item Category | 20090825 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | WCF_UST_ID | Universal Sharing tool ID | 20090825 | ||
3 | ![]() |
RR_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WCF_UST_ITEM | Share item | 20090825 |
Method GET_ITEM_FAVORITE on class CL_WCF_UST_FACTORY has no exception.
Method GET_ITEM_FAV_REPORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CATEGORY | Call by reference | Type reference (TYPE) | WCF_UST_CATEGORY | Item Category | 20090825 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | WCF_UST_ID | Universal Sharing tool ID | 20090825 | ||
3 | ![]() |
RR_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WCF_UST_ITEM | Share item | 20090825 |
Method GET_ITEM_FAV_REPORT on class CL_WCF_UST_FACTORY has no exception.
Method GET_ITEM_SAV_SEARCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CATEGORY | Call by reference | Type reference (TYPE) | WCF_UST_CATEGORY | Item Category | 20090825 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | WCF_UST_ID | Universal Sharing tool ID | 20090825 | ||
3 | ![]() |
RR_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WCF_UST_ITEM | Share item | 20090825 |
Method GET_ITEM_SAV_SEARCH on class CL_WCF_UST_FACTORY has no exception.
Method GET_ITEM_TAG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CATEGORY | Call by reference | Type reference (TYPE) | WCF_UST_CATEGORY | Item Category | 20090825 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | WCF_UST_ID | Universal Sharing tool ID | 20090825 | ||
3 | ![]() |
RR_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WCF_UST_ITEM | Share item | 20090825 |
Method GET_ITEM_TAG on class CL_WCF_UST_FACTORY has no exception.
Method GET_NEW_ITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | STRING | 20091013 | |||
2 | ![]() |
IV_TYPE | Call by reference | Type reference (TYPE) | WCF_UST_ITEM_TYPE | Sharing item type | 20091013 | ||
3 | ![]() |
RR_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WCF_UST_ITEM | Share item | 20091013 |
Method GET_NEW_ITEM on class CL_WCF_UST_FACTORY has no exception.
Method GET_NEW_ITEM_FAVORITE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FAV_ID | Call by reference | Type reference (TYPE) | WCF_FAV_ID | ID | 20090831 | ||
2 | ![]() |
IV_SHARER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | Sharer name | 20090925 | |
3 | ![]() |
RR_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WCF_UST_ITEM | Sharebox Item | 20090831 |
Method GET_NEW_ITEM_FAVORITE on class CL_WCF_UST_FACTORY has no exception.
Method GET_NEW_ITEM_FAV_REPORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LINK | Call by reference | Type reference (TYPE) | CRMT_UI_LOGICAL_LINK_ID | BI Report ID | 20100219 | ||
2 | ![]() |
IV_SHARER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | Sharer name | 20090925 | |
3 | ![]() |
RR_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WCF_UST_ITEM | Sharebox Item | 20090831 |
Method GET_NEW_ITEM_FAV_REPORT on class CL_WCF_UST_FACTORY has no exception.
Method GET_NEW_ITEM_SEARCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SEARCH_ID | Call by reference | Type reference (TYPE) | GUID_32 | Search GUID | 20090831 | ||
2 | ![]() |
IV_SHARER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | Sharer Name | 20090925 | |
3 | ![]() |
RR_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WCF_UST_ITEM | Sharebox Item | 20090831 |
Method GET_NEW_ITEM_SEARCH on class CL_WCF_UST_FACTORY has no exception.
Method GET_NEW_ITEM_TAG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ROLE | Call by reference | Type reference (TYPE) | CRMT_UI_PROFILE | Business Role | 20110218 | ||
2 | ![]() |
IV_SHARER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | Sharer Name | 20090925 | |
3 | ![]() |
IV_TAG | Call by reference | Type reference (TYPE) | WCF_TC_TAG_VALUE | Tag Value | 20090831 | ||
4 | ![]() |
RR_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WCF_UST_ITEM | Sharebox Item | 20090831 |
Method GET_NEW_ITEM_TAG on class CL_WCF_UST_FACTORY has no exception.
Method GET_NEW_SHARE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_ITEMS | Call by reference | Type reference (TYPE) | WCF_USTT_SHARABLE_ITEM | Sharable items | 20090828 | ||
2 | ![]() |
IT_RECIPIENTS | Call by reference | Type reference (TYPE) | WCF_USTT_RECIPIENT | Share distribution list | 20090828 | ||
3 | ![]() |
IV_MESSAGE | Call by reference | Type reference (TYPE) | WCF_UST_MESSAGE | Sharing message | 20090828 | ||
4 | ![]() |
IV_SHARER | Call by reference | Type reference (TYPE) | WCF_UST_USER | Sharer User Name | 20090828 | ||
5 | ![]() |
RR_SHARE | Value transfer | Object reference (TYPE REF TO) | CL_WCF_UST_SHARE | UST Share | 20090828 |
Method GET_NEW_SHARE on class CL_WCF_UST_FACTORY has no exception.
Method GET_NEW_SHAREBOX_ITEM_FAVORITE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_SHAREBOX_ITEM | Call by reference | Type reference (TYPE) | WCF_USTS_SHAREBOX_ITEM | Sharebox Item | 20090828 | ||
2 | ![]() |
IV_CATEGORY | Call by reference | Type reference (TYPE) | WCF_UST_CATEGORY | Item Category | 20090828 | ||
3 | ![]() |
IV_FAV_ID | Call by reference | Type reference (TYPE) | WCF_FAV_ID | ID | 20090828 | ||
4 | ![]() |
RR_SHAREBOX_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WCF_UST_SHAREBOX_ITEM | Sharebox Item | 20090828 |
Method GET_NEW_SHAREBOX_ITEM_FAVORITE on class CL_WCF_UST_FACTORY has no exception.
Method GET_NEW_SHAREBOX_ITEM_REPORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_SHAREBOX_ITEM | Call by reference | Type reference (TYPE) | WCF_USTS_SHAREBOX_ITEM | Sharebox Item | 20090828 | ||
2 | ![]() |
IV_CATEGORY | Call by reference | Type reference (TYPE) | WCF_UST_CATEGORY | Item Category | 20090828 | ||
3 | ![]() |
IV_LINK | Call by reference | Type reference (TYPE) | CRMT_UI_LOGICAL_LINK_ID | BI Report ID | 20100219 | ||
4 | ![]() |
RR_SHAREBOX_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WCF_UST_SHAREBOX_ITEM | Sharebox Item | 20090828 |
Method GET_NEW_SHAREBOX_ITEM_REPORT on class CL_WCF_UST_FACTORY has no exception.
Method GET_NEW_SHAREBOX_ITEM_SEARCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_SHAREBOX_ITEM | Call by reference | Type reference (TYPE) | WCF_USTS_SHAREBOX_ITEM | Sharebox Item | 20090828 | ||
2 | ![]() |
IV_CATEGORY | Call by reference | Type reference (TYPE) | WCF_UST_CATEGORY | Item Category | 20090828 | ||
3 | ![]() |
IV_SEARCH_ID | Call by reference | Type reference (TYPE) | GUID_32 | Search GUID | 20090828 | ||
4 | ![]() |
RR_SHAREBOX_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WCF_UST_SHAREBOX_ITEM | Sharebox Item | 20090828 |
Method GET_NEW_SHAREBOX_ITEM_SEARCH on class CL_WCF_UST_FACTORY has no exception.
Method GET_NEW_SHAREBOX_ITEM_TAG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_SHAREBOX_ITEM | Call by reference | Type reference (TYPE) | WCF_USTS_SHAREBOX_ITEM | Sharebox Item | 20090828 | ||
2 | ![]() |
IV_CATEGORY | Call by reference | Type reference (TYPE) | WCF_UST_CATEGORY | Item Category | 20090828 | ||
3 | ![]() |
IV_ROLE | Call by reference | Type reference (TYPE) | CRMT_UI_PROFILE | Business Role | 20090829 | ||
4 | ![]() |
IV_TAG | Call by reference | Type reference (TYPE) | WCF_TC_TAG_VALUE | Tag Value | 20090828 | ||
5 | ![]() |
RR_SHAREBOX_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WCF_UST_SHAREBOX_ITEM | Sharebox Item | 20090828 |
Method GET_NEW_SHAREBOX_ITEM_TAG on class CL_WCF_UST_FACTORY has no exception.
Method GET_SEARCH_ENTITY_BY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20091026 | ||
2 | ![]() |
RR_ENTITY | Value transfer | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | Entity | 20091026 |
Method GET_SEARCH_ENTITY_BY_ID on class CL_WCF_UST_FACTORY has no exception.
Method GET_SHARABLE_FAVORITES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20090924 | ||
2 | ![]() |
RT_ITEMS | Value transfer | Type reference (TYPE) | WCF_USTT_SHARABLE_ITEM | Sharable items | 20090924 |
Method GET_SHARABLE_FAVORITES on class CL_WCF_UST_FACTORY has no exception.
Method GET_SHARABLE_REPORTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20090924 | ||
2 | ![]() |
RT_ITEMS | Value transfer | Type reference (TYPE) | WCF_USTT_SHARABLE_ITEM | Sharable items | 20090924 |
Method GET_SHARABLE_REPORTS on class CL_WCF_UST_FACTORY has no exception.
Method GET_SHARABLE_SEARCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_REFRESH | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Force Refresh | 20091124 | |
2 | ![]() |
IV_ROLE | Call by reference | Type reference (TYPE) | CRMT_UI_PROFILE | Business Role | 20091110 | ||
3 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20090924 | ||
4 | ![]() |
RT_ITEMS | Value transfer | Type reference (TYPE) | WCF_USTT_SHARABLE_ITEM | Sharable items | 20090924 |
Method GET_SHARABLE_SEARCH on class CL_WCF_UST_FACTORY has no exception.
Method GET_SHARABLE_TAGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ROLE | Call by reference | Type reference (TYPE) | CRMT_UI_PROFILE | Business Role | 20091110 | ||
2 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20090924 | ||
3 | ![]() |
RT_ITEMS | Value transfer | Type reference (TYPE) | WCF_USTT_SHARABLE_ITEM | Sharable items | 20090924 |
Method GET_SHARABLE_TAGS on class CL_WCF_UST_FACTORY has no exception.
Method GET_SHAREBOX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BY_PASS_CACHE | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Boolean Variable (X=True, -=False, Space=Unknown) | 20091006 | |
2 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | WCF_UST_USER | User Name | 20090825 | ||
3 | ![]() |
RR_SHAREBOX | Value transfer | Object reference (TYPE REF TO) | CL_WCF_UST_SHAREBOX | ShareBox | 20090825 |
Method GET_SHAREBOX on class CL_WCF_UST_FACTORY has no exception.
Method GET_SHAREBOX_FAVORITE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CATEGORY | Call by reference | Type reference (TYPE) | WCF_UST_CATEGORY | Item Category | 20090825 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | WCF_UST_ID | Universal Sharing tool ID | 20090825 | ||
3 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | WCF_UST_USER | User Name | 20090825 | ||
4 | ![]() |
RR_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WCF_UST_SHAREBOX_ITEM | Share item | 20090825 |
Method GET_SHAREBOX_FAVORITE on class CL_WCF_UST_FACTORY has no exception.
Method GET_SHAREBOX_FAV_REPORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CATEGORY | Call by reference | Type reference (TYPE) | WCF_UST_CATEGORY | Item Category | 20090825 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | WCF_UST_ID | Universal Sharing tool ID | 20090825 | ||
3 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | WCF_UST_USER | User Name | 20090825 | ||
4 | ![]() |
RR_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WCF_UST_SHAREBOX_ITEM | Share item | 20090825 |
Method GET_SHAREBOX_FAV_REPORT on class CL_WCF_UST_FACTORY has no exception.
Method GET_SHAREBOX_ITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CATEGORY | Call by reference | Type reference (TYPE) | WCF_UST_CATEGORY | Item Category | 20090825 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | WCF_UST_ID | Universal Sharing tool ID | 20090825 | ||
3 | ![]() |
IV_TYPE | Call by reference | Type reference (TYPE) | WCF_UST_ITEM_TYPE | Sharing item type | 20090825 | ||
4 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | WCF_UST_USER | User Name | 20090825 | ||
5 | ![]() |
RR_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WCF_UST_SHAREBOX_ITEM | Share item | 20090825 |
Method GET_SHAREBOX_ITEM on class CL_WCF_UST_FACTORY has no exception.
Method GET_SHAREBOX_ITEMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CATEGORY | Call by reference | Type reference (TYPE) | WCF_UST_CATEGORY | Item Category | 20091005 | ||
2 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | WCF_UST_USER | User Name | 20091005 | ||
3 | ![]() |
RRT_ITEMS | Value transfer | Object reference (TYPE REF TO) | WCF_USTT_SHAREBOX_ITEM | Share item | 20091014 |
Method GET_SHAREBOX_ITEMS on class CL_WCF_UST_FACTORY has no exception.
Method GET_SHAREBOX_SAV_SEARCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CATEGORY | Call by reference | Type reference (TYPE) | WCF_UST_CATEGORY | Item Category | 20090825 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | WCF_UST_ID | Universal Sharing tool ID | 20090825 | ||
3 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | WCF_UST_USER | User Name | 20090825 | ||
4 | ![]() |
RR_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WCF_UST_SHAREBOX_ITEM | Share item | 20090825 |
Method GET_SHAREBOX_SAV_SEARCH on class CL_WCF_UST_FACTORY has no exception.
Method GET_SHAREBOX_TAG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CATEGORY | Call by reference | Type reference (TYPE) | WCF_UST_CATEGORY | Item Category | 20090825 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | WCF_UST_ID | Universal Sharing tool ID | 20090825 | ||
3 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | WCF_UST_USER | User Name | 20090825 | ||
4 | ![]() |
RR_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WCF_UST_SHAREBOX_ITEM | Share item | 20090825 |
Method GET_SHAREBOX_TAG on class CL_WCF_UST_FACTORY has no exception.
Method GET_SHARER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ROLE | Call by reference | Type reference (TYPE) | CRMT_UI_PROFILE | Business Role | 20091110 | ||
2 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20090925 | ||
3 | ![]() |
RR_ITEMS | Value transfer | Object reference (TYPE REF TO) | CL_WCF_UST_SHARER | ShareBox items for a user | 20090925 |
Method GET_SHARER on class CL_WCF_UST_FACTORY has no exception.
Method LOAD_SEARCH_ENTITY_BY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20100511 | ||
2 | ![]() |
RR_SEARCH | Value transfer | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | Entity | 20100511 |
Method LOAD_SEARCH_ENTITY_BY_ID on class CL_WCF_UST_FACTORY has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 701 |