what is the process of dialog program from first to last?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / jyothi
check this link
http://sap.mis.cmich.edu/sap-abap/abap09/sld038.htm
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / srihari
step1:- using screen painter we can design screens as per
our application.
step 2:- design logic for our requerment for this program
type is Modulpool i.e design flow logic it provides
communactio bt screen painter and modul pool program.
Is This Answer Correct ? | 4 Yes | 1 No |
Q : I want to see material details in secondary list based on material No. from basic list. I will double click on any row, any field of basic list (not on field containing material no.) & the secondary list will display material details according to material No. on that row. Is it possible? If so how?
how to create lock object
Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?
Will the views get effected when updating the database?
when does end-of-page stmnt triggers in reports.
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 Answers Cibernetix Business Systems,
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
wat are the process that can be executed & tracked in a workflow?
How do you populate data into a multiple line field? : abap bdc
write the program for prime numbers between 1 to 1000
Explain the advantage of structures?
How can we achieve MVC ?