<?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 how to create SD contracts(va41) using BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-sd-contracts-va41-using-bdc/m-p/4016047#M959597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hie all i need help with uploading SD contracts using BDC. The data is from an existing sales organisation to a new sales organisation . On entering multiple items for a contract on the table screen for items, how can i alter my code to move from row to row as it enters a different item for the contract.(e.g a contract can have 10 items that go in different rows on the table screen )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2008 07:37:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-20T07:37:33Z</dc:date>
    <item>
      <title>how to create SD contracts(va41) using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-sd-contracts-va41-using-bdc/m-p/4016047#M959597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hie all i need help with uploading SD contracts using BDC. The data is from an existing sales organisation to a new sales organisation . On entering multiple items for a contract on the table screen for items, how can i alter my code to move from row to row as it enters a different item for the contract.(e.g a contract can have 10 items that go in different rows on the table screen )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 07:37:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-sd-contracts-va41-using-bdc/m-p/4016047#M959597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T07:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to create SD contracts(va41) using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-sd-contracts-va41-using-bdc/m-p/4016048#M959598</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;In VA41/42 transactions we have table control for Items. just below the table control we have som buttons for Create Item, delete item..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your bdc, make use of this Create Item button, if you click this the cursor always be in second row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what you have to do is, record the transaction in the following way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Loop at header.
*  enter header details
   Loop at item.
*  Click on the create item button.
*   enter the item in second row 
   endloop.
*  Save the data
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajinikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 07:54:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-sd-contracts-va41-using-bdc/m-p/4016048#M959598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T07:54:36Z</dc:date>
    </item>
  </channel>
</rss>

