Category Archives: ABAP

Articles on ABAP programming will be useful for both ABAP developers and SAP consultants. I will analyze both ABAP from scratch and the new syntax of ABAP 7.4 and 7.5. I will describe in detail the technical details that I encountered and how I solved them. I will also try to help consultants look beyond ABAP development in order to better understand how everything works.

Data Element SAP ABAP | Dictionary ABAP

Data types in ABAP are used in every program, even the simplest ones. Let’s look at what types exist, options for creating data types and their visibility in the system. Let’s see how to create types and how to use them.

ABAP dictionary data element (type)

These are types defined globally in the ABAP vocabulary using transactions se11 or se80. In transaction SE11 it is possible to view or change an existing data type or create a new one. Let’s look at the process of creating a data type through se80 and using it in the ABAP dictionary and in the SAP program.

New syntax ABAP errors! | ERRORS ABAP 7.4 and 7.5 SAP

Check your knowledge in new syntax ABAP!  Spend 5 minutes on your ABAP!

New syntax ABAP errors in ABAP 7.4 and ABAP 7.5 with examples. I will show how I fixed ABAP error in SAP with debugger ABAP. In code I used: Inline declaration ABAP, ABAP SELECT, ABAP STRING and other new ABAP construction in SAP.

New syntax ABAP ERRORS!

Continue reading New syntax ABAP errors! | ERRORS ABAP 7.4 and 7.5 SAP

How create ABAP program SAP in 5 minutes?

Using the example of a simple ABAP program, I will analyze code useful for beginning ABAP developers. We create a new local SAP program. A simple ABAP selection screen, a database query using the SELECT construct, an internal table, BREAK-POINT and displaying the table on the screen. All this in a new video on my YouTube channel :

How create ABAP program?

Continue reading How create ABAP program SAP in 5 minutes?