<?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 SAPscript include table field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-include-table-field/m-p/5004071#M1165125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've an question about the include statement in sapscript;&lt;/P&gt;&lt;P&gt;We have a sapscript that has the line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;amp;VBDKL-TDNAME&amp;amp; OBJECT VBBK ID 0001  PARAGRAPH HT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my understanding, text can be included with the INCLUDE statement.&lt;/P&gt;&lt;P&gt;But VBDKL-TDNAME is a structure field, how does this work? How do I know where the value is coming from and what does VBBK mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I need to use the value of this INCLUDE statement within an IF statement:&lt;/P&gt;&lt;P&gt;I've tried this, but it does not work:&lt;/P&gt;&lt;P&gt;IF(INCLUDE &amp;amp;VBDPL-TDNAME&amp;amp; OBJECT VBBP ID Z005 NE ""&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jan 2009 19:22:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-05T19:22:13Z</dc:date>
    <item>
      <title>SAPscript include table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-include-table-field/m-p/5004071#M1165125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've an question about the include statement in sapscript;&lt;/P&gt;&lt;P&gt;We have a sapscript that has the line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;amp;VBDKL-TDNAME&amp;amp; OBJECT VBBK ID 0001  PARAGRAPH HT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my understanding, text can be included with the INCLUDE statement.&lt;/P&gt;&lt;P&gt;But VBDKL-TDNAME is a structure field, how does this work? How do I know where the value is coming from and what does VBBK mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I need to use the value of this INCLUDE statement within an IF statement:&lt;/P&gt;&lt;P&gt;I've tried this, but it does not work:&lt;/P&gt;&lt;P&gt;IF(INCLUDE &amp;amp;VBDPL-TDNAME&amp;amp; OBJECT VBBP ID Z005 NE ""&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 19:22:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-include-table-field/m-p/5004071#M1165125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T19:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript include table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-include-table-field/m-p/5004072#M1165126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/EN/d1/802fd3454211d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/EN/d1/802fd3454211d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 19:37:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-include-table-field/m-p/5004072#M1165126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T19:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript include table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-include-table-field/m-p/5004073#M1165127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;   You cant use if statement like this.&lt;/P&gt;&lt;P&gt;   If you want to read the text try to fetch it form the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 06:55:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-include-table-field/m-p/5004073#M1165127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T06:55:43Z</dc:date>
    </item>
  </channel>
</rss>

