Monday, December 15, 2008

ABAP Development Workbench(2)

Components of an Interface
The Interface is mainly divided into two main areas
1)Navigation Area
2)Tools Area

Navigation Area
 Object list :- allows to select a particular object like package,class,program etc
 Toolbar for object list display :- to display name of the object.
 Context menu :- To determine the context.


Tool Area
 ABAP Workbench tools
 Tool functions
 Menus
 Standard toolbar
 Application toolbar
 Context menu
Selecting an object from the object list:

Application Hierarchy -> A list of all of the development classes in the SAP System. This list is
arranged hierarchically by application components, component codes,
and the development classes belonging to them

Development class ->A list of all of the objects in the development class

Program -> A list of all of the components in an ABAP program

Function group -> A list of all of the function modules and their components that are
defined within a function group

Class -> A list of all of the components of a global class. It also lists the
superclasses of the class, and all of the inherited and redefined methods
of the current class.

Internet service -> A list of all of the componentse of an Internet service:
Service description, themes, language resources, HTML templates and
MIME objects.

Local objects -> A list of all of the local private objects of a user.
Objects in this list belong to development class $TMP and are not
transported. You can display both your own local private objects and
those of other users. Local objects are used mostly for testing. If you
want to transport a local object, you must assign it to another
development class.




No comments:

Post a Comment