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


Please Help Members By Posting Answers For Below Questions

What is hotspot?

1185


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.

2056


1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?

1732


Workbench request are client dependent or client independent

796


Can you define a field without a data element? : abap data dictionary

900


What are Delivery classes? What data will you want to transport during client copy?

1215


What is a data class? : abap data dictionary

867


What are the function modules used to create batch input session? : abap bdc

916


Explain Singleton class

1064


In the `select' statement what is group by ?

1741


What is For-period and In-period

2003


What are different types of parameters?

830


What is the max no of match code id's that can be defined for one match code object? : abap data dictionary

891


How can we declare a table control in the abap/4 program?

894


why particularly lock object name starts with EZ OR EY?

1763