<?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 with bapi_objcl_create in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145785#M452619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swathi,&lt;/P&gt;&lt;P&gt;    Use BAPI_TRANSACTION_COMMIT before calling BAPI_OBJCL_CREATE. This will save the notification number in the database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2007 23:57:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-10T23:57:55Z</dc:date>
    <item>
      <title>problem with bapi_objcl_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145782#M452616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a class for the line item using bapi_objcl_create. In my case, the line item is not getting saved by the time, the bapi FM was called. So this FM  is not able to assign the class to the line item. Can anyone help me in solving this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;SG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2007 06:07:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145782#M452616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-07T06:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: problem with bapi_objcl_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145783#M452617</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;U have to use the 'BAPI_CLASS_CREATE', which creates the Classes, if the classes does not exist yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u have to pass the class number, class type &amp;amp; table parameter for the Class Descriptions , &amp;amp; class basic data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know , if u have any questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manjunath MS&lt;/P&gt;&lt;P&gt;"Reward Points if it is useful"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 06:51:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145783#M452617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T06:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: problem with bapi_objcl_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145784#M452618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manjunath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I have to pass object no.  (notification no.+ line item no.) into one of the parameters(objectkeynum)  in this bapi_objcl_create. This will enable me to assign a class to the line item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the main problem is that the notification is not getting saved in the database by this time. So the Bapi FM is unable to recognize the object no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;SG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 21:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145784#M452618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T21:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: problem with bapi_objcl_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145785#M452619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swathi,&lt;/P&gt;&lt;P&gt;    Use BAPI_TRANSACTION_COMMIT before calling BAPI_OBJCL_CREATE. This will save the notification number in the database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 23:57:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145785#M452619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T23:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: problem with bapi_objcl_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145786#M452620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Swathi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As u r telling , u r passsing quality Notification Number + line item to BAPI1003_KEY-OBJECT i.e.,,, object key &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i know what parameter are u passing for OBJECTTABLENEW, i mean table name .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just a hint : u have to pass either QMEL or QMFE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after bapi_objcl_create , use transaction commit bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try &amp;amp; let me know &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manjunath MS&lt;/P&gt;&lt;P&gt;"Reward Points if it is useful"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 04:53:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145786#M452620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T04:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem with bapi_objcl_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145787#M452621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. Actually I am developing this code in an include in the user exit. I just wonder whether I can use this BAPI (commit) in an user exit??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;SG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 20:09:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145787#M452621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T20:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: problem with bapi_objcl_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145788#M452622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manjunath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am passing the table QMFE into OBJECTTABLENEW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will the 'commit' transaction work in an user exit??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;SG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 20:12:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145788#M452622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T20:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: problem with bapi_objcl_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145789#M452623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manjunath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was just trying to use bapi_transaction_create. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder what should be the input for the export parameter "WAIT" in this BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case I want to save the notification number and line item number in the corresponding tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;SG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 20:20:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145789#M452623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T20:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem with bapi_objcl_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145790#M452624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;swati,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have set 'X' for the WAIT in BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manju&lt;/P&gt;&lt;P&gt;"Reward Points if it is Useful"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 03:45:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145790#M452624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T03:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: problem with bapi_objcl_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145791#M452625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sandeep and Manjunath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate a lot for your responses. I got my problem solved finally.&lt;/P&gt;&lt;P&gt;I used BAPI_TRANSACTION_COMMIT in the include ZXQQMU20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;SG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 03:02:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145791#M452625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T03:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: problem with bapi_objcl_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145792#M452626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use BAPI_TRANSACTION_COMMIT in the include &lt;/P&gt;&lt;P&gt;zxqqmu20. You can set the wait time in this FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 03:03:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-objcl-create/m-p/2145792#M452626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T03:03:32Z</dc:date>
    </item>
  </channel>
</rss>

