
If you find yourself in a situation where you need to add trailing zeros you can use one of the following methods: Method 1. Using a while loop: DATA variable TYPE c LENGTH 16 VALUE ‘123’. DATA string_length TYPE i. Read More …
If you find yourself in a situation where you need to add trailing zeros you can use one of the following methods: Method 1. Using a while loop: DATA variable TYPE c LENGTH 16 VALUE ‘123’. DATA string_length TYPE i. Read More …
In this step by step SAP tutorial, you will learn how to debug XSLT (eXtensible Stylesheet Language) and/or ST (Simple Transformation) using XSLT_TOOL. I assume you know what XSLT/ST is but if not you can go to tutorial and articles Read More …
In this step by step SAP tutorial, you will learn how to transform the ABAP table into XML using XSLT? If you don’t have a clue what XSLT is, I recommend you read the following article before starting the tutorial Read More …
In this step by step SAP tutorial, you will learn how to create append structure for standard SAP table using transaction SE11. Step 1. Go transaction SE11 (ABAP Dictionary Maintenance). Put “se11” in the command field and hit Enter: Read More …
In this step by step SAP tutorial, you will learn how to compare two ABAP program on two system using transaction SE39. Step 1. Go transaction SE39 (ABAP Split Screen Editor). Put “se39” in the command field and hit Enter: Read More …
This tutorial is the second part of How to create first ABAP global class (simple calculator) in transaction SE24 (part I)? Step 12. Click on ADD method: Step 13. Click on Parameters button: Step 14. Add parameters 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 …