<?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 while generating Object using SWO1! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-object-using-swo1/m-p/8725500#M1673079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the Support Guys.&lt;/P&gt;&lt;P&gt;there's a input parameter called 'OBJECT' i chanmged it to 'ZOBJECT' in my code where ever it necessary.&lt;/P&gt;&lt;P&gt;thats it without any errors, successfully generated.&lt;/P&gt;&lt;P&gt;i don;t know what exactly the reason might be for the error, but my idea worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;chinta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 May 2012 06:15:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-05-10T06:15:08Z</dc:date>
    <item>
      <title>Error while generating Object using SWO1!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-object-using-swo1/m-p/8725496#M1673075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;guys, i have issues while Generating Object in SWO1.&lt;/P&gt;&lt;P&gt;1. i released my bapi as api method.&lt;/P&gt;&lt;P&gt;2. i released the object.&lt;/P&gt;&lt;P&gt;3. i am ttrying to generate the object.&lt;/P&gt;&lt;P&gt;im getting errors:&amp;nbsp; &lt;/P&gt;&lt;P&gt;The data object "OBJECT" has no structure and therefore no component called&lt;/P&gt;&lt;P&gt;"KEY". .&lt;/P&gt;&lt;P&gt;but i odnt have problem with my bapi its working fine. could any one help me on this.&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;chinta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 04:32:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-object-using-swo1/m-p/8725496#M1673075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-10T04:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error while generating Object using SWO1!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-object-using-swo1/m-p/8725497#M1673076</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 changed an existing BOR object, or is this a brand new one? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The implementation of your BOR object should start with the following (generated) lines:&lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;OBJECT&amp;gt;.&lt;/P&gt;&lt;P&gt;BEGIN_DATA OBJECT. " Do not change.. DATA is generated&lt;/P&gt;&lt;P&gt;(.....)&lt;/P&gt;&lt;P&gt;END_DATA OBJECT. " Do not change.. DATA is generated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are getting that syntax error because the OBJECT has not been properly declared. Do a syntax check on your method code to see exactly where the problem is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Paul Bakker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 04:51:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-object-using-swo1/m-p/8725497#M1673076</guid>
      <dc:creator>paul_bakker2</dc:creator>
      <dc:date>2012-05-10T04:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error while generating Object using SWO1!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-object-using-swo1/m-p/8725498#M1673077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply Paul,&lt;/P&gt;&lt;P&gt;yes its the already existed one i changed it completely including name. not only this, i did change few bapis earlier also which exist in the same BOR i dont have any problem with them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding generated lines...&lt;/P&gt;&lt;P&gt;it starts with&lt;/P&gt;&lt;P&gt;BEGIN_METHOD MATOBJCLASSCHANGE CHANGING CONTAINER.&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OBJECT TYPE /HIPLVREG/BAPI_IP_OBCL_KYFLDS-ZOBJECT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OBJECTTABLE TYPE /HIPLVREG/BAPI_IP_OBCL_KYFLDS-ZOBJECTTABLE,&lt;/P&gt;&lt;P&gt;x&lt;/P&gt;&lt;P&gt;x&lt;/P&gt;&lt;P&gt;x&lt;/P&gt;&lt;P&gt;and ends like this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;END_METHOD.&lt;/P&gt;&lt;P&gt; so what you suggest me now.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;chinta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 05:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-object-using-swo1/m-p/8725498#M1673077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-10T05:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error while generating Object using SWO1!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-object-using-swo1/m-p/8725499#M1673078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;are you saying about this..&lt;/P&gt;&lt;P&gt;&amp;nbsp; INCLUDE &amp;lt;OBJECT&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp; BEGIN_DATA OBJECT. " Do not change.. DATA is generated&lt;/P&gt;&lt;P&gt;&amp;nbsp; * only private members may be inserted into structure private&lt;/P&gt;&lt;P&gt;&amp;nbsp; DATA:&lt;/P&gt;&lt;P&gt;&amp;nbsp; " begin of private,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "&amp;nbsp;&amp;nbsp; to declare private attributes remove comments and&lt;/P&gt;&lt;P&gt;&amp;nbsp; "&amp;nbsp;&amp;nbsp; insert private attributes here ...&lt;/P&gt;&lt;P&gt;&amp;nbsp; " end of private,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; KEY LIKE SWOTOBJID-OBJKEY.&lt;/P&gt;&lt;P&gt;&amp;nbsp; END_DATA OBJECT. " Do not change.. DATA is generated&lt;/P&gt;&lt;P&gt;ok now what...?&lt;/P&gt;&lt;P&gt;al together i have 41 methods init..&lt;/P&gt;&lt;P&gt;i have problem with 42 method....bro...&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;chinta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 05:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-object-using-swo1/m-p/8725499#M1673078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-10T05:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error while generating Object using SWO1!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-object-using-swo1/m-p/8725500#M1673079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the Support Guys.&lt;/P&gt;&lt;P&gt;there's a input parameter called 'OBJECT' i chanmged it to 'ZOBJECT' in my code where ever it necessary.&lt;/P&gt;&lt;P&gt;thats it without any errors, successfully generated.&lt;/P&gt;&lt;P&gt;i don;t know what exactly the reason might be for the error, but my idea worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;chinta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 06:15:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-object-using-swo1/m-p/8725500#M1673079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-10T06:15:08Z</dc:date>
    </item>
  </channel>
</rss>

