Making Services Available: Standard
Configuration
This document provides an overview of the configuration objects that SAP supplies for making services available:
●
Link
Command
Corresponds
to a command for launching a service. The command can be made available as a
menu item or as a link.
●
Command
Group
Groups
together individual commands or command groups. For menus, several command
groups can be assigned to a main group. In this case, the menu items in each
subordinate command group are separated by lines.
●
Type
Configuration
object that corresponds to a particular application.
For example: The clpType corresponds
to the Collaboration Launch Pad (CLP). The command group that is assigned to
the clpType corresponds to the
Collaboration menu in the CLP.
The SAP standard system contains the following types for making services available:
Type |
Use |
clpType |
Makes available services in the Collaboration menu of the CLP and the room member list. The following command groups (assigned in the contextmenu_commandgroup field) correspond to the Collaboration menu of the iView in question. clpGroup Contains more command groups with commands for launching the entire range of collaboration services in the portal. clpMinimalGroup Commands the command for sending e-mails, creating rooms, and creating tasks. |
userDetailsType |
Provides services as links that can be launched directly on the user interface of the User Details iView. The following command groups (assigned in the contextmenu_commandgroup field) correspond to the group of links in the iView: userDetailsGroup Contains the
following commands: userDetailsMinimalGroup Commands the command for sending e-mails, creating rooms, and creating tasks.
|
userType |
Provides services in the context menu for the displayed users or user groups. The type applies for all applications in the area of Knowledge Management and Collaboration that display users with the context menu for launching services. You can assign the following configuration objects to userType: peopleDetailsLink Command groups (in
the contextmenu_commandgroup field) that correspond to the context
menu for the user name in the User Details iView: |
The SAP standard system contains two types of Link Commands for making services available. Each link command type is identified by a separate Java class and has a specific purpose:
●
Link
commands for services in the Collaboration menu (of the CLP
and the member list)
(Java class = com.sap.ip.collaboration.coreui.api.people.flexibleui.CLPUICommand)
Link Command |
Use |
clpAsyncRoomLink |
Creating a room (only for the Collaboration portal role) |
clpAsyncTaskLink |
Creating a task |
clpGWAppLink |
Creating an appointment |
clpGWSendMailLink |
Sending an e-mail |
clpGWShowAvailLink |
Showing user availability |
clpSyncAppSharingLink |
Allowing shared access to an application |
clpSyncInstantMessageLink |
Sending an instant message |
clpSyncSessionLink |
Creating a session |
clpSyncWebExLink |
Starting a WebEx session |
clpWorkflowFeedbackLink |
Requesting feedback |
clpWorkflowNominationLink |
Requesting a nomination |
clpWorkflowTaskLink |
Creating a task (in the Universal Worklist) |
●
Link
commands for services in the context menu for users or
user groups
(Java class = com.sap.netweaver.coll.coreui.api.uicommands.UILaunchCommand)
Link Command |
Use |
groupDetailsLink |
Launching the user group details |
peopleAsyncRoomLink |
Creating a room |
peopleAsyncTaskLink |
Creating a task |
peopleDetailsLink |
Launching the user details |
peopleGWAppLink |
Creating an appointment |
peopleGWSendMailLink |
Sending an e-mail |
peopleGWShowAvailLink |
Showing user availability |
peopleSyncAppSharingLink |
Allowing shared access to an application |
peopleSyncInstantMessageLink |
Sending an instant message |
peopleSyncSessionLink |
Creating a session |
peopleSyncWebExLink |
Starting a WebEx session |
peopleWorkflowFeedbackLink |
Requesting feedback |
peopleWorkflowNominationLink |
Requesting a nomination |
peopleWorkflowTaskLink |
Creating a task (in the Universal Worklist) |