Show TOC

 App Implementation: My Appointments

System Landscape Requirements

Note Note

This app version is deprecated. We recommend that you install the app available with the software component UICRM001 100. If you have already implemented the deprecated version, we recommend to switch to the version available with component UICRM001 100.

End of the note.

Before you start to implement the app, ensure that your system landscape has been set up to enable SAP Fiori. This also implies that the front-end and back-end components for your app are already available in this system landscape:

SAP Fiori System Landscape Options

Setup of SAP Fiori System Landscape with ABAP Environment

Configuration of Front-End Server

Configuration of SAP Fiori Infrastructure

Back-End Product Versions (with Minimum Support Package Stack) Supporting the App

  • SAP CRM 7.0 SPS 6 or higher

  • SAP enhancement package 1 for SAP CRM 7.0 SPS 3 or higher

  • SAP enhancement package 2 for SAP CRM 7.0 SPS 1 or higher

Product Version Containing Back-End and Front-End Components of the App

SAP Fiori transactional apps 1.0 for SAP CRM SPS 4

For more information on the installation of the back-end and front-end components of the app, see Installation Information.

For the app, the following software components must be available in your system landscape. These components are contained in the product SAP Fiori transactional apps for SAP CRM:

Back-End/Front-End Server

Back-End/Front-End Component

Technical Name of Software Component

Support Package Level

Back-end server

Back-end component

GBX02CRM 700

03

Front-end server

Front-end component

UIX02CRM 100

03

Note Note

The app offers the possibility to upload documents. For security reasons, we strongly recommend that you install an appropriate virus scanner in your SAP Fiori system landscape and define sufficiently restrictive scan profiles to prevent the upload of malicious content.

For more information on virus scanning and scan profiles for SAP Fiori apps, see Virus Scanning.

End of the note.

Required SAP Notes

For the My Appointments app, no SAP Notes have to be implemented.

Implementation Tasks

The following sections list tasks that have to be performed to implement the My Appointments app. The tables contain the app-specific data required for these tasks.

You can find the data required to perform these tasks in the SAP Fiori apps reference library at https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/index.html?appId=F0005Information published on SAP site.

Front-End Server: Activate OData Services

Component

Technical Name

OData Service (Version Number)

CRM_APPOINTMENT_SRV (1)

For more information about activating OData services, see Front-End Server: Activate OData Services.

Front-End Server: Activate SAP UI5 Application

Component

Technical Name

SAP UI5 Application

CRM_MYCAL

For more information about how to activate the ICF service, see Front-End Server: Activate ICF Services of SAPUI5 Application (for transactional apps) or Activate ICF Service of BSP Application (fact sheets).

Front-End Server: Enable App for Access in SAP Fiori Launchpad

The SAP Fiori launchpad is the entry point to SAP Fiori apps. In the launchpad, the user can see and access those Fiori apps that have been assigned by an administrator to the catalog designed for this user's role.

The administrator makes these assignments in the launchpad designer. For more information, see Setup of Catalogs, Groups, and Roles in the SAP Fiori Launchpad.

SAP delivers technical catalogs for groups of SAP Fiori apps as repositories to create your own catalogs in the launchpad designer. Along with these catalogs, more technical content is delivered for each SAP Fiori app. You can find the delivered technical content for each SAP Fiori app in the SAP Fiori apps reference library.

Front-End Server and Back-End Server: Assign OData Service Authorizations to Users

You must assign OData service authorizations for the app to your users.

Caution Caution

Several authorization default values are connected to the OData service. To ensure that all these default values are assigned to a user, you have to follow the instructions given under the documentation links provided.

End of the caution.

Make the assignment on the back-end server and on the front-end server:

OData Service (Version Number)

Back-End Server: Delivered Authorization Role (PFCG Role)

Front-End Server: Authorization Role

CRM_APPOINTMENT_SRV (1)

SAP_CRM_MYAPPTS_APP

Use an existing role or create a new one

Configuration Tasks

To enable My Appointments, you must perform the following configuration tasks:

  • Define transaction type and text types

    In Customizing for SAP CRM, define which transaction type and text types the system should use for appointments that are created, displayed, or edited from the My Appointments app.

    You find this setting in Customizing for SAP CRM under Start of the navigation path Customer Relationship Management Next navigation step Transactions Next navigation step Settings for Activities Next navigation step Define Settings for "My Appointments" App End of the navigation path.

  • Assign and adjust authorization roles (PFCG roles)

    • Assign the following authorization roles (PFCG roles) to the users of the app:

      Authorization Role (PFCG Role)

      Description

      SAP_CRM_MYAPPTS_APP

      Role that contains only the technical access to the OData service necessary for running the app

      SAP_CRM_UIU_SLS_PROFESSIONAL or another role

      Role that covers authorizations for the business objects accessed by the app

    • Make sure that one of the assigned authorization roles contains the following authorizations:

      • Authorization object S_RFC (Authorization Check for RFC Access), with the following values:

        Field

        Value

        ACTVT

        16

        RFC_NAME

        /IWBEP/FGR_MGW_CLIENT_IF

        RFC_TYPE

        FUGR

      • Authorization object S_RFCACL (Authorization Check for RFC User (e.g. Trusted System))

        There are no predetermined values for this.

      Note Note

      This step is required once for all SAP CRM apps, not once per app.

      End of the note.
  • Assign "Employee" business partner role

    Ensure that each user who should have access to the My Appointments app is assigned to a business partner with the Employee business partner role.

More Information

For general information about the user management concept in a SAP Fiori environment, see Users in ABAP Front-End System and Users in ABAP Back-End System.