‎2006 Nov 17 7:52 AM
Hi,
please tell me the Differences between Module Pool Programming , Reports and Scripts .
Thanks nad Regards ,
PavanKumar
‎2006 Nov 17 8:00 AM
It is very difficult to compare them because each of them does a diffrent thing.
YOu use Reports to display lists(Lists can be simple or interactive(usr action possible)).
YOu use module pool programmimg to create Transactions/ Dialog programs, where the user can enter some data, change some data or delete some data and eventually save that data to the database.
YOu use Scripts to design how a output should look like(Give the font you like, Have Logos displayed etc) that can also be printed on your printer or can be sent as a fax.
Regards,
Ravi
‎2006 Nov 17 8:02 AM
Refer : http://www.thespot4sap.com/Articles/SAP_Design_Dynpro.asp
Please Reward Points
‎2006 Nov 17 11:47 AM
Hi
Type 1 - is a report programming it can be executed by both transaction and program (F8). Hence its is also called as Executable program.You can start logical databases together with reports.
Type M - Its a module pool program which is executed only by transaction code.
Scripts - report with GUI interface. we can have graphics, watermark .
SAPscript is a client dependent one.the Transaction for script is SE71.