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

Use Checkout Functionality of Branches to Switch Between Different Versions of Code

Use the checkout functionality of branches to switch between different versions of your code with SAP BTP, ABAP environment.

Overview

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

You will learn

  • โœ”How to checkout feature branch
  • โœ”How to change your coding
  • โœ”How to transport changes
  • โœ”How to checkout master branch
  • โœ”How to test changes
Unknown U Unknown March 21, 2023
Created by March 21, 2023
Contributors

Prerequisites

Prerequisites

Steps

Intro

In this tutorial, wherever XXX appears, use a number (e.g. 000).


Step 1 Checkout feature branch
โ€”

  1. Logon to your ABAP system in your SAP Fiori launchpad and open Manage Software Components application.

    Checkout feature branch
    Checkout feature branch

    Note: If you don’t know the URL of your ABAP system, then you can open your ABAP Development Tools (ADT), right-click on your ABAP system in your project explorer, select Properties and click on your system URL.

  2. In your manage software components application search for your software component Z_SWCT_XXX and select it.

    Checkout feature branch
    Checkout feature branch

  3. Select your feature branch branch_xxx and click Checkout to be active with your master branch.

    Checkout feature branch
    Checkout feature branch

  4. Click OK.

    Checkout feature branch
    Checkout feature branch

  5. Refresh your recent actions to see your result.

    Checkout feature branch
    Checkout feature branch

  6. Now you can see, that your feature branch branch_xxx is checked out successfully.

    Checkout feature branch
    Checkout feature branch

Step 2 Change your coding
+
Step 3 Transport changes
+
Step 4 Checkout master branch
+
Step 5 Test changes
+
Step 6 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 6
1. Checkout feature branch 2. Change your coding 3. Transport changes 4. Checkout master branch 5. Test changes 6. Test yourself

Learn more →