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

re: dialog

Former Member
0 Likes
713

Hi,

What is dialog programming and modulepool programming.

Is there any difference.

rgds

p.kp

6 REPLIES 6
Read only

Former Member
0 Likes
694

Programs that are partially or wholly dialog-driven usin user interaction are referred to as dialog programs.

Module pools are very similar to executable programs. Except for reporting events and for being callable via SUBMIT, module pools support the same features as executable programs. In another way around, module pools could be fully replaced by executables. Traditionally, module pools are chosen to implement the application logic of so called dialog programs

Read only

Former Member
0 Likes
694

Hi,

Both are same. There is no difference. U can also say it online programme.

User can interact with screen at runtime for eg. screen related to creat sales order...

Regards,

Digesh Panchal

Read only

0 Likes
694

Hello,

Then what about the call dialog syntax.

rgds

p.kp

Read only

0 Likes
694

Dialog is just a user interface screen to get the data from the user.

Module pool is executable program used to get the data from the user, process the data and store,update the data in the underlying memory or database.

Read only

0 Likes
694

CALL DIALOG <DIALOG PROGRAMNAME>

but this is obsolete now as CALL screen is there.

Read only

0 Likes
694

Module pool contains processing steps for screen modules from the transaction and can only be executed with a transaction code or a menu function.

Use CALL SCREEN to call dialog.