Show TOC

 App Implementation: My Paystubs Locate this document in the navigation structure

System Landscape Requirements

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

Based on SAP enhancement package 7 of SAP ERP 6.0 also possible:

Configuration of Front-End Server

Configuration of SAP Fiori Infrastructure

Back-End Product Versions Supporting the App (Minimum Product Version Stack)

  • SAP ERP 6.0 SP15 or higher

  • SAP enhancement package 2 of SAP ERP 6.0 SPS05 or higher

  • SAP enhancement package 3 of SAP ERP 6.0 SPS05 or higher

  • SAP enhancement package 4 of SAP ERP 6.0 SPS05 or higher

  • SAP enhancement package 5 of SAP ERP 6.0 SPS03 or higher

  • SAP enhancement package 6 of SAP ERP 6.0 SPS01 or higher

  • SAP enhancement package 7 of SAP ERP 6.0 SPS02 or higher

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

SAP Fiori principal apps for SAP ERP 1.0 SPS04

For more information on the installation of the back-end and front-end components of the app, see Installation of Back-End Components and Installation of Front-End Components.

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

Back-End/Front-End Server

Back-End/Front-End Component

Technical Name of Software Component

Support Package Level

Back-end server

Back-end component

SRA006 1.0

06

Front-end server

Front-end component

UIX01HCM 100

04

Required SAP Notes

For My Paystubs, the following SAP Notes must be available:

SAP Note Number

Description

1931620

Release Information

Implementation Tasks

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

Front-End Server: Activate OData Services

Component

Technical Name

OData Service (Version Number)

SRA006_SRV (1)

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

Front-End Server: Activate UI5 Application

Component

Technical Name

UI5 Application

HCM_PS_MON

For more information about how to activate the UI5 application (ICF service), see Front-End Server: Activate ICF Services of UI5 Application.

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

There are several steps to be performed to enable the app for access in the SAP Fiori launchpad. You require the listed data to perform these steps.

For more information about the steps to be performed, see Setup of Catalogs, Groups, and Roles in the SAP Fiori Launchpad.

Component

Technical Name

Semantic Object

RemunerationStatement

Business Role

SAP_HCM_BCR_EMPLOYEE_X1

Business Catalog

SAP_HCM_BC_EMPLOYEE_X1

Business Catalog Group

SAP_HCM_BCG_EMPLOYEE_X1

Technical Role

SAP_HCM_TCR_T_X1

Technical Catalog

SAP_HCM_TC_T_X1

LPD_CUST Role

UIX01HCM

LPD_CUST Instance

TRANSACTIONAL

Front-End and Back-End Server: Assign Role with OData Service Authorization to Users

To grant specific users access to OData services, you have to assign roles (including OData service authorization for the app) to your users. You have to make the assignment on the back-end server and on the front-end server:

  • On the back-end server, a dedicated authorization role (PFCG role) for the OData service is delivered as an example. You can adjust this role according to your needs.

  • On the front-end server, you can assign the OData service authorization to a new or existing role, such as a business role that has been adjusted according to your needs.

OData Service (Version Number)

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

Front-End Server: Authorization Role

SRA006_SRV (1)

SAP_HCM_PS_MON_APP

Use an existing role or create a new one

For more information about OData service authorizations and roles containing them, see Back-End Server: Assign OData Service Authorization to Users and Front-End Server: Assign OData Service Authorization to Users.

Prerequisites for Implementation

Before implementing the app, you must ensure the following:

  • Configure parameters to allow employees to view the salary statement as a PDF-based form. Your employees can print the salary statement from the Web application or save it.

    Paystubs are displayed in SAP Fiori in the same manner as they are displayed in Employee Self-Service (ESS) Applications.

    Refer to the following document in the SAP Library for detailed information: Business Package for Employee Self-Service (SAP ERP) 1.0 and expand the pages as follows:   Employee Self-Service (ESS) Applications   Benefits and Payment   Salary Statement  .

Configuration Tasks

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

  • Enable the SICF Services for the Gateway

    Service name: SRA006_SRV

  • Enable the SICF Services for UI5

    Service name: HCM_PS_MON

  • Deploy the following business add-in (BAdI):

    • XSS_REM_INTERFACE using the classic BAdI implementation

      The XSS_REM_INTERFACE BAdI is required to filter paystub statements after a payroll run. This BAdI, which is present in the ECC system, belongs to the software component EA-HRRXX. Ensure that the following method of the BAdI is implemented: IF_EX_XSS_REM_INTERFACE~PROVIDE_FILTERED_RGDIR. Deploy the BAdI as a classic BAdI.

    • BADI_SRA006

      Provides you the flexibility for calculating the Net pay, Gross pay and Deductions for a particular payslip.

    For instructions on how to activate BAdI implementations, see Steps to Activate BAdI Implementations.

    For more information on implementing the BAdIs in the context of enhancement concept, see SAP Library for BAdIs Embedded in the Enhancement Framework under   Technology   SAP NetWeaver Platform   SAP NetWeaver Library: Function-Oriented View   Application Server   Application Server ABAP   Application Development on AS ABAP   ABAP Customer Development   Enhancement Framework   Enhancement Technologies   Business Add-Ins (BAdIs)   Additional Information  .

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.