<?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_CONTRACT_CREATE with extensionin in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-with-extensionin/m-p/7096011#M1507780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jelena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I got ur point and per your suggestion I need to do like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - Assign Structure field to first field which is BAPI_TE_MEOUTITEM &amp;amp; BAPI_TE_MEOUTITEMX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and there when I have checked my Zfield exist. but in these structures one SAP field also exist called Item number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So should I also provide the value for Item number in 2nd field VALUEPART1 = 00010value of xyz field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or I Just should provide my custom value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dev&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solved&lt;/P&gt;&lt;P&gt;Yes we need to pass the standard filed value too ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Dev on Jul 15, 2010 6:11 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jul 2010 21:24:41 GMT</pubDate>
    <dc:creator>devrajsingh</dc:creator>
    <dc:date>2010-07-15T21:24:41Z</dc:date>
    <item>
      <title>BAPI_CONTRACT_CREATE with extensionin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-with-extensionin/m-p/7096009#M1507778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working BAPI_CONTRACT_CREATE with extension in where I need to add data related to one custom field into the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This field is related to Item level and When I have check the extension table then I have found the below structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STRUCTURE&lt;/P&gt;&lt;P&gt;VALUEPART1&lt;/P&gt;&lt;P&gt;VALUEPART2&lt;/P&gt;&lt;P&gt;VALUEPART3&lt;/P&gt;&lt;P&gt;VALUEPART4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gone through the BAPI documentation and found the structure needs to be used for item should be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_TE_MEOUTITEM&lt;/P&gt;&lt;P&gt;BAPI_TE_MEOUTITEMX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I checked the structure BAPI_TE_MEOUTITEM then I can find my custom field exist in the structure but my issue is here that how should I pass the value in this Extension.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. for ex my custom field is XYZ = 0020 and I need to pass this through the extension table then how should I assign the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 15:42:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-with-extensionin/m-p/7096009#M1507778</guid>
      <dc:creator>devrajsingh</dc:creator>
      <dc:date>2010-07-15T15:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CONTRACT_CREATE with extensionin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-with-extensionin/m-p/7096010#M1507779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to fill in the structure name in the first field and then all the values (in sequence) in the rest of the fields. You don't enter 'XYZ' anywhere, only the field value (don't forget leading zeroes etc.). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has already discussed many times, please use search. Here is one example, just from the top of the list: &lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1286309"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 20:49:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-with-extensionin/m-p/7096010#M1507779</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2010-07-15T20:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CONTRACT_CREATE with extensionin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-with-extensionin/m-p/7096011#M1507780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jelena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I got ur point and per your suggestion I need to do like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - Assign Structure field to first field which is BAPI_TE_MEOUTITEM &amp;amp; BAPI_TE_MEOUTITEMX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and there when I have checked my Zfield exist. but in these structures one SAP field also exist called Item number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So should I also provide the value for Item number in 2nd field VALUEPART1 = 00010value of xyz field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or I Just should provide my custom value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dev&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solved&lt;/P&gt;&lt;P&gt;Yes we need to pass the standard filed value too ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Dev on Jul 15, 2010 6:11 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 21:24:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-with-extensionin/m-p/7096011#M1507780</guid>
      <dc:creator>devrajsingh</dc:creator>
      <dc:date>2010-07-15T21:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CONTRACT_CREATE with extensionin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-with-extensionin/m-p/7096012#M1507781</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I followed the sequence for the Valuepart after the structure but I get the error:&lt;/P&gt;&lt;P&gt;Key "0020" from "EXTENSIONIN" is not available in table "CTRACPARTNERDETAIL".&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 11:33:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-with-extensionin/m-p/7096012#M1507781</guid>
      <dc:creator>nicoleamistad</dc:creator>
      <dc:date>2019-07-11T11:33:33Z</dc:date>
    </item>
  </channel>
</rss>

