<?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: scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2221898#M477198</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;Run the driver program in debug mode and check the value of tablename-field: here you should find the name of std text displayed in the print, then use trx SO10 to modify it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2007 10:26:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-08T10:26:34Z</dc:date>
    <item>
      <title>scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2221892#M477192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am modifying script for invoice,my requirement is to modify text,but wen i go for editor&lt;/P&gt;&lt;P&gt;i am not finding the text.they are calling include &amp;amp;tablename-field&amp;amp; object id text like that they are using includes.i want to edit the text in it. hou can i do this.can any body help me in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 10:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2221892#M477192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T10:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2221893#M477193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well those Includes are displaying Standard texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can change them by code, then use FM Read_text, Save_text, Commit_text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use transaction SO10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Florian Kemmer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Florian Kemmer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 10:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2221893#M477193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T10:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2221894#M477194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Check the following documentation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SAPScript Transaction codes&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;SE71 - Form painter &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE72 - Style maintenance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE78 - SapScript Graphics Management &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO10 - Create standard text module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reading Text in SAPScripts&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;If you only need to output the text, you don't need to used READ_TEXT like in an ABAP program,  &lt;/P&gt;&lt;P&gt;just use the INCLUDE command in SAPScript.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will read the text and output it to your form.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Syntax is like this:  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: INCLUDE &amp;amp;T166K-TXNAM&amp;amp; OBJECT &amp;amp;T166K-TDOBJECT&amp;amp; ID &amp;amp;T166K-TDID&amp;amp; LANGUAGE &amp;amp;EKKO-SPRAS&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Check the following link:&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://sap-img.com/sapscripts.htm" target="test_blank"&gt;http://sap-img.com/sapscripts.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck and thanks&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 10:23:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2221894#M477194</guid>
      <dc:creator>ashok_kumar24</dc:creator>
      <dc:date>2007-05-08T10:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2221895#M477195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to edit the text either u have to use SO10 or else goto the transaction header details -- texts and u can edit the texts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 10:23:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2221895#M477195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T10:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2221896#M477196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to edit the text either u have to use SO10 or else goto the transaction header details -- texts and u can edit the texts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 10:24:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2221896#M477196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T10:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2221897#M477197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;If it is a Std invoice Header texts or Item texts you have to search them in the respective Invocie .&lt;/P&gt;&lt;P&gt;take the Invoice number, goto VF03 and enter that invocie,&lt;/P&gt;&lt;P&gt;if it is a header text, search for it in header&lt;/P&gt;&lt;P&gt;or if it is Item text tsearch for it in Item&lt;/P&gt;&lt;P&gt;You will get it,&lt;/P&gt;&lt;P&gt;all the texts are maintained with OBJECT, ID, NAME  and LANG fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is some external text You can find it in SO10 Tcode.&lt;/P&gt;&lt;P&gt;take the text name which is there after the word INCLUDE ....... and enter in SO10 tcode and find it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 10:25:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2221897#M477197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T10:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2221898#M477198</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;Run the driver program in debug mode and check the value of tablename-field: here you should find the name of std text displayed in the print, then use trx SO10 to modify it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 10:26:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2221898#M477198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T10:26:34Z</dc:date>
    </item>
  </channel>
</rss>

