SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Transport a Software Component Between two Systems

Create and import a new software component into an SAP Business Technology Platform ABAP Environment instance, add ABAP sources and export it to a new SAP BTP ABAP Environment instance.

Overview

🎓 beginner 15 min. SAP BTP ABAP EnvironmentBeginnerABAP DevelopmentSAP Business Technology Platform

You will learn

  • How to create and import a new software component into a SAP BTP ABAP Environment instance
  • How to add ABAP sources and export software component
  • How to import software component into a new SAP BTP ABAP Environment instance
Created by March 9, 2023
Contributors

Prerequisites

Prerequisites

Steps

Intro

Always replace #### with your initials or group number.


Step 1 Create software component via SAP Fiori launchpad

  1. Login to your first system Fiori launchpad as administrator and open Manage Software Components application.

    manage SC
    manage SC

  2. Press GO to see the list of all already available software components.

    all SC
    all SC

  3. Click Create to create a new software component.

    add a new SC
    add a new SC

  4. Enter a Software Component Name and a Description and press Create.

- Name: `Z_MY_APP_####`
- Description: `my software component`

  ![enter data](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-environment-gcts/save.png)
  1. In your created software component press Clone.

    clone
    clone

  2. In the clone dialog select Main branch and click Clone.

    confirm clone
    confirm clone

  3. You can check under Recent Actions if your clone is done.

    recent actions
    recent actions

Step 2 Add ABAP sources and export component
+
Step 3 Update or import software component again
+
Step 4 Check the imported software component
+
Step 5 Test yourself
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 5
1. Create software component via SAP Fiori launchpad 2. Add ABAP sources and export component 3. Update or import software component again 4. Check the imported software component 5. Test yourself

Learn more →