Posts

Showing posts from April, 2020

What are Development Objects and Packages in SAP ABAP?

What are Development Objects and Packages in SAP ABAP? Learn ,What are Development Objects and Packages and their detail explanation in technical point of view.When you work with the Workbench, you work with development objects and packages in SAP ABAP. Development objects Development objects are the individual parts of an ABAP application. Some examples of development objects are programs like reports, transactions, and function modules. Program components such as events, screens, menus, and function modules are also development objects. Packages A package is a container for objects that logically belong together; for example, all of the objects in an application. A package is also a type of development object. An example of a package might be General Ledger Accounting. When you create a new object or change an existing object, the system asks you to assign the object to a package. Storing Development Objects The SAP system stores development objects in the R...

SAP ABAP Workbench tools Integration and working methods

SAP ABAP Workbench tools Integration and working methods Workbench tools are integrated. For example, when working in a program, the ABAP editor will also recognize objects created with other tools. This integration means that if you double-click an object, Workbench automatically starts the tool that was used to create the object. SAP developed Object Navigator to help you organize the development of your application in this integrated environment. Provides a context that makes it easier to track relationships between objects in a program. Instead of working with tools and packages, it works with objects and allows Workbench to launch the right tool for an object. We recommend that you use the Object Navigator to develop your applications. For this reason, this documentation is written from the point of view of an Object Navigator user. How to run Background Job by Raising an Event in SAP ABAP Advanced Business Application Programming for ABAP Stands What is the scope of SA...