<?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 BAPI_SALESORDER_CREATEFROMDAT1, Sales Order populating issue. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-salesorder-createfromdat1-sales-order-populating-issue/m-p/2973926#M701923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create Sales Documents for the CPD(One time customers) by using the Bapi &amp;#145;BAPI_SALESORDER_CREATEFROMDAT1&amp;#146;. Here I am getting all the data that needs to populate into the sales order, from an external file.&lt;/P&gt;&lt;P&gt;Issue: The issue is that I am not able to Populate value &amp;#145;House Number&amp;#146; in the &lt;/P&gt;&lt;P&gt;          Partners tab. While creating the Sales order thorough VA01 I amable          &lt;/P&gt;&lt;P&gt;          to enter values in Street and House Number separately where as through &lt;/P&gt;&lt;P&gt;          Bapi {In Structure- BAPIPARTNR}not able to pass values to &amp;#145;House    &lt;/P&gt;&lt;P&gt;          Number&amp;#146;.  I am able to send rest all data &lt;SPAN __jive_macro_name="Ex"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest the way in populating these values{I am looking House Number and also VAT reg Number} through this Bapi or is there any other Bapi through which I can do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Nov 2007 18:02:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-08T18:02:09Z</dc:date>
    <item>
      <title>Bapi BAPI_SALESORDER_CREATEFROMDAT1, Sales Order populating issue.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-salesorder-createfromdat1-sales-order-populating-issue/m-p/2973926#M701923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create Sales Documents for the CPD(One time customers) by using the Bapi &amp;#145;BAPI_SALESORDER_CREATEFROMDAT1&amp;#146;. Here I am getting all the data that needs to populate into the sales order, from an external file.&lt;/P&gt;&lt;P&gt;Issue: The issue is that I am not able to Populate value &amp;#145;House Number&amp;#146; in the &lt;/P&gt;&lt;P&gt;          Partners tab. While creating the Sales order thorough VA01 I amable          &lt;/P&gt;&lt;P&gt;          to enter values in Street and House Number separately where as through &lt;/P&gt;&lt;P&gt;          Bapi {In Structure- BAPIPARTNR}not able to pass values to &amp;#145;House    &lt;/P&gt;&lt;P&gt;          Number&amp;#146;.  I am able to send rest all data &lt;SPAN __jive_macro_name="Ex"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest the way in populating these values{I am looking House Number and also VAT reg Number} through this Bapi or is there any other Bapi through which I can do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2007 18:02:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-salesorder-createfromdat1-sales-order-populating-issue/m-p/2973926#M701923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-08T18:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi BAPI_SALESORDER_CREATEFROMDAT1, Sales Order populating issue.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-salesorder-createfromdat1-sales-order-populating-issue/m-p/2973927#M701924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u check the description of the street field u'll c "House number and street" (both in VA01 and in the BAPI structure). When u enter data online (through the transaction) u get extra options, but unless u enter more addresses (then it is saved as extended data in ADRC table) it is saved in this field.&lt;/P&gt;&lt;P&gt;Do this check: go to XD02 (customer change) and write something in the "street" and "house number" fields separately. Now go to SE16 on table KNA1 (Customer master data) and enter the same customer number. Check the street field ("stras") content - u'll see the content of &amp;lt;b&amp;gt;both&amp;lt;/b&amp;gt; of the fields u entered in it together. This is the standard SAP way, so what u also have to do is concatenate both house number and street to the "street" field in BAPIPARTNR structure and it's enough - u don't have to c them (in the transaction) in the 2 fields separately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for VAT reg Number - it's the last field - "VAT_REG_NO" - on the same structure BAPIPARTNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls award points if helps&lt;/P&gt;&lt;P&gt;Igal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 13:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-salesorder-createfromdat1-sales-order-populating-issue/m-p/2973927#M701924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-09T13:38:56Z</dc:date>
    </item>
  </channel>
</rss>

