SAP

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

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
Thomas Jung T Thomas Jung August 21, 2026
Created on March 21, 2023
Contributors

More from Devtoberfest Planner

See all 227 tutorials by Devtoberfest Planner →

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