<?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: Include object in sapscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-object-in-sapscript/m-p/2381965#M528784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write a hard coded break-point after the include statement and then you can check the value of text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jun 2007 12:40:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-07T12:40:46Z</dc:date>
    <item>
      <title>Include object in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-object-in-sapscript/m-p/2381962#M528781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using an include statement in script as follows,&lt;/P&gt;&lt;P&gt;INCLUDE &amp;amp;OBJNAME&amp;amp; OBJECT 'EKPO' ID 'F03' PARAGRAPH IT&lt;/P&gt;&lt;P&gt;which returns material PO text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I check if the text returned by the statement is blank, so that I can display something else in that place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Netrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 12:11:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-object-in-sapscript/m-p/2381962#M528781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T12:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Include object in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-object-in-sapscript/m-p/2381963#M528782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Netrey , &lt;/P&gt;&lt;P&gt;  Similar to sy-subrc , in script we use the varaible &amp;lt;b&amp;gt;SAPSCRIPT-SUBRC&amp;lt;/b&amp;gt; .&lt;/P&gt;&lt;P&gt;It tells whether the text was included or not.&lt;/P&gt;&lt;P&gt;Here is some portion of the document from sap help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&lt;/P&gt;&lt;P&gt;The INCLUDE command returns a status code in the SAPSCRIPT-SUBRC symbol:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0: the text include was successful.&lt;/P&gt;&lt;P&gt;1: the command could not be executed because it contained syntax errors.&lt;/P&gt;&lt;P&gt;2: the rules governing the text to be included were not followed (see above).&lt;/P&gt;&lt;P&gt;This value cannot occur if the command is used in a SAPscript form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4: the specified text could not be found.&lt;/P&gt;&lt;P&gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps and reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 12:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-object-in-sapscript/m-p/2381963#M528782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T12:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Include object in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-object-in-sapscript/m-p/2381964#M528783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Netry &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check it using debugger &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 12:18:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-object-in-sapscript/m-p/2381964#M528783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T12:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Include object in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-object-in-sapscript/m-p/2381965#M528784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write a hard coded break-point after the include statement and then you can check the value of text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 12:40:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-object-in-sapscript/m-p/2381965#M528784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T12:40:46Z</dc:date>
    </item>
  </channel>
</rss>

