<?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 Error! Urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-error-urgent/m-p/1332932#M169437</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 created a copy of standard form WASCHEIN, into ZWASCHEIN. I moved it from one development client to other client(for testing).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have changed 'Assign Forms' in SPRO to point to ZWASCHEIN too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i do a GI, i get an error with ZWASCHEIN as follows:&lt;/P&gt;&lt;P&gt;Function Module:RV_MESSAGE_UPDATE&lt;/P&gt;&lt;P&gt;Status:Update was terminated&lt;/P&gt;&lt;P&gt;Report:LSTXCU03&lt;/P&gt;&lt;P&gt;Line: 112&lt;/P&gt;&lt;P&gt;Error Text: TD 427: Element KOPF window MAIN is not defined for form ZWASCHEIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there exists no Element called KOPF in window MAIN, even in the original form WASCHEIN. Can some1 help me out!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 May 2006 02:06:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-10T02:06:51Z</dc:date>
    <item>
      <title>SAP Script Error! Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-error-urgent/m-p/1332932#M169437</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 created a copy of standard form WASCHEIN, into ZWASCHEIN. I moved it from one development client to other client(for testing).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have changed 'Assign Forms' in SPRO to point to ZWASCHEIN too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i do a GI, i get an error with ZWASCHEIN as follows:&lt;/P&gt;&lt;P&gt;Function Module:RV_MESSAGE_UPDATE&lt;/P&gt;&lt;P&gt;Status:Update was terminated&lt;/P&gt;&lt;P&gt;Report:LSTXCU03&lt;/P&gt;&lt;P&gt;Line: 112&lt;/P&gt;&lt;P&gt;Error Text: TD 427: Element KOPF window MAIN is not defined for form ZWASCHEIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there exists no Element called KOPF in window MAIN, even in the original form WASCHEIN. Can some1 help me out!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 02:06:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-error-urgent/m-p/1332932#M169437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-10T02:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Error! Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-error-urgent/m-p/1332933#M169438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Check your print program if you are trying to call any element with the name KOPF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If you have copied the print program then you must remove or comment subobjects which you dont need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 02:14:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-error-urgent/m-p/1332933#M169438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-10T02:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Error! Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-error-urgent/m-p/1332934#M169439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Element KOPF window MAIN is not defined for form ZWASCHEIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In the original report WASCHEIN&lt;/P&gt;&lt;P&gt;3. there are 3 windows.&lt;/P&gt;&lt;P&gt;4. in that there is third window KOPF&lt;/P&gt;&lt;P&gt;5. Inside that there is the element /E KOPF&lt;/P&gt;&lt;P&gt;6. Just check out in your Z layout,&lt;/P&gt;&lt;P&gt;   and see that this element /E KOPF&lt;/P&gt;&lt;P&gt;  has not been deleted.&lt;/P&gt;&lt;P&gt;7. If yes, than put atleast a blank element there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 04:45:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-error-urgent/m-p/1332934#M169439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-10T04:45:02Z</dc:date>
    </item>
  </channel>
</rss>

