2008 Feb 25 11:30 AM
Hi All,
What are the components of Dialog Programming?
Regards,
Waseem
Hi All,
What are the components of Dialog Programming?
Regards,
Waseem
2008 Feb 25 11:33 AM
- Screens (Dynpros)
- Each dialog in an SAP system is controlled by dynpros.A dynpros consists of a screen
And its flow logic and controls exactly one dialog step.
- ABAP/4 module Pool.
Each dynpro refers to exactly one ABAP/4 dialog program .Such a dialog program is also called a module pool ,since it consists of interactive modules.
2008 Feb 25 11:34 AM
Hi..
PAI modules,
PBO modules,
Includes,
Screenns and Screen Elements,
Transaction codes
You can call these things as Dilog Programming Components.
Regards
Sandeep Reddy
2008 Feb 25 12:04 PM
Check boxes
Radio buttons
Drop down box
Tab strip control
Table control
Push buttons
Text box
Lables
Box
Sub screen area
Table control wizard
Custom control
2008 Feb 25 12:17 PM
The components of dialog program:
Apart from the main screen with layout, attributes element list and flow logic it has
Four Includes are there i.e.
1) Top include that contains the data declaration part.
2) PBO - Process before output that conatins the logic to be executed before screen display
3) PAI - Process after input that conatins the logic to be executed once user inputs the data and presses submit.
4) Form Include - to contain any subroutine definitions.
Also to run the Dialog program we need a transaction code.
<REMOVED BY MODERATOR>
Regards
Roshan
Edited by: Alvaro Tejada Galindo on Feb 25, 2008 5:30 PM
2008 Feb 26 4:56 AM
Hi,
The basic components of dialog program
Screens (Dynpros)
- Each dialog in an SAP system is controlled by dynpros.A dynpros consists of a screen
And its flow logic and controls exactly one dialog step.
- ABAP/4 module Pool.
Each dynpro refers to exactly one ABAP/4 dialog program .Such a dialog program is also called a module pool ,since it consists of interactive modules.
Regards,
Subashini.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |