<?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: SAP script error - help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-error-help/m-p/1183294#M126325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys but ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is only one window in the SAP SCRIPT form and I already added the element "UNDERLINE" in. The error is still there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jan 2006 00:43:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-05T00:43:17Z</dc:date>
    <item>
      <title>SAP script error - help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-error-help/m-p/1183291#M126322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello people I am relativley new to Sapscript so Im not very familiar with its debugging and other forms to check the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I encountered an error while trying to have a print preview for a "job order". I encountered this message &amp;lt;b&amp;gt;"element UNDERLINE window MAIN is not defined for form ZFRM_SM_PRII_V2"&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know what this error exactly is. I dont even know if its from the ABAP code or SAP SCRIPT program. If anybody can aid me in this please, any help will do. Thanks guys once again and good day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2006 09:22:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-error-help/m-p/1183291#M126322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-04T09:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script error - help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-error-help/m-p/1183292#M126323</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;In the MAIN window of SAPSCRIPT ZFRM_SM_PRII_V2 there isn't the text element  UNDERLINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So run trx SE71 and check that sapscript, go to in WINDOWS section and see the MAIN by editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if there is a line like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/E UNDERLINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It won't be here of course, so or you add this element in your SAPSCRIPT or you delete the call of this elemant in 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>Wed, 04 Jan 2006 09:27:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-error-help/m-p/1183292#M126323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-04T09:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script error - help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-error-help/m-p/1183293#M126324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the &amp;lt;b&amp;gt;UNDERLINE&amp;lt;/b&amp;gt; eelement in main window of your layout in se71.&lt;/P&gt;&lt;P&gt;if it is not there, then you check other windows too..&lt;/P&gt;&lt;P&gt;since you might have this element in other windows ,by mistake you might have give the main window in the write_form ,if so change the window name. and for debugging you need to activate the debugger in se71.&lt;/P&gt;&lt;P&gt;in menu &amp;lt;b&amp;gt;Utilities-&amp;gt;Activate Debugger&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2006 09:34:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-error-help/m-p/1183293#M126324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-04T09:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script error - help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-error-help/m-p/1183294#M126325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys but ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is only one window in the SAP SCRIPT form and I already added the element "UNDERLINE" in. The error is still there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2006 00:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-error-help/m-p/1183294#M126325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-05T00:43:17Z</dc:date>
    </item>
  </channel>
</rss>

