<?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: ABAPGENERAL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abapgeneral/m-p/4094101#M979001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravanthi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To enable text formatting we use SAP script. In this Forms are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the other hand Reports are used to display data....in the format prescribed by the business purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;P&gt;prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Jun 2008 04:09:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-28T04:09:35Z</dc:date>
    <item>
      <title>ABAPGENERAL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abapgeneral/m-p/4094099#M978999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the difference between  scripts and reports?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2008 04:02:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abapgeneral/m-p/4094099#M978999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-28T04:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: ABAPGENERAL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abapgeneral/m-p/4094100#M979000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravanthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Reports                       script
 getting the data from sap      redirecting sap data into 
 data base and displaying       other environments is 
 in output screen is called      called sap script
a report


reports also can redirected     will promts for output devi
into other devices                ce.

font formats options are not    fonr formats options are 
applicable                       applicable

are used for company internal    are used for customer 
usage                             service&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2008 04:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abapgeneral/m-p/4094100#M979000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-28T04:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: ABAPGENERAL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abapgeneral/m-p/4094101#M979001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravanthi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To enable text formatting we use SAP script. In this Forms are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the other hand Reports are used to display data....in the format prescribed by the business purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;P&gt;prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2008 04:09:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abapgeneral/m-p/4094101#M979001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-28T04:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: ABAPGENERAL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abapgeneral/m-p/4094102#M979002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2008 04:10:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abapgeneral/m-p/4094102#M979002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-28T04:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: ABAPGENERAL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abapgeneral/m-p/4094103#M979003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The main difference between Script and Report is that Scripts can't be editable means they are static whereas Reports can be editable during the runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so we can take input from the user and make changes at rum time in Reporting &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;Prakash Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2008 04:13:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abapgeneral/m-p/4094103#M979003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-28T04:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: ABAPGENERAL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abapgeneral/m-p/4094104#M979004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Report is a program that reads the data from database , &lt;/P&gt;&lt;P&gt;manipulates the data &amp;amp; outputs the processed data on to the &lt;/P&gt;&lt;P&gt;screen and printer in a specific format.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SAP Script is the word processing tool of SAP.&lt;/P&gt;&lt;P&gt; often there are instances where an o/p from a SAP prg is &lt;/P&gt;&lt;P&gt;required on a physical paper in a pre-designed format.Using &lt;/P&gt;&lt;P&gt;normal ABAP code this is not possible.Instead SAP provides &lt;/P&gt;&lt;P&gt;an object called SAPScripts to generate such kind of &lt;/P&gt;&lt;P&gt;documents which can contain logos, tables and other objects &lt;/P&gt;&lt;P&gt;and which can look like pre-printed document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;PAVAN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2008 04:27:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abapgeneral/m-p/4094104#M979004</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-06-28T04:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: ABAPGENERAL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abapgeneral/m-p/4094105#M979005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2008 04:40:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abapgeneral/m-p/4094105#M979005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-28T04:40:50Z</dc:date>
    </item>
  </channel>
</rss>

