Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Difference between Dialog programming and reports.

Former Member
0 Likes
889

Hi,

Difference between Dialog programming and reports.

thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
802

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

6 REPLIES 6
Read only

Former Member
0 Likes
802

Check

/message/1771895#1771895 [original link is broken]

Regards,

santosh

Read only

Former Member
0 Likes
803

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

Read only

Former Member
0 Likes
802

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.

Read only

Former Member
0 Likes
802

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 ....

Read only

Former Member
0 Likes
802

thanks