what is the process of dialog program from first to last?
Answer Posted / pankaj singh
There is a two step process of dialog programming.
1) Go to Abap Editor screen through SE38 and create the
driver program for a dialog program and set its attribute
TYPE M. Save , Check and Activate.Close the abap editor
2) Goto Screen-painter through tcode se51 and create the
screen program with name same as in abap editor that you
have created and enter the screen no. Save and check.
3) Click on layout button in the application toolbar.Design
your screen as per your custom needs then save, check and
activate.
4) Click on Flow-Logic button, a new window will open in
which you can do code for PAI and PBO Events.
5) After coding the PAI and PBO Events in your driver
program in se 38 you have to maintain a tcode for your
driver program using tcode se93.
6) At last Save,Check and activate your driver program and
open the new session SAPEasyAccess and enter tcode in
command button.Finally your screen will come
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What functions does a data dictionary perform? : abap data dictionary
What happens if a function module runs in an update task? : abap modularization
Persistent class
Print options in smartforms?
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
Explain the differences between se01, se09 and se10?
How is collect statement different from append?
Program for Prime numbers and Matrix plz explain me the procedural method with steps
What kind of financial periods exist in sap? What is the relavent table for that?
What is alv programming in abap?
What are the types of indexes in abap?
How can I make a differentiation between dependent and independent data? : abap hr
What two statements are required in an abap program to output an icon using a written statement?
Explain how is batch input process different from processing on line?
What is step-loop?