So I have been interested in learning ABAP (which is used in programming SAP core) but have no idea where to start. I have seen online tutorials, however, I don't have an available install of SAP to see how everything fits together. Does anybody know of any tools that are available that would allow me to learn ABAP and be able to see my code in action? (possibly an SAP emulator)
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
You can use the developer edition of SAP Netweaver. Transaction code SE80 will take you to the development environment where you can start writing ABAP. |
|||
|
|
|
What you're looking for is a program called "miniSAP" which is able to be installed on a local system and works with your developed ABAP code. I wasn't able to find any free versions through a brief Google stint, but there are at least a couple ABAP textbooks which have it included. Hope that helps. |
|||||
|
|