<?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_INQUIRY_CREATEFROMDATA2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-inquiry-createfromdata2/m-p/5179045#M1198957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Feb 2009 05:17:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-12T05:17:20Z</dc:date>
    <item>
      <title>BAPI_INQUIRY_CREATEFROMDATA2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-inquiry-createfromdata2/m-p/5179042#M1198954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;            I have to use the BAPI 'BAPI_INQUIRY_CREATEFROMDATA2'  as a Web Service from my Composite application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i am testing this BAPI out for parameters required for this BAPI in the transaction se37 by executing it and giving it the parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I pass the import parameter 'Sales Document Type' to it as IN for Inquiry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now executing, the BAPI returns an error message saying 'Sold To Party' or 'Ship To Party' not defined.&lt;/P&gt;&lt;P&gt;But i cant find out where these fields are defined as import parameters/tables for the BAPI so that test run could be possible for that BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers would be helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 04:47:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-inquiry-createfromdata2/m-p/5179042#M1198954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T04:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_INQUIRY_CREATEFROMDATA2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-inquiry-createfromdata2/m-p/5179043#M1198955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go through the documentation...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer Inquiry: Create Customer Inquiry &lt;/P&gt;&lt;P&gt; Functionality&lt;/P&gt;&lt;P&gt;Using this method, you can create customer inquiries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must enter at least header data (via structure INQUIRY_HEADER_IN) and partner data (via the table INQUIRY_PARTNERS) as input parameters for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the item data via the table INQUIRY_ITEMS_IN. Item numbers can be assigned manually, by filling in the relevant fields, or automatically, according to Customizing, by leaving the relevant fields blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are dealing with configurable items, you must enter the configuration data in the INQUIRY_CFGS_REF, INQUIRY_CFGS_INST, INQUIRY_CFGS_PART_OF and INQUIRY_CFGS_VALUE tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you have created the customer inquiry successfully, you will receive the document number (SALESDOCUMENT field). Any errors that may occur will be announed via the RETURN parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Notes&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Required entries:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ORDER_HEADER_IN : DOC_TYPE Sales document type&lt;/P&gt;&lt;P&gt;SALES_ORG sales organiZation&lt;/P&gt;&lt;P&gt;DISTR_CHAN Distribution channel&lt;/P&gt;&lt;P&gt;DIVISION Division&lt;/P&gt;&lt;P&gt;ORDER_PARTNERS..: PARTN_ROLE Partner role, SP sold-to party PARTN_NUMB Customer number&lt;/P&gt;&lt;P&gt;ORDER_ITEMS_IN..: MATERIAL Material number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ship-to party:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If no ship-to party is entered , use the following: Ship-to party = sold-to party.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Commit control:&lt;/P&gt;&lt;P&gt;The BAPI does not have a database commit. This means that the relevant application must leave the commit, in order that changes can be carried out on the database. The BAPI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 04:57:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-inquiry-createfromdata2/m-p/5179043#M1198955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T04:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_INQUIRY_CREATEFROMDATA2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-inquiry-createfromdata2/m-p/5179044#M1198956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had read the documentation already but could not find the answer to my query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Acutally for a Ship To Party i have to pass partner function as 'AG' or 'SP' and then pass the customer number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also have to pass sales document type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the minimum requirements for the inquiry to be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnks for your answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 05:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-inquiry-createfromdata2/m-p/5179044#M1198956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T05:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_INQUIRY_CREATEFROMDATA2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-inquiry-createfromdata2/m-p/5179045#M1198957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 05:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-inquiry-createfromdata2/m-p/5179045#M1198957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T05:17:20Z</dc:date>
    </item>
  </channel>
</rss>

