From the course: ABAP for SAP Users

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Jumping from transactions to ABAP

Jumping from transactions to ABAP - SAP ERP Tutorial

From the course: ABAP for SAP Users

Jumping from transactions to ABAP

- We learned in the previous demo that the transaction store set up a program with a specific screen, behind the scenes. How can we find this other program and understand more its structure? What the screens are for? You can find the answer with the object navigator. Just start it. Now I want you to choose the package from the list, and enter VA package. This is the package where our transaction lives. Now you will see another list. This list contains our object types. If you wonder what an ABAP developer can develop, here you can see many of them. You just need to read it aloud. A package may contain Subpackages, Business Engineering, Dictionary Objects, and so on. I don't want to overcharge you with these details. Let's accept that an ABAP development has many different aspects, and is not only about writing codes. But where you write ABAP code, is simply called Our Programs. And that's why we are here now.…

Contents