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
Can we define our own match code id's for sap matchcodes ?
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
How would you define the exponents for a type âfâ field?
function modules are also external subroutines. State true or false. : abap modularization
Define alv programming in abap?
What does a lock object involve?
Does sap handle multiple currencies?
What is meant by a schema? : sap abap hr
What is difference between inner join and outer join?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
Write special commands of list?
How are the date abd time field values stored in sap?
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
What are the differences between session method and call transaction method? : abap bdc
What are the Synchronous and asynchronous methods in bdc ?