<?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: bdc recording for spro tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-recording-for-spro-tcode/m-p/3289161#M786936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have recorded in the same manner only but in this case it is only taking the first two entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think recording spro activity is not advisable wat u say?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnks&lt;/P&gt;&lt;P&gt;sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jan 2008 04:24:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-03T04:24:09Z</dc:date>
    <item>
      <title>bdc recording for spro tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-recording-for-spro-tcode/m-p/3289155#M786930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done bdc recording for spro tcode path is entpstrucure&amp;gt;definition&amp;gt;financial accounting&amp;gt;define company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now when im running a recording it is creating first company properly but wen i click on new entries again it is not taking teh next entry (it is taking the first entry only).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so any one can suggest how to create multiple company at the same time in spro tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 10:32:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-recording-for-spro-tcode/m-p/3289155#M786930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T10:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: bdc recording for spro tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-recording-for-spro-tcode/m-p/3289156#M786931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;typical multi-row recording problem.&lt;/P&gt;&lt;P&gt;you should make a recording for one company and then call the recording for one company at a time.&lt;/P&gt;&lt;P&gt;If you start trying to fill multiple rows at the same time, then you end up with problems about marking the correct row, paging up and down and so on. &lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 10:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-recording-for-spro-tcode/m-p/3289156#M786931</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-01-02T10:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: bdc recording for spro tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-recording-for-spro-tcode/m-p/3289157#M786932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnks thomas..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u elaborate it little , like how to create second recording inside one and call it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls give some examples..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 10:51:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-recording-for-spro-tcode/m-p/3289157#M786932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T10:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: bdc recording for spro tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-recording-for-spro-tcode/m-p/3289158#M786933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should record these steps:&lt;/P&gt;&lt;P&gt;- enter the transaction&lt;/P&gt;&lt;P&gt;- hit "new entries"&lt;/P&gt;&lt;P&gt;- enter company details&lt;/P&gt;&lt;P&gt;- hit "save"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will complete the transaction for one company. Depending on how you call your recording (e.g. via LSMW) you now feed an Excel sheet containing all your companies and it will create them one by one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 11:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-recording-for-spro-tcode/m-p/3289158#M786933</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-01-02T11:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: bdc recording for spro tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-recording-for-spro-tcode/m-p/3289159#M786934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already done the mentioned steps  but the problem is coming wen i want to create second entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its like after completing first entry its goin to new entry tab and there its not picking the second value from flat file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 12:22:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-recording-for-spro-tcode/m-p/3289159#M786934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T12:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: bdc recording for spro tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-recording-for-spro-tcode/m-p/3289160#M786935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just saw that it does not leave the transaction after the "save"...so try recording this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- enter transaction &lt;/P&gt;&lt;P&gt;- hit "new entries" &lt;/P&gt;&lt;P&gt;- enter company details &lt;/P&gt;&lt;P&gt;- hit "back" (F3)&lt;/P&gt;&lt;P&gt;- hit "save" (F11)&lt;/P&gt;&lt;P&gt;- hit "back" (F3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 13:53:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-recording-for-spro-tcode/m-p/3289160#M786935</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-01-02T13:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: bdc recording for spro tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-recording-for-spro-tcode/m-p/3289161#M786936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have recorded in the same manner only but in this case it is only taking the first two entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think recording spro activity is not advisable wat u say?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnks&lt;/P&gt;&lt;P&gt;sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 04:24:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-recording-for-spro-tcode/m-p/3289161#M786936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T04:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: bdc recording for spro tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-recording-for-spro-tcode/m-p/3289162#M786937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnks... solved my own&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 12:06:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-recording-for-spro-tcode/m-p/3289162#M786937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T12:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: bdc recording for spro tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-recording-for-spro-tcode/m-p/3289163#M786938</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;Can you elaborate how you managed to upload data in a SPRO transaction as I am also facing a similar issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to upload data in a SPRO transaction that does not have a TCODE attched to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Karan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2009 15:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-recording-for-spro-tcode/m-p/3289163#M786938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-14T15:40:18Z</dc:date>
    </item>
  </channel>
</rss>

