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 the difference between a structure and an append structure?
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
Can a posting run be deleted? : sap abap hr
Normally how many and what files get created when a transaction program is written?
What are the modes in which any update tasks work?
How do you read files from the presentation server ? : abap bdc
What are domains and data element? : abap hr
what are the main technical differences between oracle and sap? it would be more helpful to me if get this answer...
What is use of transparent table in abap? How it is different from pool tables?
To how many tables can an append structure be assigned. : abap data dictionary
What are the advantages and disadvantages of ABAP query tool?
How to create any functions? How to go about it?
what are the various types of parameters and how are they distinguished from one another?
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
How many types of tables exists and what are they in data dictionary? : abap data dictionary