<?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: Characteristic Value Change BAPI_CHARACT_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/characteristic-value-change-bapi-charact-change/m-p/845102#M45002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I am using the &lt;/P&gt;&lt;P&gt;&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RETURN        =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after calling my BAPI for change.  ´But still its not working.  I dont get anything in the return parameter of BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Apr 2005 16:31:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-04-18T16:31:08Z</dc:date>
    <item>
      <title>Characteristic Value Change BAPI_CHARACT_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characteristic-value-change-bapi-charact-change/m-p/845100#M45000</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;Has any one used the bapi BAPI_CHARACT_CHANGE? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use this BAPI to insert characteristic values and desccriptions? After passing the parameters, the return parameter gives me correct messages that The characteristic has been changed. But there  are no changes in the Database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_CHARACT_CHANGE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    charactname                  = 'AMTER'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CHANGENUMBER                 =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    keydate                      = sy-datum&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    charactdetailnew             = w1&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   charactdescrnew             = charactdescrnew&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   charactvaluesnumnew         = charactvaluesnumnew&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   charactvaluescharnew        = charactvaluescharnew&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    charactvaluesdescrnew        =  charactvaluesdescr&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   charactrestrictions         = charactrestrictions&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    return                       = return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2005 16:03:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characteristic-value-change-bapi-charact-change/m-p/845100#M45000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-18T16:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Characteristic Value Change BAPI_CHARACT_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characteristic-value-change-bapi-charact-change/m-p/845101#M45001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to issue a COMMIT.  This can be achieved by creating a test sequence in SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="36060"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2005 16:07:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characteristic-value-change-bapi-charact-change/m-p/845101#M45001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-18T16:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Characteristic Value Change BAPI_CHARACT_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characteristic-value-change-bapi-charact-change/m-p/845102#M45002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I am using the &lt;/P&gt;&lt;P&gt;&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RETURN        =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after calling my BAPI for change.  ´But still its not working.  I dont get anything in the return parameter of BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2005 16:31:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characteristic-value-change-bapi-charact-change/m-p/845102#M45002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-18T16:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Characteristic Value Change BAPI_CHARACT_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characteristic-value-change-bapi-charact-change/m-p/845103#M45003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are calling these BAPIs via SE37, you will need to create a &amp;lt;b&amp;gt;TEST SEQUENCE&amp;lt;/b&amp;gt; (menu Function Module-&amp;gt;Test-&amp;gt;Test Sequences).  This means that you call both BAPI's in the same Logical Unit of Work.  Calling them one after the other in SE37 will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you could code the calls one after the other in a test ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personally, I think the test sequence is easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2005 07:29:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characteristic-value-change-bapi-charact-change/m-p/845103#M45003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-19T07:29:29Z</dc:date>
    </item>
  </channel>
</rss>

