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 does the insert statement in extract datasets do? : abap modularization
How to upload more than 2GB file from External Source to SAP?
Explain Singleton class
What is the abap program name to process the batch input session automatically? : abap bdc
What is native sql?
Explain what is the significance of hide?
What are the two methods for modifying sap standard tables?
What is value table?
What is the logo in sap script?
What is the difference between tables and structures?
What is the difference between free and refresh?
What is the use of 'table index'?
what is a text table ?
What is a badi?
What are domains and data element? : abap hr