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 hotspot?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
Workbench request are client dependent or client independent
Can you define a field without a data element? : abap data dictionary
What are Delivery classes? What data will you want to transport during client copy?
What is a data class? : abap data dictionary
What are the function modules used to create batch input session? : abap bdc
Explain Singleton class
In the `select' statement what is group by ?
What is For-period and In-period
What are different types of parameters?
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
How can we declare a table control in the abap/4 program?
why particularly lock object name starts with EZ OR EY?