<?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_GETDETAIL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-getdetail/m-p/12607782#M2011524</link>
    <description>&lt;P&gt;Hello ABAP specialists&lt;/P&gt;
  &lt;P&gt;I am currently trying to get the contract details from a contract using BAPI_CONTRACT_GETDETAIL, however, I always get a message saying that the contract does not exists in the return table. I tried this in se37.&lt;/P&gt;
  &lt;P&gt;Thank you.&lt;BR /&gt;Best regards&lt;/P&gt;
  &lt;P&gt;Noah&lt;/P&gt;</description>
    <pubDate>Fri, 21 Oct 2022 11:03:32 GMT</pubDate>
    <dc:creator>noahzemljic</dc:creator>
    <dc:date>2022-10-21T11:03:32Z</dc:date>
    <item>
      <title>BAPI_CONTRACT_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-getdetail/m-p/12607782#M2011524</link>
      <description>&lt;P&gt;Hello ABAP specialists&lt;/P&gt;
  &lt;P&gt;I am currently trying to get the contract details from a contract using BAPI_CONTRACT_GETDETAIL, however, I always get a message saying that the contract does not exists in the return table. I tried this in se37.&lt;/P&gt;
  &lt;P&gt;Thank you.&lt;BR /&gt;Best regards&lt;/P&gt;
  &lt;P&gt;Noah&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 11:03:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-getdetail/m-p/12607782#M2011524</guid>
      <dc:creator>noahzemljic</dc:creator>
      <dc:date>2022-10-21T11:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CONTRACT_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-getdetail/m-p/12607783#M2011525</link>
      <description>&lt;P&gt;Apparently you made something wrong, but if you don't provide the data you fill and the data present in the database, you will stay alone with your problem &lt;/P&gt;&lt;P&gt;Otherwise you could put a SQL trace an anlyse yourself (trans ST05)&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 11:27:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-getdetail/m-p/12607783#M2011525</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-10-21T11:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CONTRACT_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-getdetail/m-p/12607784#M2011526</link>
      <description>&lt;P&gt;I guess that in SE37 you need to add leading 0 at the beginning of the contract number (e.g. '0000123456' instead of '123456').&lt;/P&gt;&lt;P&gt;I guess that the length should be 10.&lt;/P&gt;&lt;P&gt;You can also see entries of table EKKO in SE16N for contracts with the following search criteria:&lt;/P&gt;&lt;P&gt;BSTYP (Purchasing document category) as 'K' 
indicating contract and BSART (Purchasing Document Type) as WK (value contract) or MK (quantity contract).&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 11:53:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-getdetail/m-p/12607784#M2011526</guid>
      <dc:creator>thkolz</dc:creator>
      <dc:date>2022-10-21T11:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CONTRACT_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-getdetail/m-p/12607785#M2011527</link>
      <description>&lt;P&gt;(FAQ) BAPIs require internal format of data, so check for any conversion exit, in your case look at the parameter definition and navigate to domain, you will see conversion-exit ALPHA, so if it contains only numbersn you have to add trailing zeroes. (check online help)&lt;/P&gt;&lt;P&gt;&lt;EM&gt;General Guidelines &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Fields in BAPI parameters must be presented in the internal form used in the database and not in a form formatted in the BAPI interface.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;STRONG&gt;
&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 12:30:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-getdetail/m-p/12607785#M2011527</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-10-21T12:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CONTRACT_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-getdetail/m-p/12607786#M2011528</link>
      <description>&lt;P&gt;Here you see SE16N and SE37:&lt;BR /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2106520-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 12:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-getdetail/m-p/12607786#M2011528</guid>
      <dc:creator>thkolz</dc:creator>
      <dc:date>2022-10-21T12:53:03Z</dc:date>
    </item>
  </channel>
</rss>

