<?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: SO Creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-creation/m-p/6361885#M1400567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2009 12:08:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-09T12:08:59Z</dc:date>
    <item>
      <title>SO Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-creation/m-p/6361880#M1400562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating the sales order creation (VA01) through BDC in ECC 5.0. I have done the recording. But i was facing the problem in the second screen of VA01. The item details are not sitting in the Material, quantity, Description and plant. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am giving the Item input details through GUI_upload and storing the data into my internal table. But when the cursor reaches to the second screen of VA01, above details are not sitting as required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even i have added the required sub screen body and the Table control details code in the Item loop.&lt;/P&gt;&lt;P&gt;Can anybody have idea on above given?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SK..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 16:50:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-creation/m-p/6361880#M1400562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-04T16:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: SO Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-creation/m-p/6361881#M1400563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use the standard BAPI.&lt;/P&gt;&lt;P&gt;BAPI_SALESORDER_CREATEFROMDAT2&lt;/P&gt;&lt;P&gt;and BAPI_TRANSACTION_COMMIT to create sales orders.&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;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 16:58:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-creation/m-p/6361881#M1400563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-04T16:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: SO Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-creation/m-p/6361882#M1400564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thanks for your quick response. As per my requirement,  i wold like to go for VA01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 18:57:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-creation/m-p/6361882#M1400564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-04T18:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: SO Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-creation/m-p/6361883#M1400565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should use the BAPI as suggested, but if you must use a BDC and need some help, why don't you post a snippet of the code?  Most likely, you haven't added the items correctly and that will be visible in the coding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 19:21:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-creation/m-p/6361883#M1400565</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2009-12-04T19:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: SO Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-creation/m-p/6361884#M1400566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately table controls are the weakspots of BDC recording, sometimes they are working, sometimes not.&lt;/P&gt;&lt;P&gt;You might try to create an another recording about VA01, clicking different buttons, choosing another ways to reach the requires dynpros.&lt;/P&gt;&lt;P&gt;If it will still not solves your problem, your only way will be the use of the BADIs (BAPI_SALESORDER_CREATEFROMDAT2).&lt;/P&gt;&lt;P&gt;Don't worry to use BADIs that's why SAP made them to replace the old and sometimes useless BDC technique.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 19:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-creation/m-p/6361884#M1400566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-04T19:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: SO Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-creation/m-p/6361885#M1400567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 12:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-creation/m-p/6361885#M1400567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T12:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: SO Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-creation/m-p/6361886#M1400568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 12:11:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-creation/m-p/6361886#M1400568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T12:11:43Z</dc:date>
    </item>
  </channel>
</rss>

