<?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 Include in Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-in-script/m-p/2796135#M652714</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;I would like to know when we have an include in the sap script defined, how do we make the include's output appear in the desired place where we want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, in my sap script i have written the following code: - &lt;/P&gt;&lt;P&gt;/E    ITEM_TEXT&lt;/P&gt;&lt;P&gt;UA  &amp;amp;TTXIT-TDTEXT&amp;amp;&lt;/P&gt;&lt;P&gt;/:     INCLUDE &amp;amp;T166P-TXNAM&amp;amp; OBJECT &amp;amp;T166P-TDOBJECT&amp;amp; ID &amp;amp;T166P-TDID&amp;amp; PARAGRAPH  UA LANGUAGE &amp;amp;EKKO-SPRAS&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the above statement, i m getting an output as follow: - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;item testing&lt;/P&gt;&lt;P&gt;            Vendor list price&lt;/P&gt;&lt;P&gt;            discount&lt;/P&gt;&lt;P&gt;            price incl. no tax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i would like the output as follow where the item testing should be alligned to the vendor list price and the other items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            item testing&lt;/P&gt;&lt;P&gt;            vendor list price&lt;/P&gt;&lt;P&gt;            discount&lt;/P&gt;&lt;P&gt;            price incl. no tax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would like to know how do we give some output parameters as to where it should appear or how do we give tab parameters to the include statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Umair&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2007 10:38:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-18T10:38:21Z</dc:date>
    <item>
      <title>Include in Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-in-script/m-p/2796135#M652714</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;I would like to know when we have an include in the sap script defined, how do we make the include's output appear in the desired place where we want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, in my sap script i have written the following code: - &lt;/P&gt;&lt;P&gt;/E    ITEM_TEXT&lt;/P&gt;&lt;P&gt;UA  &amp;amp;TTXIT-TDTEXT&amp;amp;&lt;/P&gt;&lt;P&gt;/:     INCLUDE &amp;amp;T166P-TXNAM&amp;amp; OBJECT &amp;amp;T166P-TDOBJECT&amp;amp; ID &amp;amp;T166P-TDID&amp;amp; PARAGRAPH  UA LANGUAGE &amp;amp;EKKO-SPRAS&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the above statement, i m getting an output as follow: - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;item testing&lt;/P&gt;&lt;P&gt;            Vendor list price&lt;/P&gt;&lt;P&gt;            discount&lt;/P&gt;&lt;P&gt;            price incl. no tax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i would like the output as follow where the item testing should be alligned to the vendor list price and the other items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            item testing&lt;/P&gt;&lt;P&gt;            vendor list price&lt;/P&gt;&lt;P&gt;            discount&lt;/P&gt;&lt;P&gt;            price incl. no tax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would like to know how do we give some output parameters as to where it should appear or how do we give tab parameters to the include statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Umair&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 10:38:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-in-script/m-p/2796135#M652714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T10:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Include in Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-in-script/m-p/2796136#M652715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Umair,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't see a big difference between the 2 examples (just the vendor - Vendor) - so I don't know exactly what the problem is. But anyway - the tab should be entered in the original text, means in the purchase order text. You can't insert tabs with retrospective effect, at least I never heared about the possibility. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nicola&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 11:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-in-script/m-p/2796136#M652715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T11:34:36Z</dc:date>
    </item>
  </channel>
</rss>

