Embarking on ABAP Adventures: Unveiling the Sum of Two Numbers
Welcome back everyone, So basically we were discussing the basic points of ABAP programming in our previous blogs, So we will continue with writing our first program { sum of two numbers }. As you remember, we have selected the type of above program as executable why? It is because, we have to execute the program Note :- In any programming language, a program generally have 3 parts :- Input Processing Logic Output so, for our first program we will first go for input, then processing logic and then for output. We have discussed in our previous blog, that DATA is used to define a variable. So, basically we have to create three data object, one for output and 2 for input. Then we will provide the input, in this program we will start with default input and in the upcoming one we will take inputs from the user. Then we will perform the operation. In SAP we use write statement to display the output. After writing the code, for best practices always use the pretty print