<?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: SAPScript Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error/m-p/2900979#M682186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ashish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2007 04:12:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-24T04:12:12Z</dc:date>
    <item>
      <title>SAPScript Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error/m-p/2900976#M682183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to add "include text" to print form. I have the Text Object and Text Id details. I do NOT have the Text Name. I went to SE75 (SAPScript Settings) and tried to determine the text name. I am not able to do so as SE75 lists the object and the corresponding ids but not the associated text name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if anybody knows how to find out the &amp;lt;b&amp;gt;Text Name&amp;lt;/b&amp;gt; for a given &amp;lt;b&amp;gt;Text Object&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;Text Id&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be rewarded for helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 03:50:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error/m-p/2900976#M682183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T03:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error/m-p/2900977#M682184</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;The Tcode for SAP Script Texts is SO10. it is not SE75.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can find the Texts in SO10 and INCLUDE Them in the Form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also include the Text using :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open the Text elements of the window .&lt;/P&gt;&lt;P&gt;Select the menu path: INSERT -&amp;gt; TEXT -&amp;gt; STANDARD TEXT (Press F4 to find the Text IDs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF HELPFUL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 03:57:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error/m-p/2900977#M682184</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-10-24T03:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error/m-p/2900978#M682185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the contents of STXH and STXL table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STXL table maintains STXD SAPscript text file lines and has keys TDOBJECT, TDNAME, TDID and TDSPRAS . So you can pass desired information and get the output from SE16 for STXL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will get you the desired information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 04:05:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error/m-p/2900978#M682185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T04:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error/m-p/2900979#M682186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ashish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 04:12:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-error/m-p/2900979#M682186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T04:12:12Z</dc:date>
    </item>
  </channel>
</rss>

