<?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: dynamically attach include texsts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-attach-include-texsts/m-p/1647586#M287966</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. A de Smith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have debug your sapscript and looked if the&lt;/P&gt;&lt;P&gt;&amp;amp;h_headertext&amp;amp; has the right value (Z_6300_KOSTENRAMING_DISCLAIMER)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Nov 2006 12:08:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-13T12:08:51Z</dc:date>
    <item>
      <title>dynamically attach include texsts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-attach-include-texsts/m-p/1647584#M287964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a sapscript form in SE72 where I use the INCLUDE option for textobjects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I want to use the same form more dynamically so I have made a custom table where I register which text objects I want to use according to which ordertypes.&lt;/P&gt;&lt;P&gt;in my ABAP i put the name of the textobject in a field h_headertext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I try to use it in my form it is not working ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I do &lt;/P&gt;&lt;P&gt;INCLUDE 'Z_6300_KOSTENRAMING_DISCLAIMER' OBJECT TEXT ID ST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is working but when I use&lt;/P&gt;&lt;P&gt;INCLUDE &amp;amp;h_headertext&amp;amp; OBJECT TEXT ID ST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not working ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there someting else I must do to make it work ? I searched and found something about RSTXTRAN but I cant figure out if that is meant for this purpose ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:02:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-attach-include-texsts/m-p/1647584#M287964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T12:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically attach include texsts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-attach-include-texsts/m-p/1647585#M287965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the debug mode have checked the variable &amp;amp;h_headertext&amp;amp; is having the value of the stanard text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:06:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-attach-include-texsts/m-p/1647585#M287965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T12:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically attach include texsts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-attach-include-texsts/m-p/1647586#M287966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. A de Smith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have debug your sapscript and looked if the&lt;/P&gt;&lt;P&gt;&amp;amp;h_headertext&amp;amp; has the right value (Z_6300_KOSTENRAMING_DISCLAIMER)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:08:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-attach-include-texsts/m-p/1647586#M287966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T12:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically attach include texsts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-attach-include-texsts/m-p/1647587#M287967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Smidt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first check whether the variable you mentioned is getting the value in script or not.&lt;/P&gt;&lt;P&gt;if it gets it will definetely work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSTXTRAN is program which is used to transfer the Standard texts from one client to other( eg: R3D to R3T) i.e we can assign standard text to a transport request.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:22:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-attach-include-texsts/m-p/1647587#M287967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T12:22:55Z</dc:date>
    </item>
  </channel>
</rss>

