<?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: Data Migration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/2021079#M413618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes amit i am trying to pass different data to both of them.&lt;/P&gt;&lt;P&gt;My idea is : i ll UPLOAD  data into two ITABs and use one for the Session and other for the Call Transaction.  For the session i ll give some group name in BDC_OPEN_GROUP. And after the session procedure i ll work for Call Transaction and UPLOAD data for ITAB2 and do the &lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'TCODE' USING ........ MODE 'A'......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I ll Execute. Here how it ll do like will it upload the data for call transaction at execution and then i ve to go for SM35 to execute the session created for Session method in OPEN GROUP??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Mar 2007 13:36:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-09T13:36:15Z</dc:date>
    <item>
      <title>Data Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/2021077#M413616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Group,&lt;/P&gt;&lt;P&gt;Here is a query for data migration.&lt;/P&gt;&lt;P&gt;Can i use both session and call transaction simultaneously in one program to upload records? How to achieve this???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 12:39:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/2021077#M413616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T12:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/2021078#M413617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do that, but why you wanna do that?&lt;/P&gt;&lt;P&gt;Also, if you try to upload same data in both one will fail.&lt;/P&gt;&lt;P&gt;Secondly, are you just creating the session or executing it too.&lt;/P&gt;&lt;P&gt;Otherwise , you can use both in the same program unless not pasing same data to them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 12:43:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/2021078#M413617</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-03-09T12:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/2021079#M413618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes amit i am trying to pass different data to both of them.&lt;/P&gt;&lt;P&gt;My idea is : i ll UPLOAD  data into two ITABs and use one for the Session and other for the Call Transaction.  For the session i ll give some group name in BDC_OPEN_GROUP. And after the session procedure i ll work for Call Transaction and UPLOAD data for ITAB2 and do the &lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'TCODE' USING ........ MODE 'A'......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I ll Execute. Here how it ll do like will it upload the data for call transaction at execution and then i ve to go for SM35 to execute the session created for Session method in OPEN GROUP??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 13:36:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/2021079#M413618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T13:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/2021080#M413619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no you cant do it,using LSMW you can use only one method at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 13:37:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/2021080#M413619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T13:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/2021081#M413620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mrutyunjay i am not talking about LSMW. I am trying it in a custom program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 14:13:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/2021081#M413620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T14:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Data Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/2021082#M413621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sam&lt;/P&gt;&lt;P&gt;Nice playaround in BDC!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, u can do the same, as written by u in the 2nd post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yes, the records of CALL TRANSACTION will get uploaded first. and then, u need to process the SESSION created in SM35. only then, the records created in the Group will get updated...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if this is useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Blue moon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 18:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/2021082#M413621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T18:38:07Z</dc:date>
    </item>
  </channel>
</rss>

