SAP ABAP Class CL_WCF_UST_FACTORY (CST Factory)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-UI (Application Component) User Interface
     WCF_UST_CORE (Package) Central Sharing Tool - Core Objects
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_WCF_UST_SERVICES 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
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 SR_CO Static Attribute Private Object reference (TYPE REF TO) CL_WCF_UST_CONST Favorite constants 20090825
2 SR_EXCEP Static Attribute Private Object reference (TYPE REF TO) CL_WCF_EXCEPTION_REPORTER Services for raising exceptions 20090825
3 SR_ME Static Attribute Private Object reference (TYPE REF TO) CL_WCF_UST_FACTORY Singleton reference 20090825
4 SR_PERSIST Static Attribute Private Object reference (TYPE REF TO) CL_WCF_UST_PERSISTENCE Persistence for UST 20090825
5 SR_SAVED_SEARCH_MANAGER Static Attribute Private Object reference (TYPE REF TO) CL_CRM_SHORTCUT_MANAGER Shortcut Manager 20091019
6 SR_SERVICES Static Attribute Private Object reference (TYPE REF TO) CL_WCF_UST_SERVICES Service methods for UST 20090825
7 ST_SEARCHES Static Attribute Private Type reference (TYPE) LTY_T_SEARCH 20091026
8 ST_SHAREBOX Static Attribute Private Type reference (TYPE) LTY_T_SHAREBOX Sharebox buffer 20090825
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20090825
2 CLONE_ITEM Static method Public Method Returns a copy of a given item 20091009
3 GET_ALL_REPORTS Static method Private Method Returns all reports 20090924
4 GET_FAVORITE_REFERENCE Static method Public Method Returns favorite reference 20090826
5 GET_INSTANCE Static method Public Method Returns singleton instance 20090825
6 GET_ITEM Static method Public Method Returns an item reference 20090825
7 GET_ITEM_FAVORITE Static method Private Method Returns an existing favorite 20090825
8 GET_ITEM_FAV_REPORT Static method Private Method Returns an existing favorite report 20090825
9 GET_ITEM_SAV_SEARCH Static method Private Method Returns an existing saved search 20090825
10 GET_ITEM_TAG Static method Private Method Returns an existing tag 20090825
11 GET_NEW_ITEM Static method Public Method Returns a new item reference 20091013
12 GET_NEW_ITEM_FAVORITE Static method Public Method Returns an instance of a new sharebox item 20090831
13 GET_NEW_ITEM_FAV_REPORT Static method Public Method Returns an instance of a new sharebox item 20090831
14 GET_NEW_ITEM_SEARCH Static method Public Method Returns an instance of a new sharebox item 20090831
15 GET_NEW_ITEM_TAG Static method Public Method Returns an instance of a new sharebox item 20090831
16 GET_NEW_SHARE Static method Public Method Returns a new share 20090828
17 GET_NEW_SHAREBOX_ITEM_FAVORITE Static method Public Method Returns an instance of a new sharebox item 20090828
18 GET_NEW_SHAREBOX_ITEM_REPORT Static method Public Method Returns an instance of a new sharebox item 20090828
19 GET_NEW_SHAREBOX_ITEM_SEARCH Static method Public Method Returns an instance of a new sharebox item 20090828
20 GET_NEW_SHAREBOX_ITEM_TAG Static method Public Method Returns an instance of a new sharebox item 20090828
21 GET_SEARCH_ENTITY_BY_ID Static method Public Method Returns search entity 20091026
22 GET_SHARABLE_FAVORITES Static method Private Method Returns sharable favorites 20090924
23 GET_SHARABLE_REPORTS Static method Private Method Returns sharable tags 20090924
24 GET_SHARABLE_SEARCH Static method Private Method Returns sharable search 20090924
25 GET_SHARABLE_TAGS Static method Private Method Returns sharable tags 20090924
26 GET_SHAREBOX Static method Public Method Returns shareBox for a given user 20090825
27 GET_SHAREBOX_FAVORITE Static method Private Method Returns an existing sharebox favorite 20090825
28 GET_SHAREBOX_FAV_REPORT Static method Private Method Returns an existing sharebox favorite report 20090825
29 GET_SHAREBOX_ITEM Static method Public Method Returns an item 20090825
30 GET_SHAREBOX_ITEMS Static method Public Method Returns an item 20091005
31 GET_SHAREBOX_SAV_SEARCH Static method Private Method Returns an existing saved search 20090825
32 GET_SHAREBOX_TAG Static method Private Method Returns an existing sharebox tag 20090825
33 GET_SHARER Static method Public Method Returns sharer object 20090925
34 LOAD_SEARCH_ENTITY_BY_ID 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 Importing IV_ID Call by reference Type reference (TYPE) WCF_UST_ID Central Sharing Tool ID 20091009
2 Importing IV_SHARER Call by reference Type reference (TYPE) SYUNAME SY-UNAME User Name 20091009
3 Importing IV_TYPE Call by reference Type reference (TYPE) WCF_UST_ITEM_TYPE Sharing Item Type 20091009
4 Returning 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 Returning 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 Importing IV_ID Call by reference Type reference (TYPE) WCF_FAV_ID Favorite id 20090826
2 Returning 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 Returning 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 Importing IV_CATEGORY Call by reference Type reference (TYPE) WCF_UST_CATEGORY Item Category 20090825
2 Importing IV_ID Call by reference Type reference (TYPE) WCF_UST_ID Universal Sharing tool ID 20090825
3 Importing IV_TYPE Call by reference Type reference (TYPE) WCF_UST_ITEM_TYPE Sharing item type 20090825
4 Returning 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 Importing IV_CATEGORY Call by reference Type reference (TYPE) WCF_UST_CATEGORY Item Category 20090825
2 Importing IV_ID Call by reference Type reference (TYPE) WCF_UST_ID Universal Sharing tool ID 20090825
3 Returning 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 Importing IV_CATEGORY Call by reference Type reference (TYPE) WCF_UST_CATEGORY Item Category 20090825
2 Importing IV_ID Call by reference Type reference (TYPE) WCF_UST_ID Universal Sharing tool ID 20090825
3 Returning 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 Importing IV_CATEGORY Call by reference Type reference (TYPE) WCF_UST_CATEGORY Item Category 20090825
2 Importing IV_ID Call by reference Type reference (TYPE) WCF_UST_ID Universal Sharing tool ID 20090825
3 Returning 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 Importing IV_CATEGORY Call by reference Type reference (TYPE) WCF_UST_CATEGORY Item Category 20090825
2 Importing IV_ID Call by reference Type reference (TYPE) WCF_UST_ID Universal Sharing tool ID 20090825
3 Returning 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 Importing IV_ID Call by reference Type reference (TYPE) STRING 20091013
2 Importing IV_TYPE Call by reference Type reference (TYPE) WCF_UST_ITEM_TYPE Sharing item type 20091013
3 Returning 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 Importing IV_FAV_ID Call by reference Type reference (TYPE) WCF_FAV_ID ID 20090831
2 Importing IV_SHARER Call by reference Type reference (TYPE) SYUNAME SY-UNAME Sharer name 20090925
3 Returning 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 Importing IV_LINK Call by reference Type reference (TYPE) CRMT_UI_LOGICAL_LINK_ID BI Report ID 20100219
2 Importing IV_SHARER Call by reference Type reference (TYPE) SYUNAME SY-UNAME Sharer name 20090925
3 Returning 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 Importing IV_SEARCH_ID Call by reference Type reference (TYPE) GUID_32 Search GUID 20090831
2 Importing IV_SHARER Call by reference Type reference (TYPE) SYUNAME SY-UNAME Sharer Name 20090925
3 Returning 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 Importing IV_ROLE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role 20110218
2 Importing IV_SHARER Call by reference Type reference (TYPE) SYUNAME SY-UNAME Sharer Name 20090925
3 Importing IV_TAG Call by reference Type reference (TYPE) WCF_TC_TAG_VALUE Tag Value 20090831
4 Returning 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 Importing IT_ITEMS Call by reference Type reference (TYPE) WCF_USTT_SHARABLE_ITEM Sharable items 20090828
2 Importing IT_RECIPIENTS Call by reference Type reference (TYPE) WCF_USTT_RECIPIENT Share distribution list 20090828
3 Importing IV_MESSAGE Call by reference Type reference (TYPE) WCF_UST_MESSAGE Sharing message 20090828
4 Importing IV_SHARER Call by reference Type reference (TYPE) WCF_UST_USER Sharer User Name 20090828
5 Returning 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 Importing IS_SHAREBOX_ITEM Call by reference Type reference (TYPE) WCF_USTS_SHAREBOX_ITEM Sharebox Item 20090828
2 Importing IV_CATEGORY Call by reference Type reference (TYPE) WCF_UST_CATEGORY Item Category 20090828
3 Importing IV_FAV_ID Call by reference Type reference (TYPE) WCF_FAV_ID ID 20090828
4 Returning 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 Importing IS_SHAREBOX_ITEM Call by reference Type reference (TYPE) WCF_USTS_SHAREBOX_ITEM Sharebox Item 20090828
2 Importing IV_CATEGORY Call by reference Type reference (TYPE) WCF_UST_CATEGORY Item Category 20090828
3 Importing IV_LINK Call by reference Type reference (TYPE) CRMT_UI_LOGICAL_LINK_ID BI Report ID 20100219
4 Returning 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 Importing IS_SHAREBOX_ITEM Call by reference Type reference (TYPE) WCF_USTS_SHAREBOX_ITEM Sharebox Item 20090828
2 Importing IV_CATEGORY Call by reference Type reference (TYPE) WCF_UST_CATEGORY Item Category 20090828
3 Importing IV_SEARCH_ID Call by reference Type reference (TYPE) GUID_32 Search GUID 20090828
4 Returning 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 Importing IS_SHAREBOX_ITEM Call by reference Type reference (TYPE) WCF_USTS_SHAREBOX_ITEM Sharebox Item 20090828
2 Importing IV_CATEGORY Call by reference Type reference (TYPE) WCF_UST_CATEGORY Item Category 20090828
3 Importing IV_ROLE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role 20090829
4 Importing IV_TAG Call by reference Type reference (TYPE) WCF_TC_TAG_VALUE Tag Value 20090828
5 Returning 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 Importing IV_ID Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20091026
2 Returning 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 Importing IV_USER Call by reference Type reference (TYPE) SYUNAME User Name 20090924
2 Returning 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 Importing IV_USER Call by reference Type reference (TYPE) SYUNAME User Name 20090924
2 Returning 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 Importing IV_REFRESH Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE Force Refresh 20091124
2 Importing IV_ROLE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role 20091110
3 Importing IV_USER Call by reference Type reference (TYPE) SYUNAME User Name 20090924
4 Returning 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 Importing IV_ROLE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role 20091110
2 Importing IV_USER Call by reference Type reference (TYPE) SYUNAME User Name 20090924
3 Returning 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 Importing IV_BY_PASS_CACHE Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20091006
2 Importing IV_USER Call by reference Type reference (TYPE) WCF_UST_USER User Name 20090825
3 Returning 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 Importing IV_CATEGORY Call by reference Type reference (TYPE) WCF_UST_CATEGORY Item Category 20090825
2 Importing IV_ID Call by reference Type reference (TYPE) WCF_UST_ID Universal Sharing tool ID 20090825
3 Importing IV_USER Call by reference Type reference (TYPE) WCF_UST_USER User Name 20090825
4 Returning 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 Importing IV_CATEGORY Call by reference Type reference (TYPE) WCF_UST_CATEGORY Item Category 20090825
2 Importing IV_ID Call by reference Type reference (TYPE) WCF_UST_ID Universal Sharing tool ID 20090825
3 Importing IV_USER Call by reference Type reference (TYPE) WCF_UST_USER User Name 20090825
4 Returning 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 Importing IV_CATEGORY Call by reference Type reference (TYPE) WCF_UST_CATEGORY Item Category 20090825
2 Importing IV_ID Call by reference Type reference (TYPE) WCF_UST_ID Universal Sharing tool ID 20090825
3 Importing IV_TYPE Call by reference Type reference (TYPE) WCF_UST_ITEM_TYPE Sharing item type 20090825
4 Importing IV_USER Call by reference Type reference (TYPE) WCF_UST_USER User Name 20090825
5 Returning 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 Importing IV_CATEGORY Call by reference Type reference (TYPE) WCF_UST_CATEGORY Item Category 20091005
2 Importing IV_USER Call by reference Type reference (TYPE) WCF_UST_USER User Name 20091005
3 Returning 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 Importing IV_CATEGORY Call by reference Type reference (TYPE) WCF_UST_CATEGORY Item Category 20090825
2 Importing IV_ID Call by reference Type reference (TYPE) WCF_UST_ID Universal Sharing tool ID 20090825
3 Importing IV_USER Call by reference Type reference (TYPE) WCF_UST_USER User Name 20090825
4 Returning 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 Importing IV_CATEGORY Call by reference Type reference (TYPE) WCF_UST_CATEGORY Item Category 20090825
2 Importing IV_ID Call by reference Type reference (TYPE) WCF_UST_ID Universal Sharing tool ID 20090825
3 Importing IV_USER Call by reference Type reference (TYPE) WCF_UST_USER User Name 20090825
4 Returning 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 Importing IV_ROLE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role 20091110
2 Importing IV_USER Call by reference Type reference (TYPE) SYUNAME User Name 20090925
3 Returning 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 Importing IV_GUID Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20100511
2 Returning 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