<?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: transaction code. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code/m-p/3616835#M871320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use all these ways ::&lt;/P&gt;&lt;P&gt;BEST WAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by using ALE/IDOCS WE CAN TRANSFER DATA FROM ONE SERVER TO ANOTHER SERVER . FOR THAT WE NEED TO CONFIGURE ALE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEFINE LOGICAL SYSTEMS TCODE SALE OR BD54&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN LOGICAL SYSTEMS TO CLIENT TCODE SCC4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE RFC TCODE SM59&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE PORTS TCODE WE21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE PARTNER PROFILES TCODE WE20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE CUSTOMER MODEL VIEW TCODE BD64&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AFTER THAT GENARATE IDOC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE ABOVE PROCES IS NOT AN EASY TASK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to transfer the data from one server to another server. the tool is cross application.In both the servers, we should create a alike database.use WEDI transaction for cross application. first u should create one segment and one idoc. these two things should be combine by msg types. and later u should go to SALE transaction. there u should create RFC . there u have mention server2 id and everything&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. * Another best way* on link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.databasejournal.com/features/mssql/article.php/3507171" target="test_blank"&gt;http://www.databasejournal.com/features/mssql/article.php/3507171&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD points if useful.&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;preet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Mar 2008 12:40:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-25T12:40:32Z</dc:date>
    <item>
      <title>transaction code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code/m-p/3616831#M871316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guru&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i have to call a transaction code (program) present one system(say A) by another system  (sayB).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how i can do it&lt;/P&gt;&lt;P&gt;please helpme it very urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;point will be surely awared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anuj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: anuj anuj on Mar 25, 2008 1:31 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 12:30:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code/m-p/3616831#M871316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T12:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: transaction code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code/m-p/3616832#M871317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to define an RFC which will call the other system and execute that transaction..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 12:33:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code/m-p/3616832#M871317</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2008-03-25T12:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: transaction code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code/m-p/3616833#M871318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you mean two different SAP systems by your question,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a RFC function module in the system A..in which you write the code of CALL TRANSACTION for the T-Code you want to call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call this RFC function module from system B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is what you wanted, incase its something else please revert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 12:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code/m-p/3616833#M871318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T12:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: transaction code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code/m-p/3616834#M871319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anuj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use SUBMIT programName and of course you have to provide required fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope helps both you and me:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 12:40:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code/m-p/3616834#M871319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T12:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: transaction code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code/m-p/3616835#M871320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use all these ways ::&lt;/P&gt;&lt;P&gt;BEST WAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by using ALE/IDOCS WE CAN TRANSFER DATA FROM ONE SERVER TO ANOTHER SERVER . FOR THAT WE NEED TO CONFIGURE ALE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEFINE LOGICAL SYSTEMS TCODE SALE OR BD54&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN LOGICAL SYSTEMS TO CLIENT TCODE SCC4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE RFC TCODE SM59&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE PORTS TCODE WE21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE PARTNER PROFILES TCODE WE20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE CUSTOMER MODEL VIEW TCODE BD64&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AFTER THAT GENARATE IDOC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE ABOVE PROCES IS NOT AN EASY TASK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to transfer the data from one server to another server. the tool is cross application.In both the servers, we should create a alike database.use WEDI transaction for cross application. first u should create one segment and one idoc. these two things should be combine by msg types. and later u should go to SALE transaction. there u should create RFC . there u have mention server2 id and everything&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. * Another best way* on link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.databasejournal.com/features/mssql/article.php/3507171" target="test_blank"&gt;http://www.databasejournal.com/features/mssql/article.php/3507171&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD points if useful.&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;preet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 12:40:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code/m-p/3616835#M871320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T12:40:32Z</dc:date>
    </item>
  </channel>
</rss>

