<?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: BAPI_REPMANCONF1_CREATE_MTS problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-repmanconf1-create-mts-problem/m-p/1498882#M231291</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for posting up the solution!! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; managed to use it to fix the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgrds,&lt;/P&gt;&lt;P&gt;Alysia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2007 07:21:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-16T07:21:59Z</dc:date>
    <item>
      <title>BAPI_REPMANCONF1_CREATE_MTS problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-repmanconf1-create-mts-problem/m-p/1498879#M231288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using BAPI_REPMANCONF1_CREATE_MTS to do backflush, I pass in the parameters, but is not sucessfull because component is not available, which means the return table contains data. But the problem is when I check the serial no using IQ03, the status is "ESTO", before calling this BAPI is "AVLB", the status should be "AVLB" instead of "ESTO" because the BAPI execution is not successfull. Does anyone experience this problem before? Isn't a bug?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2006 01:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-repmanconf1-create-mts-problem/m-p/1498879#M231288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-28T01:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_REPMANCONF1_CREATE_MTS problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-repmanconf1-create-mts-problem/m-p/1498880#M231289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear yean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i know the solution to your problem, cause im facing the same thing.&lt;/P&gt;&lt;P&gt;the bapi is not succesfull but the serial number status is updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 10:34:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-repmanconf1-create-mts-problem/m-p/1498880#M231289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T10:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_REPMANCONF1_CREATE_MTS problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-repmanconf1-create-mts-problem/m-p/1498881#M231290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The solution is quite simple, just issue a ABAP command "ROLLBACK WORK" after the BAPI if the return table contains error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF return IS INITIAL.               "Successful&lt;/P&gt;&lt;P&gt;     CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          wait = 'X'.&lt;/P&gt;&lt;P&gt;ELSE.                              "Fail&lt;/P&gt;&lt;P&gt;  ROLLBACK WORK.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 09:13:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-repmanconf1-create-mts-problem/m-p/1498881#M231290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T09:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_REPMANCONF1_CREATE_MTS problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-repmanconf1-create-mts-problem/m-p/1498882#M231291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for posting up the solution!! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; managed to use it to fix the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgrds,&lt;/P&gt;&lt;P&gt;Alysia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 07:21:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-repmanconf1-create-mts-problem/m-p/1498882#M231291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T07:21:59Z</dc:date>
    </item>
  </channel>
</rss>

