Sei sulla pagina 1di 2

SAP R/3 Document : FAQ ABAP/4 Dialog Programming

1) Why do I need dialog programming in the first place .


Ans ) to have your own customized screens

2)

What does the dialog programming consists / made up of ?

Ans ) Screen , Menu , Transaction code , module pool program ,.


3) Difference between the normal report / program and Module pool program ?
Ans) Normal report can be run straight away by F8 Attributes : 1 online
program
Module pool program cannot be run straight away attributes : M module pool program .
4) PBO and PAI
Ans ) Process before output
Process after input
5) How can I identify which button is pressed
Ans ) fcode attributes of the button .

6) GUI interface to the program


Ans ) menu bar
7) What does PAI and Pbo contain by default
Ans ) PBO - MODULE STATUS_0100.
PAI - * MODULE USER_COMMAND_0100.
8) If we do not have / give menu bar than what will menu bar have by default .
Ans ) system , help .

By : C.Rajasekhar

SAP R/3 Document : FAQ ABAP/4 Dialog Programming


9) The number of PBO and PAI for a screen .
Ans ) one PBO and one PAI .
10 ) In the menubar can you associate a function key to a button .
Ans ) yes

By : C.Rajasekhar

Potrebbero piacerti anche