<?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 Standard text in script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-in-script/m-p/3027683#M715953</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;This is a statement in script. How can I find concerned text which is to be displayed?&lt;/P&gt;&lt;P&gt;"INCLUDE &amp;amp;VBDPR-TDNAME&amp;amp; OBJECT VBBP ID 9100 LANGUAGE &amp;amp;NAST-SPRAS&amp;amp; PARAGRAPH IT"&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;Subbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2007 05:03:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-29T05:03:45Z</dc:date>
    <item>
      <title>Standard text in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-in-script/m-p/3027683#M715953</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;This is a statement in script. How can I find concerned text which is to be displayed?&lt;/P&gt;&lt;P&gt;"INCLUDE &amp;amp;VBDPR-TDNAME&amp;amp; OBJECT VBBP ID 9100 LANGUAGE &amp;amp;NAST-SPRAS&amp;amp; PARAGRAPH IT"&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;Subbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 05:03:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-in-script/m-p/3027683#M715953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T05:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Standard text in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-in-script/m-p/3027684#M715954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use fm read_text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           CALL FUNCTION 'READ_TEXT'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;              client = sy-mandt&lt;/P&gt;&lt;P&gt;              id = 'BEST'&lt;/P&gt;&lt;P&gt;              language = sy-langu&lt;/P&gt;&lt;P&gt;              name = thread-tdname&lt;/P&gt;&lt;P&gt;              object = 'MATERIAL'&lt;/P&gt;&lt;P&gt;              TABLES&lt;/P&gt;&lt;P&gt;              lines = it_tlines&lt;/P&gt;&lt;P&gt;        EXCEPTIONS&lt;/P&gt;&lt;P&gt;              id = 1&lt;/P&gt;&lt;P&gt;              language = 2&lt;/P&gt;&lt;P&gt;              name = 3&lt;/P&gt;&lt;P&gt;              not_found = 4&lt;/P&gt;&lt;P&gt;              object = 5&lt;/P&gt;&lt;P&gt;              reference_check = 6&lt;/P&gt;&lt;P&gt;              wrong_access_to_archive = 7&lt;/P&gt;&lt;P&gt;              OTHERS = 8.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 05:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-in-script/m-p/3027684#M715954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T05:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Standard text in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-in-script/m-p/3027685#M715955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subba,&lt;/P&gt;&lt;P&gt;  Go to SO10.Just click on Tab - Text Name, it will take u to another screen.&lt;/P&gt;&lt;P&gt; Put Text Name , Text ID and Language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  VBDPR is a structure in debug mode see the value getting populated in VBDPR-TDNAME. This is the text name.&lt;/P&gt;&lt;P&gt; Object = VBBP&lt;/P&gt;&lt;P&gt; text Id = 9100&lt;/P&gt;&lt;P&gt; Langu = Language&lt;/P&gt;&lt;P&gt; IT = Para format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards'&lt;/P&gt;&lt;P&gt;Avi...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 05:11:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-in-script/m-p/3027685#M715955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T05:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Standard text in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-in-script/m-p/3027686#M715956</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;Goto Standard text screen: SO10.&lt;/P&gt;&lt;P&gt;Enter the text name, text id and language and display..&lt;/P&gt;&lt;P&gt;You will find the details of your standard text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 05:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-in-script/m-p/3027686#M715956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T05:14:32Z</dc:date>
    </item>
  </channel>
</rss>

