<?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: ASSIGN_TYPE_CONFLICT - BAPI_CONTRACT_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-type-conflict-bapi-contract-create/m-p/7404875#M1547279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PawanG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how I declared my parameters:&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt; wa_header     type bapimeoutheader,&lt;/P&gt;&lt;P&gt;wa_headerx    type bapimeoutheaderx,&lt;/P&gt;&lt;P&gt; i_item               type bapimeout_t_item,&lt;/P&gt;&lt;P&gt; wa_item          type bapimeoutitem,&lt;/P&gt;&lt;P&gt;  i_itemx           type bapimeout_t_itemx,&lt;/P&gt;&lt;P&gt;  wa_itemx       type bapimeoutitemx,&lt;/P&gt;&lt;P&gt; v_testrun     type bapiflag-bapiflag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still I encounter the dump. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.. badly need your help guys..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Nov 2010 05:31:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-02T05:31:28Z</dc:date>
    <item>
      <title>ASSIGN_TYPE_CONFLICT - BAPI_CONTRACT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-type-conflict-bapi-contract-create/m-p/7404872#M1547276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm encountering a dump  ASSIGN_TYPE_CONFLICT when using BAPI_CONTRACT_CREATE  and BAPI_CONTRACT_CHANGE. &lt;/P&gt;&lt;P&gt;The parameters of my BAPI are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'BAPI_CONTRACT_CREATE'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      header             = wa_header&lt;/P&gt;&lt;P&gt;      headerx            = wa_headerx&lt;/P&gt;&lt;P&gt;      testrun            = v_testrun&lt;/P&gt;&lt;P&gt;    importing&lt;/P&gt;&lt;P&gt;      purchasingdocument = v_contract&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      return             = wa_return&lt;/P&gt;&lt;P&gt;      item               = i_item&lt;/P&gt;&lt;P&gt;      itemx              = i_itemx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can please someone help me regarding my issue in dump?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;unacceptable promise removed by moderator&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please. &lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kishan P on Nov 2, 2010 10:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 05:03:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-type-conflict-bapi-contract-create/m-p/7404872#M1547276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T05:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_TYPE_CONFLICT - BAPI_CONTRACT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-type-conflict-bapi-contract-create/m-p/7404873#M1547277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If u want to create contract order number the use  &lt;STRONG&gt;CALL FUNCTION 'BAPI_CONTRACT_CREATEFROMDATA'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 05:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-type-conflict-bapi-contract-create/m-p/7404873#M1547277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T05:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_TYPE_CONFLICT - BAPI_CONTRACT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-type-conflict-bapi-contract-create/m-p/7404874#M1547278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please let us know how you have declared the parameters passed to this FM.&lt;/P&gt;&lt;P&gt;The parameters you passed to the FM should be of same data type as they are declared in FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 05:26:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-type-conflict-bapi-contract-create/m-p/7404874#M1547278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T05:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_TYPE_CONFLICT - BAPI_CONTRACT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-type-conflict-bapi-contract-create/m-p/7404875#M1547279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PawanG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how I declared my parameters:&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt; wa_header     type bapimeoutheader,&lt;/P&gt;&lt;P&gt;wa_headerx    type bapimeoutheaderx,&lt;/P&gt;&lt;P&gt; i_item               type bapimeout_t_item,&lt;/P&gt;&lt;P&gt; wa_item          type bapimeoutitem,&lt;/P&gt;&lt;P&gt;  i_itemx           type bapimeout_t_itemx,&lt;/P&gt;&lt;P&gt;  wa_itemx       type bapimeoutitemx,&lt;/P&gt;&lt;P&gt; v_testrun     type bapiflag-bapiflag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still I encounter the dump. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.. badly need your help guys..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 05:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-type-conflict-bapi-contract-create/m-p/7404875#M1547279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T05:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_TYPE_CONFLICT - BAPI_CONTRACT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-type-conflict-bapi-contract-create/m-p/7404876#M1547280</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;What about wa_return passed to FM? if all the parameters passed to the BAPI are correct then check below points.&lt;/P&gt;&lt;P&gt;Assign type conflict will happen when there is a type mismatch in ASSIGN statement in program (with field symbols).&lt;/P&gt;&lt;P&gt;In the dump you will get the sorce code extract where this dump occured in program, is it the ASSIGN statement?.&lt;/P&gt;&lt;P&gt;Put the breakpoint at the place where error occured and check the statement in debugging and analyse the error. &lt;/P&gt;&lt;P&gt;Seems there is something wrong in data you are passing to the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pawan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 07:43:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-type-conflict-bapi-contract-create/m-p/7404876#M1547280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T07:43:29Z</dc:date>
    </item>
  </channel>
</rss>

