From the previous tutorial: Creating development transport request. We have now 3 tasks, create a package, create a program and create a transaction.Then we will be creating a package on this section.

A package is a container where we can store all the objects that we are developing in a project. To create a package we can use the transaction code SE80, called the Object Navigator

SAP Object Navigator

With the Object navigator we can navigate for all the objects in the SAP repository, this screen have one navigator area on the left side and a tool area on the right side. If you do a double clic on an object on the left side, in the right side you can see their properties or code depending the kind of object.

To create a package, you can choose Package from the combo box and in the next input you can enter the package name ZPACKAGE_DEMO and then clic enter, after this if the package name don't exist SAP will ask you if you want to create a package with this name.

SAP Creating a package

In the next screen you must specify a short package description, the application component is CA for cross-aplications components, in this case the software component can be HOME for customer developments or LOCAL for development that will be not transportated, remembering that MiniSAP just have one system, then clic on next button.

SAP Creating a package 2

On the next screen you can choose the Workbench request, if you did the project creation and request definition, you can find on the request input the request called Create a package. Please choose the request and push the continue button.

SAP Creating a package 3

In this way you have now a package created waiting to storage the objects that you will be developing while learning ABAP.

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