Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 3.52 KB

File metadata and controls

66 lines (44 loc) · 3.52 KB

Launchpad Integration

This page serves as the navigation hub for the Launchpad integration sequence. Use the links below to follow the guided steps from setup through deployment, content configuration, and role assignment.

Prerequisites

Before starting the Launchpad Integration tutorials, ensure you have:

  • S/4HANA Cloud Public Edition access with ABAP Development Tools (ADT)
  • BTP Subaccount with SAP Business Application Studio (BAS) subscription
  • Required authorizations:
    • Developer role for creating ABAP artifacts
    • Administrator role for Launchpad configuration and role management
  • Existing communication arrangement setup (from previous tutorials)

Tutorial Sequence

Backend Setup (Packages, CDS Entities, Service Definitions/Bindings)

  • Launcher Package Creation Create the Launcher packages used for SAP Launchpad integration and organize artifacts for navigation and cataloging.

  • Data Definition Creation Create CDS custom entity (unmanaged) and follow ABAP artifact naming guidelines to expose relevant data for services and UI.

  • Get Host Details Implement an ABAP class for retrieving backend host and communication details required by downstream integration components.

  • Service Definition Creation Define the OData service on top of your data model, preparing it for binding and eventual exposure to UI channels.

  • Service Binding Creation Create an OData V4 service binding for the service definition to make it consumable by Fiori/UI applications.

BTP/BAS Setup and UI Deployment

  • Destinations for Fiori Deployment Configure BTP subaccount destinations that enable BAS to deploy the UI application to the S/4 system securely.

  • BAS Fiori App Creation Scaffold and develop the Fiori application in SAP Business Application Studio (BAS), including generator-time deployment and FLP configuration.

  • UI Deployment from BAS to S/4 System Deploy the BAS-generated UI app to the ABAP repository (BSP) and verify artifacts under the UI package in ADT.

IAM Configuration, Catalog, Pages, Spaces, and Roles