‎2006 Dec 06 8:03 AM
Hi,
Difference between Dialog programming and reports.
thanks in advance.
‎2006 Dec 06 8:08 AM
Hi
In dialog Program User Dialogs are Must also the Screen But not in case with reports .
Screens in Dialog are handled in Module PBO PAI . wher as in reports these are events like start of selection /......
Please Mark Useful answers
‎2006 Dec 06 8:06 AM
Check
/message/1771895#1771895 [original link is broken]
Regards,
santosh
‎2006 Dec 06 8:08 AM
Hi
In dialog Program User Dialogs are Must also the Screen But not in case with reports .
Screens in Dialog are handled in Module PBO PAI . wher as in reports these are events like start of selection /......
Please Mark Useful answers
‎2006 Dec 06 8:09 AM
hi Sarath,
this shud be useful
http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
http://help.sap.com/saphelp_webas630/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/content.htm
http://help.sap.com/saphelp_46c/helpdata/en/08/bef2dadb5311d1ad10080009b0fb56/content.htm
http://www.sapgenie.com/links/abap.htm
http://help.sap.com/saphelp_nw04/helpdata/en/c9/5472fc787f11d194c90000e8353423/frameset.htm
http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
http://www.sapgenie.com/abap/example_code.htm
http://help.sap.com/saphelp_47x200/helpdata/en/52/670ba2439b11d1896f0000e8322d00/frameset.htm
http://www.allsaplinks.com/dialog_programming.html
http://www.sapbrain.com/TUTORIALS/default.html
http://www.sappoint.com/abap/spmp.pdf
Award pts if u think its helpful.
thanks
kedar
‎2006 Dec 06 8:20 AM
Hi sarath,
1. One practical and obvious difference is
a) reports are simple programs (developed in se38)
(screen painter is not required)
The program can run without a tcode.
b) Dialog programs require screen painter (for designing the screen)
They can run ONLY with some TCODE.
regards,
amit m.
‎2006 Dec 06 8:24 AM
Hi sarath kumar ,
Reports : As the name implies ... reports are nothing but the list / results of your query ...
if u want to see a set of order processsing and their in depth details you can do that using report .......
U can see the status of an application
Dialog programming:
This is nothing but interactive programs using screen sequences ..... say for example ... you can club set of screens / functions and create an entire application itself ......
and for the indepth details ofcourse you ve already got some links
Hope this helps .....
Cheers
Kripa Rangachari ....
‎2006 Dec 06 12:17 PM