Fiori Custom Plugin Abap banner
SAP-samples SAP-samples

Fiori Custom Plugin Abap

Development community

Description

Learn how to create a custom SAP Fiori Launchpad plugin to modify the SAP Fiori Launchpad header title and extract title information via a custom service in Embedded Steampunk.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Create an SAP Fiori Launchpad Custom Plugin with SAP Business Application Studio and SAP S/4HANA Embedded Steampunk

[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/fiori-custom-plugin-abap)](https://api.reuse.software/info/github.com/SAP-samples/fiori-custom-plugin-abap) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Size](https://img.shields.io/github/languages/code-size/SAP-samples/fiori-custom-plugin-abap) ![Languages](https://img.shields.io/github/languages/count/SAP-samples/fiori-custom-plugin-abap) ![Top Language](https://img.shields.io/github/languages/top/SAP-samples/fiori-custom-plugin-abap)

Description

This repository contains the material for creating a custom SAP Fiori Launchpad plugin with SAP Business Application Studio along with instructions on how to use Embedded Steampunk in SAP S/4HANA 2022 or higher to create custom developer extensibility services for consumption in this custom Fiori Launchpad Plugin.

Overview

In this section we will describe the main activities to be run for creating a custom Fiori Launchpad Plugin that consumes a custom service in Embedded Steampunk in SAP S/4HANA 2022 or higher.

The objective of creating this custom Fiori Launchpad plugin is for your end-users to be able to quickly distinguish which system and client they have logon to in the system. The information will be displayed in the SAP Fiori Launchpad header title section and through this custom Fiori plugin the user will see the System ID along with client number information as shown in the image.

![Plugin Overview](images/overview.png)

Prerequisites

You need to ensure the fulfillment of all of the following points for you to successfully run this exercise:

  • You have installed the latest ABAP Development Tools (ADT), see [ABAP Devel