SAP ABAP Class CL_WCF_UST_ROLE_API (Role API)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-UI (Application Component) User Interface
     WCF_UST_CORE (Package) Central Sharing Tool - Core Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CRM_UI_PROFILE_DETERM Profile determination 20091014
Properties
Class CL_WCF_UST_ROLE_API  
Short Description Role API    
Super Class CL_CRM_UI_PROFILE_DETERM Profile determination 
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 20091014   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WCF_UST_ROLE_API has no forward declaration.
Interfaces
Class CL_WCF_UST_ROLE_API has no interface implemented.
Friends
Class CL_WCF_UST_ROLE_API has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ST_ROLES Static Attribute Private Type reference (TYPE) LTY_T_ROLE 20091019
Methods
# Method Level Visibility Method type Description Created on
1 GET_ROLES Static method Public Method 20091019
2 GET_ROLES_SOURCE Static method Public Method Returns the source of user's roles 20091019
3 GET_USER_PARAM Static method Public Method 20091014
Events
Class CL_WCF_UST_ROLE_API has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_S_ROLE Private See coding 20091019 BEGIN OF LTY_S_ROLE, username TYPE SYUNAME, roles TYPE CRMT_UI_PROFILE_TAB, source TYPE CRMT_UI_PROFILE_SOURCE, END OF LTY_S_ROLE
2 LTY_T_ROLE Private See coding 20091019 LTY_T_ROLE TYPE STANDARD TABLE OF LTY_S_ROLE
Method Signatures

Method GET_ROLES 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 20091019
2 Returning RT_ROLES Value transfer Type reference (TYPE) CRMT_UI_PROFILE_TAB List of business roles 20091019

Method GET_ROLES on class CL_WCF_UST_ROLE_API has no exception.

Method GET_ROLES_SOURCE 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 20091019
2 Returning RV_SOURCE Value transfer Type reference (TYPE) CRMT_UI_PROFILE_SOURCE Source of the Available Business Roles 20091019

Method GET_ROLES_SOURCE on class CL_WCF_UST_ROLE_API has no exception.

Method GET_USER_PARAM 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 20091014
2 Returning RV_PROFILE_PARAM Value transfer Type reference (TYPE) CRMT_UI_PROFILE Business Role 20091014

Method GET_USER_PARAM on class CL_WCF_UST_ROLE_API has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 701