<?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 BAPI_CONTRACT_CREATEFROMDATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-createfromdata/m-p/3281010#M784602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BAPI 'BAPI_CONTRACT_CREATEFROMDATA' to create sales contract VA41.&lt;/P&gt;&lt;P&gt;I am passing 'CONTRACT_START_DT' and 'CONTRACT_END_DT' in table parameters 'BAPICTR' ....but I couldnt see these values in sales contract after it was created fields are empty.&lt;/P&gt;&lt;P&gt;At the same time AMOUNT field also. I am passing the ammount and when contract was created the filed is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest if some one used the same BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***Any updates please...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: KDeepak on Jan 4, 2008 2:25 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jan 2008 19:35:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-03T19:35:34Z</dc:date>
    <item>
      <title>BAPI_CONTRACT_CREATEFROMDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-createfromdata/m-p/3281010#M784602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BAPI 'BAPI_CONTRACT_CREATEFROMDATA' to create sales contract VA41.&lt;/P&gt;&lt;P&gt;I am passing 'CONTRACT_START_DT' and 'CONTRACT_END_DT' in table parameters 'BAPICTR' ....but I couldnt see these values in sales contract after it was created fields are empty.&lt;/P&gt;&lt;P&gt;At the same time AMOUNT field also. I am passing the ammount and when contract was created the filed is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest if some one used the same BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***Any updates please...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: KDeepak on Jan 4, 2008 2:25 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 19:35:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-createfromdata/m-p/3281010#M784602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T19:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CONTRACT_CREATEFROMDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-createfromdata/m-p/3281011#M784603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which fields are you using? Did you fill in the corresponding X-structure fields?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 19:39:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-createfromdata/m-p/3281011#M784603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T19:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CONTRACT_CREATEFROMDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-createfromdata/m-p/3281012#M784604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        it_cont1-ITM_NUMBER = '10'.&lt;/P&gt;&lt;P&gt;        it_cont1-VAL_PER    = '06'.  "validity period&lt;/P&gt;&lt;P&gt;        it_cont1-VAL_PER_UN = 'M'.  "unit of validity&lt;/P&gt;&lt;P&gt;        it_cont1-ACCEPT_DAT = '20080103'. "agreement acceptance date&lt;/P&gt;&lt;P&gt;        it_cont1-CON_ST_DAT = '20080103'. "contract start date&lt;/P&gt;&lt;P&gt;        it_cont1-CON_EN_DAT = '20160101'. "contract end date&lt;/P&gt;&lt;P&gt;        APPEND it_cont1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        it_cont_in-ITM_NUMBER  = '10'.&lt;/P&gt;&lt;P&gt;        it_cont_in-UPDATEFLAG  = 'I'.&lt;/P&gt;&lt;P&gt;        it_cont_in-VAL_PER     = 'X'.&lt;/P&gt;&lt;P&gt;        it_cont_in-VAL_PER_UN  = 'X'.&lt;/P&gt;&lt;P&gt;        it_cont_in-ACCEPT_DAT  = 'X'.&lt;/P&gt;&lt;P&gt;        it_cont_in-CON_ST_DAT  = 'X'.&lt;/P&gt;&lt;P&gt;        it_cont_in-CON_EN_DAT  = 'X'.&lt;/P&gt;&lt;P&gt;        append it_cont_in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the above fields are passed to table parameters.&lt;/P&gt;&lt;P&gt;At the same time AMOUNT is also not getting.&lt;/P&gt;&lt;P&gt;        it_cond1-ITM_NUMBER = '10'.&lt;/P&gt;&lt;P&gt;        it_cond1-COND_TYPE  = 'PR00'.&lt;/P&gt;&lt;P&gt;        it_cond1-CURRENCY   = 'USD'.&lt;/P&gt;&lt;P&gt;        it_cond1-CONDVALUE  = '89000.00'.&lt;/P&gt;&lt;P&gt;        it_cond1-CONBASEVAL = '89000.00'.&lt;/P&gt;&lt;P&gt;        APPEND it_cond1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks once again,&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 19:44:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-createfromdata/m-p/3281012#M784604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T19:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CONTRACT_CREATEFROMDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-createfromdata/m-p/3281013#M784605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak&lt;/P&gt;&lt;P&gt;what are the warning messages you are getting in the BAPI Return table&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhan Doraikannan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 19:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-createfromdata/m-p/3281013#M784605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T19:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CONTRACT_CREATEFROMDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-createfromdata/m-p/3281014#M784606</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;Hera are the messages I am getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S  233   |SALES_HEADER_IN has been processed successfully                    &amp;lt;&lt;/P&gt;&lt;P&gt;S  233   |SALES_ITEM_IN has been processed successfully                      &amp;lt;&lt;/P&gt;&lt;P&gt;S  233   |SALES_CONDITIONS_IN has been processed successfully                &amp;lt;&lt;/P&gt;&lt;P&gt;W 555   |The sales document is not yet complete: Edit data                  &amp;lt; KONVKOM                VBUVKOM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: KDeepak on Jan 4, 2008 1:29 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 19:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-createfromdata/m-p/3281014#M784606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T19:57:44Z</dc:date>
    </item>
  </channel>
</rss>

