<?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 ABAP queries in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-queries/m-p/1120825#M108870</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body tell me the answers to the following queries?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.These is one Standard program to transfer the  sap-script from one system to another. What is that program?&lt;/P&gt;&lt;P&gt; 2.What is the difference between Repair and  Correction ? &lt;/P&gt;&lt;P&gt;3.Difference between Read and Get cursor ? &lt;/P&gt;&lt;P&gt;4.Wat is the purpose of Table-Maintenance Generator  ? &lt;/P&gt;&lt;P&gt;what is the difference between One-step and Two-step in Table-Maintenance Generator  ? &lt;/P&gt;&lt;P&gt;5. Suppose a Database Table Contains say 20 thousand Records and Wat is the Best way to get them all to a Internal Table.?  &lt;/P&gt;&lt;P&gt;6. how to upload rtf figures in SAPSCRIPTS  ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2006 09:37:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-25T09:37:43Z</dc:date>
    <item>
      <title>ABAP queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-queries/m-p/1120825#M108870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body tell me the answers to the following queries?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.These is one Standard program to transfer the  sap-script from one system to another. What is that program?&lt;/P&gt;&lt;P&gt; 2.What is the difference between Repair and  Correction ? &lt;/P&gt;&lt;P&gt;3.Difference between Read and Get cursor ? &lt;/P&gt;&lt;P&gt;4.Wat is the purpose of Table-Maintenance Generator  ? &lt;/P&gt;&lt;P&gt;what is the difference between One-step and Two-step in Table-Maintenance Generator  ? &lt;/P&gt;&lt;P&gt;5. Suppose a Database Table Contains say 20 thousand Records and Wat is the Best way to get them all to a Internal Table.?  &lt;/P&gt;&lt;P&gt;6. how to upload rtf figures in SAPSCRIPTS  ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 09:37:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-queries/m-p/1120825#M108870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T09:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-queries/m-p/1120826#M108871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The purpose of table maintenance generator is to create, edit and maintain the table entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way to get a large table to the internal table is to use,&lt;/P&gt;&lt;P&gt;select * from ztable into table itab where [condition]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 09:43:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-queries/m-p/1120826#M108871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T09:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-queries/m-p/1120827#M108872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.)&lt;/P&gt;&lt;P&gt;RSTXSCRP&lt;/P&gt;&lt;P&gt; SAPscript Export to Dataset / SAPscript Import from Dataset (Upload and download SAPScript layout sets)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.) READ is used to explictly read the data from the selected lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get cursor field is used retrieve the field value and get CUrsor line is used to retrive the line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.) RSTXLDMC to upload figures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Harikishore Sreenivasulu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Harikishore Sreenivasulu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 09:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-queries/m-p/1120827#M108872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T09:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-queries/m-p/1120828#M108873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transaction SE74 can be used to upload RTFs in SAPScript.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 09:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-queries/m-p/1120828#M108873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T09:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-queries/m-p/1120829#M108874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess all ur questions are answered except 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ans2. Well a correction is a change done to a original SAP object, while a repair is done to a duplicate SAP objects. (I hope its not vice vers, I am bit confused wid that : ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets take an example. All the object on a customer system are duplicate object since they are all copy of Original SAP object. So if u make a modification to an existing SAP object at a customer system it comes under the category of Repair i.e all customer modifications of SAP standard objects are repairs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While if SAP makes changes to its original object it comes under Corrections. i.e all support packages / Notes comes wid correction requests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what if a customer has its own object changed .. .then it wil come under the cateogry of correction and not repair.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the trick is which system Dev , Test , Prod ...&lt;/P&gt;&lt;P&gt;well ofcourse Development .. since your test and production system contains a copy of the objects in Development system.  : )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this help .... but please verify the answer I may not be 100 percent correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sumeet Mishra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 10:29:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-queries/m-p/1120829#M108874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T10:29:12Z</dc:date>
    </item>
  </channel>
</rss>

