<?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: Regarding BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/3247743#M775320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create the sales order using VA01.. use BAPI_SALESORDER_CHANGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpfull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jan 2008 05:26:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-14T05:26:28Z</dc:date>
    <item>
      <title>Regarding BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/3247742#M775319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;  I am uploading data in VA01 using SD_SALESDOCUMENT_CREATE  everything is working fine but at the end it is giving me an error ' Specify either address number or address handle'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help me in this issue did i miss any field points for sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 04:18:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/3247742#M775319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T04:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/3247743#M775320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create the sales order using VA01.. use BAPI_SALESORDER_CHANGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpfull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 05:26:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/3247743#M775320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T05:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/3247744#M775321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try &lt;STRONG&gt;BAPI_SALESORDER_CREATEFROMDAT2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the below sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/bapi-salesorder-createfromdat2.htm" target="test_blank"&gt;http://www.sap-img.com/abap/bapi-salesorder-createfromdat2.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 05:34:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/3247744#M775321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T05:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/3247745#M775322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know using SD_SALESDOCUMENT_CREATE we have advantage of creating sales documents irrespective of Business object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you might be giving some other details regarding the partner address which might be invoking the error message. Check the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try doing the below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. SE91, message class: AM, Message Number:053&lt;/P&gt;&lt;P&gt;2. Do where-used list. &lt;/P&gt;&lt;P&gt;3. You can find 8 occurrences of this message, try placing break point and see if you reach the point. This might give you some clue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 05:41:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/3247745#M775322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T05:41:47Z</dc:date>
    </item>
  </channel>
</rss>

