<?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 SAP script element not called in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-element-not-called/m-p/2538029#M576417</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;Window contains - elements -800, 801, 802&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling an element 800 in a window which is called from print program (checked in debugging) followed by 801 but in form it is not called (does not display the hard code values i have shown).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it halts at element 800 on pressing F5 (on other elements also ).&lt;/P&gt;&lt;P&gt;It executes main window first followed by all other elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But after executing main it executes only element 801 but not 800.&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;GURU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jul 2007 11:58:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-12T11:58:35Z</dc:date>
    <item>
      <title>SAP script element not called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-element-not-called/m-p/2538029#M576417</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;Window contains - elements -800, 801, 802&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling an element 800 in a window which is called from print program (checked in debugging) followed by 801 but in form it is not called (does not display the hard code values i have shown).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it halts at element 800 on pressing F5 (on other elements also ).&lt;/P&gt;&lt;P&gt;It executes main window first followed by all other elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But after executing main it executes only element 801 but not 800.&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;GURU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 11:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-element-not-called/m-p/2538029#M576417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T11:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script element not called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-element-not-called/m-p/2538030#M576418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The form text elements are executed as per the Std program calls to WRITE_FORM&lt;/P&gt;&lt;P&gt;If you have not changed the Program or Script then it should call the text elements in the correct form as required to give correct output.&lt;/P&gt;&lt;P&gt;Check the Write_form elements in Driver program, how the Text elements are called and see in the form.&lt;/P&gt;&lt;P&gt;After checking , you comment the unwanted Text elements, if needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 12:04:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-element-not-called/m-p/2538030#M576418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T12:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script element not called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-element-not-called/m-p/2538031#M576419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi GURU,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"I am calling an element 800 in a window" - you can only call a text element from a driver program. SAPScript will process only one element per window automatically, thats's the so-called DEFAULT element. Everything in a window text appearing before the first explicit(/E) element definition is the default element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your program does not call 801 but you want to appear it after 800, then remove the 801 element definition and make it part of 800.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 12:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-element-not-called/m-p/2538031#M576419</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-07-12T12:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script element not called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-element-not-called/m-p/2538032#M576420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem not yet solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;GURU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 12:27:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-element-not-called/m-p/2538032#M576420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T12:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script element not called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-element-not-called/m-p/2538033#M576421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;give more info: application, driver program, scenario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 21:30:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-element-not-called/m-p/2538033#M576421</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-07-12T21:30:39Z</dc:date>
    </item>
  </channel>
</rss>

