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

Differences between Module Pool Programming and Reports and Scripts

Former Member
0 Likes
662

Hi,

please tell me the Differences between Module Pool Programming , Reports and Scripts .

Thanks nad Regards ,

PavanKumar

3 REPLIES 3
Read only

Former Member
0 Likes
639

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

Read only

Former Member
0 Likes
639
Read only

Former Member
0 Likes
639

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.