‎2006 Dec 11 4:07 AM
What is meant by Dailog Programming? Can anyone help me with a good document and an example also?
‎2006 Dec 11 4:10 AM
Dialogur programing in other words is called Module pool programing. it helps in developing very user friendly and intractive programs. The transaction to develop dialog program is SE80. You can search for FLIGHT programs in this transactions which are sample programs from SAP.
- Guru
Reward answers if helpful
‎2006 Dec 11 4:15 AM
goto transaction ABAPDOCU n see the programs under the User Dialogs - > Screens.
u will find good programs for dialog programming
Regards
- Gopi
‎2006 Dec 11 4:18 AM
It is an Module pool programing.
it is same like Visual basic.
We can able to drag and drop the components .
we can able to create an interactive application.
Transaction to create module pool program is : Se 80
select program and give your program name, and create an screen with the number of 100.
To execute the module pool program we need to create an transaction for that screen 100.
using the transaction code you can execute your program.
I hope that this will help you,
Regards
Purshoth
‎2006 Dec 11 10:23 AM
In my Module pool if I have to screens. How can I fill up the selection screen of my second screen?
And How can I pass value of first screen to the second screen?
‎2006 Dec 11 4:18 AM
hi,
chk out tis link
<a href="http://help.sap.com/search/highlightContent.jsp">http://help.sap.com/search/highlightContent.jsp</a>
reward if this helps you,
regards,
siva
‎2006 Dec 11 4:50 AM