<?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: Installation Date ( VEDA-VINSDAT) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/installation-date-veda-vinsdat/m-p/8445303#M1648991</link>
    <description>&lt;P&gt;Can you show me the complete code for change Installation that in VEDA.&lt;BR /&gt;&lt;BR /&gt;I have a problem, I only can update the header veda installation date with posnr '00000' when I want to update posnr '00011'.&lt;BR /&gt;&lt;BR /&gt;This is My Code&lt;BR /&gt;&lt;BR /&gt; lv_doc = '4110000440'.&lt;BR /&gt;&lt;BR /&gt;  w_header-sales_org = '1000'.&lt;BR /&gt;  w_header-distr_chan = '20'.&lt;BR /&gt;  w_header-division = '10'.&lt;BR /&gt;  w_header-sales_grp = '100'.&lt;BR /&gt;  w_header-sales_off = '1600'.&lt;BR /&gt;  w_header-PURCH_NO_C = '0014669494'.&lt;BR /&gt;&lt;BR /&gt;  w_headerx-updateflag = 'U'.&lt;BR /&gt;&lt;BR /&gt;  w_contract-itm_number = '00000'.&lt;BR /&gt;  w_contract-inst_date = '20231112'.&lt;BR /&gt;  APPEND w_contract TO t_contract.&lt;BR /&gt;&lt;BR /&gt;  w_contract-itm_number = '11'.&lt;BR /&gt;  w_contract-inst_date = '20231112'.&lt;BR /&gt;  APPEND w_contract TO t_contract.&lt;BR /&gt;&lt;BR /&gt;  w_contractx-itm_number = '11'.&lt;BR /&gt;  w_contractx-inst_date = 'X'.&lt;BR /&gt;  w_contractx-updateflag = 'U'.&lt;BR /&gt;  APPEND w_contractx TO t_contractx.&lt;BR /&gt;&lt;BR /&gt;  w_contractx-itm_number = '00000'.&lt;BR /&gt;  w_contractx-inst_date = 'X'.&lt;BR /&gt;  w_contractx-updateflag = 'U'.&lt;BR /&gt;  APPEND w_contractx TO t_contractx.&lt;BR /&gt;&lt;BR /&gt;  CALL FUNCTION 'BAPI_CUSTOMERCONTRACT_CHANGE'&lt;BR /&gt;    EXPORTING&lt;BR /&gt;      salesdocument       = lv_doc&lt;BR /&gt;      contract_header_in  = w_header&lt;BR /&gt;      contract_header_inx = w_headerx&lt;BR /&gt;    TABLES&lt;BR /&gt;      return              = w_return&lt;BR /&gt;      contract_data_in    = t_contract&lt;BR /&gt;      contract_data_inx   = t_contractx.&lt;BR /&gt;&lt;BR /&gt;  CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;BR /&gt;    EXPORTING&lt;BR /&gt;      wait = 'X'.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jun 2023 07:55:46 GMT</pubDate>
    <dc:creator>nadirelc</dc:creator>
    <dc:date>2023-06-22T07:55:46Z</dc:date>
    <item>
      <title>Installation Date ( VEDA-VINSDAT)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/installation-date-veda-vinsdat/m-p/8445300#M1648988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any function module/BAPI available to update Installation Date of Order in ECC. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 18:28:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/installation-date-veda-vinsdat/m-p/8445300#M1648988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-16T18:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Installation Date ( VEDA-VINSDAT)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/installation-date-veda-vinsdat/m-p/8445301#M1648989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can update installation date through BAPI_CUSTOMERCONTRACT_CHANGE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this BAPI you have table parameter CONTRACT_DATA_IN where there is fields INST_DATE that you can use to update VEDA-VINSDAT. Also remember to pass 'X' in CONTRACT_DATA_INX-INST_DATE, so that the BAPI knows you want to update this field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 18:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/installation-date-veda-vinsdat/m-p/8445301#M1648989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-16T18:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Installation Date ( VEDA-VINSDAT)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/installation-date-veda-vinsdat/m-p/8445302#M1648990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 21:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/installation-date-veda-vinsdat/m-p/8445302#M1648990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-16T21:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Installation Date ( VEDA-VINSDAT)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/installation-date-veda-vinsdat/m-p/8445303#M1648991</link>
      <description>&lt;P&gt;Can you show me the complete code for change Installation that in VEDA.&lt;BR /&gt;&lt;BR /&gt;I have a problem, I only can update the header veda installation date with posnr '00000' when I want to update posnr '00011'.&lt;BR /&gt;&lt;BR /&gt;This is My Code&lt;BR /&gt;&lt;BR /&gt; lv_doc = '4110000440'.&lt;BR /&gt;&lt;BR /&gt;  w_header-sales_org = '1000'.&lt;BR /&gt;  w_header-distr_chan = '20'.&lt;BR /&gt;  w_header-division = '10'.&lt;BR /&gt;  w_header-sales_grp = '100'.&lt;BR /&gt;  w_header-sales_off = '1600'.&lt;BR /&gt;  w_header-PURCH_NO_C = '0014669494'.&lt;BR /&gt;&lt;BR /&gt;  w_headerx-updateflag = 'U'.&lt;BR /&gt;&lt;BR /&gt;  w_contract-itm_number = '00000'.&lt;BR /&gt;  w_contract-inst_date = '20231112'.&lt;BR /&gt;  APPEND w_contract TO t_contract.&lt;BR /&gt;&lt;BR /&gt;  w_contract-itm_number = '11'.&lt;BR /&gt;  w_contract-inst_date = '20231112'.&lt;BR /&gt;  APPEND w_contract TO t_contract.&lt;BR /&gt;&lt;BR /&gt;  w_contractx-itm_number = '11'.&lt;BR /&gt;  w_contractx-inst_date = 'X'.&lt;BR /&gt;  w_contractx-updateflag = 'U'.&lt;BR /&gt;  APPEND w_contractx TO t_contractx.&lt;BR /&gt;&lt;BR /&gt;  w_contractx-itm_number = '00000'.&lt;BR /&gt;  w_contractx-inst_date = 'X'.&lt;BR /&gt;  w_contractx-updateflag = 'U'.&lt;BR /&gt;  APPEND w_contractx TO t_contractx.&lt;BR /&gt;&lt;BR /&gt;  CALL FUNCTION 'BAPI_CUSTOMERCONTRACT_CHANGE'&lt;BR /&gt;    EXPORTING&lt;BR /&gt;      salesdocument       = lv_doc&lt;BR /&gt;      contract_header_in  = w_header&lt;BR /&gt;      contract_header_inx = w_headerx&lt;BR /&gt;    TABLES&lt;BR /&gt;      return              = w_return&lt;BR /&gt;      contract_data_in    = t_contract&lt;BR /&gt;      contract_data_inx   = t_contractx.&lt;BR /&gt;&lt;BR /&gt;  CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;BR /&gt;    EXPORTING&lt;BR /&gt;      wait = 'X'.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 07:55:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/installation-date-veda-vinsdat/m-p/8445303#M1648991</guid>
      <dc:creator>nadirelc</dc:creator>
      <dc:date>2023-06-22T07:55:46Z</dc:date>
    </item>
  </channel>
</rss>

