!--a11y-->
Making Services Available: Standard
Configuration 
This document provides an overview of the configuration objects that SAP supplies for making services available:
·
Types
A type comprises a group of services for a specific
purpose, for example, for the CLP.
·
Command
groups
These are
assigned to the types. They group all services
(link commands) and subordinate groups of
services that the type
provides.
·
Link
commands
Each link command provides the link to launch a
service.
The SAP standard system contains the following types for making services available:
Type |
Use |
clpType |
Making services available in the following iViews: · CLP The contextmenu_commandgroup clpGroup is assigned to clpType. · clpGWGroup · clpSyncGroup · clpAsyncGroup · clpWorkflowGroup Each subordinate command group groups the link commands for the associated areas (groupware, synchronous and asynchronous collaboration, and workflow) (see the overview below). |
userDetailsType |
Provides services as links that can be launched directly on the user interface of the User Details iView; The contextmenu_commandgroup userDetailsGroup is assigned to userDetailsType. · peopleGWSendMailLink (Send E-Mail) · peopleGWAppLink (Create Appointment) · peopleGWShowAvailLink (Show Availability) · peopleSyncInstantMessageLink (Send Instant Message)
|
userType |
Making the services available in the context menu for
users; You can assign the following configuration objects to userType: ·
leftclick_command: peopleDetailsLink ·
contextmenu_commandgroup: userGroup |
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) |
·
