<?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: Problem of updation when using FM 'BAPI_OBJCL_CREATE' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-updation-when-using-fm-bapi-objcl-create/m-p/8484178#M1652584</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;kindly check the return parameter  what message it is showing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using that you can able to solve the issue, if not place what   message you are getting, so that we will heplp you&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;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Dec 2011 05:28:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-22T05:28:42Z</dc:date>
    <item>
      <title>Problem of updation when using FM 'BAPI_OBJCL_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-updation-when-using-fm-bapi-objcl-create/m-p/8484177#M1652583</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;&lt;/P&gt;&lt;P&gt;i am facing a problem when using the function module 'BAPI_OBJCL_CREATE',what happens is that, when i run it in the debug mode&lt;/P&gt;&lt;P&gt;it updates the device characteristics in tcode IQ03, but at the time of normal execution, this fm does not updating the device characteristics at all, i did use COMMIT WORK and WAIT. but all failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 05:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-updation-when-using-fm-bapi-objcl-create/m-p/8484177#M1652583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-22T05:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of updation when using FM 'BAPI_OBJCL_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-updation-when-using-fm-bapi-objcl-create/m-p/8484178#M1652584</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;kindly check the return parameter  what message it is showing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using that you can able to solve the issue, if not place what   message you are getting, so that we will heplp you&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;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 05:28:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-updation-when-using-fm-bapi-objcl-create/m-p/8484178#M1652584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-22T05:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of updation when using FM 'BAPI_OBJCL_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-updation-when-using-fm-bapi-objcl-create/m-p/8484179#M1652585</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;Please check the table parameter 'RETURN' of BAPI. If it contains no messages of type E then only the has run successfully. So please check for RETURN table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 07:21:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-updation-when-using-fm-bapi-objcl-create/m-p/8484179#M1652585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-22T07:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of updation when using FM 'BAPI_OBJCL_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-updation-when-using-fm-bapi-objcl-create/m-p/8484180#M1652586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnx sumit and ravi both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i check the return table, &lt;/P&gt;&lt;P&gt;it  returns as below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I	I	CL	732	Assignment does not exist or is not valid on				&lt;/P&gt;&lt;P&gt;E	E	CL	117	Class type IS2, object type EQUI, object 000000000010000692	IS2	EQUI	000000000010000692	000000000010000692&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E	E	CL	525	Object is currently locked by user IDRAJKAR	IDRAJKAR			&lt;/P&gt;&lt;P&gt;I	I	CL	736	Assignment was not created&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 07:50:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-updation-when-using-fm-bapi-objcl-create/m-p/8484180#M1652586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-22T07:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of updation when using FM 'BAPI_OBJCL_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-updation-when-using-fm-bapi-objcl-create/m-p/8484181#M1652587</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;The secomd statement is an ERROR. Goto Transaction Code SM12 and check iif the object is locked by user IDRAJKAR IDRAJKAR. If it is so delelte that entry and try to execute the BAPI again . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 08:59:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-updation-when-using-fm-bapi-objcl-create/m-p/8484181#M1652587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-22T08:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of updation when using FM 'BAPI_OBJCL_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-updation-when-using-fm-bapi-objcl-create/m-p/8484182#M1652588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not authorised to use  tcode SM12 as a developer.&lt;/P&gt;&lt;P&gt;pls provide any other way .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 09:39:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-updation-when-using-fm-bapi-objcl-create/m-p/8484182#M1652588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-22T09:39:53Z</dc:date>
    </item>
  </channel>
</rss>

