Article Index

When we are looged on the miniSAP, we can see the SAP Easy Access screen, this is the starting point to all the SAP software, and in our case to all the development tools, that we need to develop an ABAP program.

SAP Easy Access

You can be worried about the moment where we can begin to write code here, but first of that we must deal with some configuration tasks, we must to create our Development Request.

With SAP you must follow some best practices to do all, then before you can open a text editor and begin to write your first application, you must to create some things, for example a development request, on a world real development may be you cannot be worried for this task, becouse the transport layer and development request that you must to use is already created by other person, maybe one NW Basis Consultant, your ABAP leader or other more ranged consultant in the proyect, in real proyects you are not alone, there are many people working around you, but here in miniSAP you are the one user and developer. This situation is good becouse you can know some tasks that are happening aroung you, and it's good to know.

Ok, let's start... SAP have usually three different systems, the first and more important for us is the development system, here and only here we create our ABAP programs, and we can test and debug our program here until we can say that the program is completed, when the program is completed this program must be transported to other system, usually called QAS, in this system some SAP users test your development and if they see all ok, your program is finally transported to the final system: the production one.

Then the transport layer is the layer, path or way, that will transport your development between the SAP systems, and this layer must to exists before you begin your development. By default this MiniSAP have only the transport layer called SAP, this layer must be used only by objects created by SAP. MiniSAP don't have three systems, just have one for development, but it's good to know what happen on a real SAP enviroment.

Comments powered by CComment

Education

  • Mobile Web Apps

    The mobile web apps are built using the same development tools than the web pages, so with some knowledge in HTML, Javascript, etc. you can begin to learn this kind of development. To use a web mobile app, the user must enter to any web browser installed on the mobile device and in this way the user can navigate at the URL site or URL app. One of the most important thing to know in the time of coding a web mobile app is the screen because the screen on mobile devices have multiple sizes and the user can interact with the content there in many ways, for example scrolling, zooming or doing the click action just touching the screen with one or more fingers.



    Read More
  • The Hard Drive

    Many of the first computers did not have a storage device where to save the information and the applications, in this way all the information was in the RAM all the time, and this information was deleted every time the pc was turn off. (We must remember that the RAM, is a kind of memory volatile, also known as work memory because is available to use when the pc is turn on)



    Read More
  • The RAM - The Random Access Memory

    The RAM or Random Access Memory is the work memory, where all the programs and data information that are open in a defined moment is loaded. The RAM only stores data information when the computer is on, when we computer is off the information on the RAM is cleared.



    Read More

Software

  • Eclipse

    Eclipse ha sido ampliamente reconocido por su IDE para Java, sin embargo en la actualidad, Eclipse es mucho mas que eso, tambien tiene IDE para C, C++ y PHP, ademas de muchas otras herramientas y plugins.



    Read More
  • Android Studio

    Android Studio is the Google official IDE for Android Apps development, providing fastest tools with a lot of features: Visual Layout Editor, APK Analyzer, Fast Emulator, Intelligent Code Editor, Flexible Build System, Realtime profilers, thousands of learning videos and blogs, an more.



    Read More