<?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: Error in SAPScript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sapscript/m-p/10595224#M1861464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;have you inserted &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; line next to element? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Sep 2014 18:32:36 GMT</pubDate>
    <dc:creator>former_member206257</dc:creator>
    <dc:date>2014-09-05T18:32:36Z</dc:date>
    <item>
      <title>Error in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sapscript/m-p/10595220#M1861460</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 have developed a custom sapscript. Its running fine via tcode FBL5N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the form is displayed when we are presing back we are getting a warning that :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN FORM ZABC IN MAIN WINDOW TEST ELEMENT 510 IS MISSING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No such text element was initially made by me. But after getting this warning, I have&amp;nbsp; inserted a line (/E 510) in sapscript main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still the warning log is being shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how I can get rid of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&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;Elena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 17:59:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sapscript/m-p/10595220#M1861460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-05T17:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sapscript/m-p/10595221#M1861461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt; Call your text elements in the script.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt; Ex: /E&amp;nbsp;&amp;nbsp; 510and in the next line just give a command line i.e. '/:'&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;regards ,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 18:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sapscript/m-p/10595221#M1861461</guid>
      <dc:creator>former_member206257</dc:creator>
      <dc:date>2014-09-05T18:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sapscript/m-p/10595222#M1861462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elena&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your driver program calls that text element (510), so if it's a standard program it's right what you've done, if it's a custom one you can delete that call in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should check if there are several versions (because it was translated in other languages) of your sapscript, perhaps you've insert the text element only in a version, and this version is not called by the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 18:24:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sapscript/m-p/10595222#M1861462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-05T18:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sapscript/m-p/10595223#M1861463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a standard driver program from which I have copied and made the custom program. But nowhere in my code I have that text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again my inserting that line in sapscript didnt help&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;Elena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 18:29:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sapscript/m-p/10595223#M1861463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-05T18:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sapscript/m-p/10595224#M1861464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;have you inserted &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; line next to element? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 18:32:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sapscript/m-p/10595224#M1861464</guid>
      <dc:creator>former_member206257</dc:creator>
      <dc:date>2014-09-05T18:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sapscript/m-p/10595225#M1861465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace the Customized script to standard Script and check it,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Sep 2014 07:06:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sapscript/m-p/10595225#M1861465</guid>
      <dc:creator>VenkatRamesh_V</dc:creator>
      <dc:date>2014-09-06T07:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sapscript/m-p/10595226#M1861466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just add something after the element itself. The Element is valid if at least one line is showing up.&lt;/P&gt;&lt;P&gt;I do that with a very small line.&lt;/P&gt;&lt;P&gt;Pharagraph with a height of 1PT (For example XX) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should look in the end like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/E 510&lt;/P&gt;&lt;P&gt;XX &amp;amp;space&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Florian&lt;/P&gt;&lt;P&gt;BTW: For such question here is a own space available &lt;A __default_attr="2176" __jive_macro_name="community" class="jive_macro_community jive_macro" data-orig-content="Output Management" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Sep 2014 08:22:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sapscript/m-p/10595226#M1861466</guid>
      <dc:creator>Florian</dc:creator>
      <dc:date>2014-09-06T08:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sapscript/m-p/10595227#M1861467</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;Probably it needs to insert a dummy line, try to insert /*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 08:16:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sapscript/m-p/10595227#M1861467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-08T08:16:44Z</dc:date>
    </item>
  </channel>
</rss>

