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 is smart forms? : abap hr
What is the different type of projects? : sap abap hr
How are the date abd time field values stored in sap?
What does the extract statement do in extract datasets?
Why do we need enhancements?
What is the difference between a structure and an append structure?
What are the check tables?
What are smart forms?
What is generic area buffering in abap?
What are the screen elements.
How we can retrieve data using secondary index. Explain with simple example?
Can we reuse a userexit?
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
Can we define our own match code id's for sap matchcodes? : abap data dictionary
Explain what are the events in screen programming?