<?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: VA42 function module to change Target value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/va42-function-module-to-change-target-value/m-p/12070075#M1970016</link>
    <description>&lt;P&gt;This is indeed working for me, thank you&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jan 2020 09:29:10 GMT</pubDate>
    <dc:creator>thomasmakkink</dc:creator>
    <dc:date>2020-01-02T09:29:10Z</dc:date>
    <item>
      <title>VA42 function module to change Target value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va42-function-module-to-change-target-value/m-p/12070071#M1970012</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
  &lt;P&gt;We have our own transaction where we want to be able to change the "Target value" in a contract (as in transaction VA42).&lt;/P&gt;
  &lt;P&gt;I have looked around, and all answers for modifying in VA42 revolve around BAPI_SALESORDER_CHANGE or BAPI_CUSTOMERCONTRACT_CHANGE. But none of these has a field of the same type as the field I want to change.&lt;BR /&gt;I also tried debugging the transaction by setting a break point on command "CALL FUNCTION" but it takes for ever...&lt;/P&gt;
  &lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 14:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va42-function-module-to-change-target-value/m-p/12070071#M1970012</guid>
      <dc:creator>thomasmakkink</dc:creator>
      <dc:date>2019-12-20T14:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: VA42 function module to change Target value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va42-function-module-to-change-target-value/m-p/12070072#M1970013</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;thomasmakkink&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Try this BAPI, &lt;/P&gt;&lt;P&gt;BAPI_CONTRACT_CHANGE&lt;/P&gt;&lt;P&gt;Check in the export parameter you have fields to populate the target Value.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 14:40:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va42-function-module-to-change-target-value/m-p/12070072#M1970013</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2019-12-20T14:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: VA42 function module to change Target value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va42-function-module-to-change-target-value/m-p/12070073#M1970014</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I don't see it there. Also not sure that that BAPI is for the "type" of contract I'm using. Not exactly sure functionally what kind of contract I'm talking about, maybe it's a sales document.&lt;/P&gt;&lt;P&gt;Anyways, your function module takes PURCHASINGDOCUMENT of type EBELN, but I'm using a SALESDOCUMENT of type VBELN_VA (as in Transaction VA42).&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 15:23:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va42-function-module-to-change-target-value/m-p/12070073#M1970014</guid>
      <dc:creator>thomasmakkink</dc:creator>
      <dc:date>2019-12-20T15:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: VA42 function module to change Target value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va42-function-module-to-change-target-value/m-p/12070074#M1970015</link>
      <description>&lt;P&gt;I am confused - what is wrong with using TARGET_VAL in CONTRACT_ITEM_IN in BAPI_CUSTOMERCONTRACT_CHANGE?&lt;/P&gt;&lt;P&gt;Just convert your variable to the format required by the BAPI.&lt;/P&gt;&lt;P&gt;I used a SE37 sequence and it works just fine...&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 15:45:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va42-function-module-to-change-target-value/m-p/12070074#M1970015</guid>
      <dc:creator>VeselinaPeykova</dc:creator>
      <dc:date>2019-12-20T15:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: VA42 function module to change Target value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va42-function-module-to-change-target-value/m-p/12070075#M1970016</link>
      <description>&lt;P&gt;This is indeed working for me, thank you&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 09:29:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va42-function-module-to-change-target-value/m-p/12070075#M1970016</guid>
      <dc:creator>thomasmakkink</dc:creator>
      <dc:date>2020-01-02T09:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: VA42 function module to change Target value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va42-function-module-to-change-target-value/m-p/12070076#M1970017</link>
      <description>&lt;P&gt;This seems to have been answered, please &lt;A href="https://blogs.sap.com/2017/08/15/what-to-do-with-my-answered-questions/"&gt;close the question&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 17:44:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va42-function-module-to-change-target-value/m-p/12070076#M1970017</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2020-01-02T17:44:05Z</dc:date>
    </item>
  </channel>
</rss>

