<?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_CUSTOMERCONTRACT_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customercontract-change/m-p/8207536#M1627029</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Archana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the data what you are passing in posting date .Are you uploading through report or lsmw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Oct 2011 16:05:44 GMT</pubDate>
    <dc:creator>madhu_vadlamani</dc:creator>
    <dc:date>2011-10-15T16:05:44Z</dc:date>
    <item>
      <title>BAPI_CUSTOMERCONTRACT_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customercontract-change/m-p/8207535#M1627028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When a contract is saved in VA43, all materials of it's assortement module, are inserted in that contract. we are using bapi BAPI_CUSTOMERCONTRACT_CHANGE to update contract and add all relevant materials.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are getting error as 'Posting date is initial'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly share what all reletant parameters we should pass to header and items to this bapi.&lt;/P&gt;&lt;P&gt;          CALL FUNCTION 'BAPI_CUSTOMERCONTRACT_CHANGE'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            salesdocument       = wa_vbap-vbeln&lt;/P&gt;&lt;P&gt;            contract_header_in  = wa_bapisdh1&lt;/P&gt;&lt;P&gt;            contract_header_inx = wa_bapisdh1x&lt;/P&gt;&lt;P&gt;          TABLES&lt;/P&gt;&lt;P&gt;            return              = t_return&lt;/P&gt;&lt;P&gt;            contract_item_in    = t_bapisditmitm_number&lt;/P&gt;&lt;P&gt;            contract_item_inx   = t_bapisditmitm_numberx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we handle performance when materials associated with assortment module are very high (&amp;gt;10000).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2011 13:45:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customercontract-change/m-p/8207535#M1627028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-15T13:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CUSTOMERCONTRACT_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customercontract-change/m-p/8207536#M1627029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Archana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the data what you are passing in posting date .Are you uploading through report or lsmw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2011 16:05:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customercontract-change/m-p/8207536#M1627029</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-10-15T16:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CUSTOMERCONTRACT_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customercontract-change/m-p/8207537#M1627030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am uploading thruogh report.&lt;/P&gt;&lt;P&gt;I am passing DOC_DATE in header. in VA43, in Contract we are passing PO Date.&lt;/P&gt;&lt;P&gt;We are not sure, which field is posting date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Oct 2011 03:10:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customercontract-change/m-p/8207537#M1627030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-16T03:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CUSTOMERCONTRACT_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customercontract-change/m-p/8207538#M1627031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Archana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass some date value in that field and check where it is populating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 13:03:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customercontract-change/m-p/8207538#M1627031</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-10-17T13:03:04Z</dc:date>
    </item>
  </channel>
</rss>

