‎2006 Jan 23 6:41 AM
Hi,
What is dialog programming and modulepool programming.
Is there any difference.
rgds
p.kp
‎2006 Jan 23 6:47 AM
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
‎2006 Jan 23 6:50 AM
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
‎2006 Jan 23 7:02 AM
‎2006 Jan 23 7:07 AM
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.
‎2006 Jan 23 7:10 AM
CALL DIALOG <DIALOG PROGRAMNAME>
but this is obsolete now as CALL screen is there.
‎2006 Jan 23 7:11 AM
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.