MAIN DIFFERENCE BETWEEN EXECUTABLE PROGRAM AND MODULE POOL PROGRAM in SAP ABAP :
MAIN DIFFERENCE BETWEEN EXECUTABLE/REPORT PROGRAM AND DIALOG/MODULE POOL PROGRAM :
1).Report or Executable programs: A report is a program that typically reads & analyses data in database tables without changing the database.
2).Dialog/Module pool programs: If your ABAP program demands a user input, dialog programming is used. User dialog is any form of interaction between the user & the program and could be any of the following such as entering the data, choosing a menu item, clicking or double clicking the entry.
1).Report or Executable programs: A report is a program that typically reads & analyses data in database tables without changing the database.
2).Dialog/Module pool programs: If your ABAP program demands a user input, dialog programming is used. User dialog is any form of interaction between the user & the program and could be any of the following such as entering the data, choosing a menu item, clicking or double clicking the entry.
Comments
Post a Comment
If you have any doubts let me know