<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: difference between reports and script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-reports-and-script/m-p/3201457#M763010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reports:&lt;/P&gt;&lt;P&gt;Used to display the existing data from the database tables for the analysis purpose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SCRIPTS:&lt;/P&gt;&lt;P&gt;They are the Outgoing documents from an organisation to the outside Partners like vendors and Customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Report&lt;/STRONG&gt; is basically a program which extracts the data from the database tables based on some inputs and gives the output as a list.&lt;/P&gt;&lt;P&gt;Report are classified as Classical Reports, Interactive Reports and ALV Report.&lt;/P&gt;&lt;P&gt;Classical Report is a normal report which just displays the output.User cannot interact with that report.&lt;/P&gt;&lt;P&gt;Interactive Report is nothing but, a user can interacte with the report.After a basic list is displayed, user can click on some field on the list which generates a secondary list giving the necessary information relevant to that field.&lt;/P&gt;&lt;P&gt;ALV Report is to provide users with a consistent, user friendly and functional method of manipulating the data, which appears on report lists. ALV provides more advantages than the normal report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAP scripts&lt;/STRONG&gt; is a word processing tool of SAP which has the following components: Standard text. It is like a standard normal documents. Layout sets. - Layout set consists of the following components: Windows and pages, Paragraph formats, Character formats. Creating forms in the R/3 system. Every layout set consists of Header, paragraph, and character string. ABAP/4 program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Omkar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Dec 2007 06:57:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-17T06:57:25Z</dc:date>
    <item>
      <title>difference between reports and script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-reports-and-script/m-p/3201455#M763008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gayathri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 05:43:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-reports-and-script/m-p/3201455#M763008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T05:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: difference between reports and script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-reports-and-script/m-p/3201456#M763009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An ABAP report program, you can display the resulting &lt;/P&gt;&lt;P&gt;output list - also known as a report - on the screen or &lt;/P&gt;&lt;P&gt;send it to a printer. You can also save the output list and &lt;/P&gt;&lt;P&gt;display it later.&lt;/P&gt;&lt;P&gt;SAPscript is the word processing tool used within SAP/R3 to &lt;/P&gt;&lt;P&gt;manipulate and display text. It is used throughout the &lt;/P&gt;&lt;P&gt;system for on-line displays and print out processing. When &lt;/P&gt;&lt;P&gt;data is printed using SAPscript, the output is commonly &lt;/P&gt;&lt;P&gt;referred to as layouts or forms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kanagaraja L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 06:52:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-reports-and-script/m-p/3201456#M763009</guid>
      <dc:creator>Kanagaraja_L</dc:creator>
      <dc:date>2007-12-17T06:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: difference between reports and script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-reports-and-script/m-p/3201457#M763010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reports:&lt;/P&gt;&lt;P&gt;Used to display the existing data from the database tables for the analysis purpose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SCRIPTS:&lt;/P&gt;&lt;P&gt;They are the Outgoing documents from an organisation to the outside Partners like vendors and Customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Report&lt;/STRONG&gt; is basically a program which extracts the data from the database tables based on some inputs and gives the output as a list.&lt;/P&gt;&lt;P&gt;Report are classified as Classical Reports, Interactive Reports and ALV Report.&lt;/P&gt;&lt;P&gt;Classical Report is a normal report which just displays the output.User cannot interact with that report.&lt;/P&gt;&lt;P&gt;Interactive Report is nothing but, a user can interacte with the report.After a basic list is displayed, user can click on some field on the list which generates a secondary list giving the necessary information relevant to that field.&lt;/P&gt;&lt;P&gt;ALV Report is to provide users with a consistent, user friendly and functional method of manipulating the data, which appears on report lists. ALV provides more advantages than the normal report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAP scripts&lt;/STRONG&gt; is a word processing tool of SAP which has the following components: Standard text. It is like a standard normal documents. Layout sets. - Layout set consists of the following components: Windows and pages, Paragraph formats, Character formats. Creating forms in the R/3 system. Every layout set consists of Header, paragraph, and character string. ABAP/4 program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Omkar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 06:57:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-reports-and-script/m-p/3201457#M763010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T06:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: difference between reports and script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-reports-and-script/m-p/3201458#M763011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's &lt;STRONG&gt;Client Independent&lt;/STRONG&gt; , and also we can edit the output dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's &lt;STRONG&gt;Client Dependent&lt;/STRONG&gt; , and we can't edit the output dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 14:33:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-reports-and-script/m-p/3201458#M763011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T14:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: difference between reports and script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-reports-and-script/m-p/3201459#M763012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reports are used inside the organization for internal purpose .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scripts are used outside the organization for client purpose with legal documents attached..&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remember to reward&lt;/P&gt;&lt;P&gt;  have a nice day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2007 04:42:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-reports-and-script/m-p/3201459#M763012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-22T04:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: difference between reports and script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-reports-and-script/m-p/3201460#M763013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gayatri,&lt;/P&gt;&lt;P&gt;              This is kiran kumar.G.I will explaing some of the differences between reports and scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORTS:&lt;/P&gt;&lt;P&gt;1.These are CLIENT INDEPENDENT.&lt;/P&gt;&lt;P&gt;2.we cannot insert LOGOS in the report.&lt;/P&gt;&lt;P&gt;3.It is not compatable for printing.(not getting the exact output)&lt;/P&gt;&lt;P&gt;4.Format of output is not good when compared to script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SCRIPTS:&lt;/P&gt;&lt;P&gt;1.These are CLIENT DEPENDENT.&lt;/P&gt;&lt;P&gt;2.we can insert LOGOS in the page or in the background mode  of the page.&lt;/P&gt;&lt;P&gt;3.Formatting of Text is very easy.we can RESIZE the Text .&lt;/P&gt;&lt;P&gt;4.we can print the total as BARCODE FORMAT also where as in report it is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Award points if helpful&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;kiran kumar.G&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;                HAVE A NICE DAY..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2007 06:33:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-reports-and-script/m-p/3201460#M763013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-22T06:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: difference between reports and script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-reports-and-script/m-p/3201461#M763014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Report PROGRAMS are client &lt;STRONG&gt;independent&lt;/STRONG&gt;.  But they data they handle is usually client &lt;STRONG&gt;dependent&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The essential difference is one of purpose.  Reports are used for all sorts of purposes.  Scripts are generally used where you need nice formatting on printing.  ( Or, nowadays, pdf creation or whatever).  For example, you'd use scripts (SAPScript, Smartforms, Adobe) for customer letters, invoices, credit-notes, delivery notes, HR forms etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reports can be printed quite readily, but generally they can't be made to look as nice as scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2007 07:28:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-reports-and-script/m-p/3201461#M763014</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2007-12-22T07:28:12Z</dc:date>
    </item>
  </channel>
</rss>

