<?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: re: sap scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-sap-scripts/m-p/1223041#M137055</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;RSTXTRAN&amp;lt;/b&amp;gt; use this report to attach Std text to the request. Then that particular request copy by using&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SCC1&amp;lt;/b&amp;gt; transaction give client from which u want to copy and request no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then press &amp;lt;b&amp;gt;back n no time&amp;lt;/b&amp;gt; where n number represent ur no o standard text.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Mar 2006 08:50:22 GMT</pubDate>
    <dc:creator>vinod_gunaware2</dc:creator>
    <dc:date>2006-03-02T08:50:22Z</dc:date>
    <item>
      <title>re: sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-sap-scripts/m-p/1223038#M137052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    what is the way to tranport the standard text from one systme to another system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;p.kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 08:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-sap-scripts/m-p/1223038#M137052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T08:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: re: sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-sap-scripts/m-p/1223039#M137053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi paluri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In se09 create a new request.&lt;/P&gt;&lt;P&gt;   (customizing request)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  double click on that request.&lt;/P&gt;&lt;P&gt;  a new window will come&lt;/P&gt;&lt;P&gt;  press EDIT button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. add this object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  R3TR	TEXT	TEXT,YHRS_FNF_LTR,YHR1,E&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; (where  YHRS_FNF_LTR =  name of std. text&lt;/P&gt;&lt;P&gt;  and    YHR1 =  TEXT Id in so10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  R3TR = program id column&lt;/P&gt;&lt;P&gt;  TEXT = object type column&lt;/P&gt;&lt;P&gt;  TEXT,YHRS_FNF_LTR,YHR1,E = obect name column&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 08:29:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-sap-scripts/m-p/1223039#M137053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T08:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: re: sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-sap-scripts/m-p/1223040#M137054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Tcode:SO10 where we will change the Standard text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this you need to do........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you execute that prog RSTXTRAN....just execute it in SE38.&lt;/P&gt;&lt;P&gt;It will give you all the Text elements with by default all selected.&lt;/P&gt;&lt;P&gt;Then you need to unselect all and again select your text elements and press ENTER.&lt;/P&gt;&lt;P&gt;It will ask you with pop-up that r u sure to transfer for correction.&lt;/P&gt;&lt;P&gt;Press YES.&lt;/P&gt;&lt;P&gt;Then you need to give Transport no to transport.&lt;/P&gt;&lt;P&gt;NOTE:For this you can assign your FORM Transport no also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;If this helps you reward with points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 08:31:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-sap-scripts/m-p/1223040#M137054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T08:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: re: sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-sap-scripts/m-p/1223041#M137055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;RSTXTRAN&amp;lt;/b&amp;gt; use this report to attach Std text to the request. Then that particular request copy by using&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SCC1&amp;lt;/b&amp;gt; transaction give client from which u want to copy and request no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then press &amp;lt;b&amp;gt;back n no time&amp;lt;/b&amp;gt; where n number represent ur no o standard text.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 08:50:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-sap-scripts/m-p/1223041#M137055</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-03-02T08:50:22Z</dc:date>
    </item>
  </channel>
</rss>

