Table of contents | |
The Toolset | |
Creating a New Dialog Program | |
Adding a Screen to the Dialog Program | |
Screen Layout and Adding ‘Hello World’ Text | |
Creating Transaction | |
Executing the Program |
Dialog programming deals with the development of multiple objects. All these objects are linked hierarchically to the main program and they are executed in a sequence. Dialog program development makes use of tools in the ABAP workbench. These are the same tools used in standard SAP application development.
Here are the main components of dialog programs −
Dialog programs should be developed by the object browser (transaction: SE80) so that all objects become linked to the main program without having to explicitly point each object. Advanced navigation techniques enhance the process of moving from one object to the other.
Screens are made up of screen attributes, screen layout, fields and flow logic. The module pool consists of modularized syntax that is placed inside include programs of the dialog program. These modules can be invoked by the flow logic, which is processed by the dialog processor.
Save and activate everything. You can execute the program. As the program executes, the text you entered is displayed on the screen as shown in the following screenshot.
73 videos|68 docs
|
|
Explore Courses for Software Development exam
|