
In this tutorial, you will learn how to create global ABAP class in transaction SE24. It will be a simple calculator that can add, subtract, multiply and divide. This class will be used in some other example on this web. Read More …
In this tutorial, you will learn how to create global ABAP class in transaction SE24. It will be a simple calculator that can add, subtract, multiply and divide. This class will be used in some other example on this web. Read More …
In this tutorial, you will learn how to get a list of all modification on the system using transaction SE95. Step 1. To get a list of all modification go to transaction SE95 (Modification Browser). Put “se95” in the command field Read More …
In this tutorial, you will learn how to create a table view in transaction SE11. Step 1. To create table view go to transaction SE11 (ABAP Dictonary). Put “se11” in the command field and hit Enter: Step 2. Choose Read More …
In this tutorial, you will learn how to create a global structure in the transaction SE11. Step 1. To create a global structure go to transaction SE11 (ABAP Dictionary Maintenance). Put “se11” in the command field and hit Enter: Read More …
In this tutorial, you will learn how to create a transparent table in transaction SE11. Step 1. To create a transparent table go to transaction SE11 (ABAP Dictionary). Put “se11” in the command field and hit Enter: Step Read More …
In this tutorial, you will learn how to create a package in transaction SE80. Development package is an object which allows you to organize your development objects artifacts. Step 1. To create developer package go to transaction SE80 (Object Read More …
In this tutorial, you will learn how to compare two ABAP program version in transaction SE80 (Object Navigator). This tutorial shows how to compare ABAP program but it will work for all other objects like class and function modules. Read More …
In this tutorial, you will learn how to restore old ABAP program version in transaction SE80 (Object Navigator). This tutorial shows how to restore ABAP program but it will work for all other objects like class and function modules. Read More …