Posts

Showing posts with the label SAPLearning

Navigating the ABAP Programming Landscape: Pretty Printers, Comments, Data Types, and Objects

Image
Welcome back everyone, So basically we have completed our DDIC part in our previous blog and just started with our programming part, So let’s continue with our ABAP programming part. Some more Functionalities of ABAP Editor :- The use of pretty printer is used to format the ABAP code. It makes the code more readable. The shortcut key for pretty printer is Shift + F1. The various functionalities of pretty printer are as follows :- Indentation Convert uppercase/lowercase      Note :- To check the various functionalities of the pretty printer. Click on utilities → settings → pretty printer So, you can use the pretty printer in any way as you prefer. Comments in ABAP Programming :- A comment is an explanation that is added to the source code of a program to help the person reading the program to understand it. Comments are ignored when the program is generated by the ABAP compiler. The * character at the start of a program line indicates that the entire line is comm

Mastering SAP Table Maintenance: Insert, Update, and Delete Data with Ease

Image
 Welcome back everyone. So basically, we have created our ZAR_HEADER table yesterday, So we will learn how to maintain { insert, update, delete } data in the table. Open the table in change mode → go to utilities → table contents → create Entries. We can see the client number automatically appears. Enter the following details and click on save. You will get the message, database records successfully created. Similarly put some more records and click on save. If, I want to see the records in the button, there is a content button {Ctrl + Shift + f10}→ click on this button and press f8 {execute button }. OR You can click on utilities → table contents and display Changing data in table :- Note :- We can change, only non primary key data in our table. Display the entries, select the row where you want to change the data and click on change pencil button. Click on save and data will be changed, Again note we can only change data in non primary key