<?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 transfer via Rfcs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-via-rfcs/m-p/4152564#M992919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not concerned with idocs now&lt;/P&gt;&lt;P&gt;as the data seems to be replicated with Trfcs i want a wayout to find the Function moduled used by those Trfcs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jul 2008 12:49:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-14T12:49:57Z</dc:date>
    <item>
      <title>Data transfer via Rfcs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-via-rfcs/m-p/4152558#M992913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whenever the material master is created in ECC RFCs are triggered and the data is transferred to GTS via RFCs&lt;/P&gt;&lt;P&gt;(no idocs are triggered)&lt;/P&gt;&lt;P&gt;Is there any way out to stop this transfer&lt;/P&gt;&lt;P&gt;how can can we know the mapping of what fields of ECC are mapped to which fields of the other system&lt;/P&gt;&lt;P&gt;please advice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 10:21:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-via-rfcs/m-p/4152558#M992913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T10:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data transfer via Rfcs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-via-rfcs/m-p/4152559#M992914</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;Have you created the logical systems and then distributed the message type between those system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to create the partner profile and then execute the RBDMIDOC program by giving the message type as input, prior to that you need to activate the change pointers for your message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you can execute the program RBDSEMAT program by giving the logical system and material number, you wanted to transfer as input and execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 11:24:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-via-rfcs/m-p/4152559#M992914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T11:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Data transfer via Rfcs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-via-rfcs/m-p/4152560#M992915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is change pointers related to ?&lt;/P&gt;&lt;P&gt;when the data is being transferred via Rfcs(TRFCs)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 11:26:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-via-rfcs/m-p/4152560#M992915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T11:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data transfer via Rfcs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-via-rfcs/m-p/4152561#M992916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If change pointers were to be activated then&lt;/P&gt;&lt;P&gt;Idocs should be created but i see no idocs created when the data is transferred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 11:27:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-via-rfcs/m-p/4152561#M992916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T11:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Data transfer via Rfcs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-via-rfcs/m-p/4152562#M992917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kittu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might have missed out on any of the steps which you need to do, that's the reason why idoc's are not generated at the moment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 11:41:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-via-rfcs/m-p/4152562#M992917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T11:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Data transfer via Rfcs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-via-rfcs/m-p/4152563#M992918</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;let us say outbound is SAPLID server&lt;/P&gt;&lt;P&gt;and inbound is SAPLER  server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we need to following setting in order to generate idocs. You can see the generated IDOC in WE02 TCode.&lt;/P&gt;&lt;P&gt;Status code should be 03. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAPLID Server :&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In the SALE transaction,&lt;/P&gt;&lt;P&gt;	- Application Link Enabling (ALE) --&amp;gt; Sending and Receiving Systems --&amp;gt; Logical Sysems --&amp;gt; Define Logical Systems&lt;/P&gt;&lt;P&gt;		- Click on 'New Entries' &lt;/P&gt;&lt;P&gt;		- Enter 'Logical System' &amp;amp; 'Name'.&lt;/P&gt;&lt;P&gt;			-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------" /&gt;&lt;P&gt;			SAPLID		   Logical System for the server SAPLID&lt;/P&gt;&lt;P&gt;			SAPLER 		   Logical System for the server SAPLER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 		- Save it. &lt;/P&gt;&lt;P&gt;    	- Application Link Enabling (ALE) --&amp;gt; Sending and Receiving Systems --&amp;gt; Logical Sysems --&amp;gt; Assign Client to Logical 		  System.&lt;/P&gt;&lt;P&gt;		- Client : 800		Sending system&lt;/P&gt;&lt;P&gt;		  City : Hyderabad&lt;/P&gt;&lt;P&gt;		  Logical System : SAPLID&lt;/P&gt;&lt;P&gt;		  Std Currency : INR&lt;/P&gt;&lt;P&gt;		  client role : Demo&lt;/P&gt;&lt;P&gt;	- Application Link Enabling (ALE) --&amp;gt; Sending and Receiving Systems --&amp;gt; Systems in Network --&amp;gt; Define Target Systems&lt;/P&gt;&lt;P&gt;	  for RFC calls.&lt;/P&gt;&lt;P&gt;		- Select 'R/3 Connections' and click on 'Create' icon. &lt;/P&gt;&lt;P&gt;		- RFC Destination : SAPLER&lt;/P&gt;&lt;P&gt;		  Connection type : 3&lt;/P&gt;&lt;P&gt;		  Descripiton : RFC for Destination Server SAPLER&lt;/P&gt;&lt;P&gt;		  Target host : SAPLER&lt;/P&gt;&lt;P&gt;		  System Number : 00&lt;/P&gt;&lt;P&gt;		- Logon/Security&lt;/P&gt;&lt;P&gt;		  Language : EN&lt;/P&gt;&lt;P&gt;		  Client : 800&lt;/P&gt;&lt;P&gt;		  User : USER6&lt;/P&gt;&lt;P&gt;		  Password : RGSHYD&lt;/P&gt;&lt;P&gt;		- Click on 'Test Connection'.&lt;/P&gt;&lt;P&gt;		- Click on 'Remorte Logon'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. WE 81 Message type config (DEBMAS - Customer Master)&lt;/P&gt;&lt;P&gt;3. WE 30 Idoc type (DEBMAS06 - Customer Master data distribution)&lt;/P&gt;&lt;P&gt;4. WE 82 - Adding Message type to Idoc type. &lt;/P&gt;&lt;P&gt;    DEBMAS ---&amp;gt; DEBMAS06&lt;/P&gt;&lt;P&gt;5. WE20 Partner Profile &lt;/P&gt;&lt;P&gt;	Partner No : SAPLER&lt;/P&gt;&lt;P&gt;	Par.Type   : LS&lt;/P&gt;&lt;P&gt;	Type 	   : US&lt;/P&gt;&lt;P&gt;	Agent      : USER6&lt;/P&gt;&lt;P&gt;   OUtbound Parameters :&lt;/P&gt;&lt;P&gt;   Message type    :  DEBMAS&lt;/P&gt;&lt;P&gt;   Receiver Port   :  Zbkpfport&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Transfer Idoc Immediately&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   Basic type      :  DEBMAS06&lt;/P&gt;&lt;P&gt;6. BD64 MOdel View&lt;/P&gt;&lt;P&gt;	- Select 'model view' and click on Create Model View. &lt;/P&gt;&lt;P&gt;	- Technical Name : CUSTMODEL&lt;/P&gt;&lt;P&gt;        - Place the cursor on 'CUSTMODEL' and click on 'Add message type'. &lt;/P&gt;&lt;P&gt;		- Model View : CUSTMODEL&lt;/P&gt;&lt;P&gt;		- Sender : SAPLID&lt;/P&gt;&lt;P&gt;		- Receiver : SAPLER&lt;/P&gt;&lt;P&gt;		- Message type : DEBMAS&lt;/P&gt;&lt;P&gt;	- Save it&lt;/P&gt;&lt;P&gt;	- Environment --&amp;gt; Generate Partner Profile&lt;/P&gt;&lt;P&gt;	- Edit --&amp;gt; Modelview --&amp;gt; Distribute&lt;/P&gt;&lt;P&gt;7. XD01 Create Customer Master &lt;/P&gt;&lt;P&gt;	- Create Customer Number : 0000000001&lt;/P&gt;&lt;P&gt;8. BD12 Sending Customer Data&lt;/P&gt;&lt;P&gt;	- Customer : 0000000001&lt;/P&gt;&lt;P&gt;	- OUtput type : DEBMAS&lt;/P&gt;&lt;P&gt;	- Logical System : SAPLER&lt;/P&gt;&lt;P&gt;	- Execute it &lt;/P&gt;&lt;P&gt;9. WE02 Idoc List&lt;/P&gt;&lt;P&gt;	- Direction : 1&lt;/P&gt;&lt;P&gt;	- Logical Message : DEBMAS&lt;/P&gt;&lt;P&gt;	- Execute it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case if your IDOC is generated with errors (status would be red signal) get back me with status code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 12:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-via-rfcs/m-p/4152563#M992918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T12:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data transfer via Rfcs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-via-rfcs/m-p/4152564#M992919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not concerned with idocs now&lt;/P&gt;&lt;P&gt;as the data seems to be replicated with Trfcs i want a wayout to find the Function moduled used by those Trfcs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 12:49:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-via-rfcs/m-p/4152564#M992919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T12:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data transfer via Rfcs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-via-rfcs/m-p/4152565#M992920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Function modules are linked to process code. you can see the respective FM by simply double clicking  process code in WE 20 tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 12:54:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-via-rfcs/m-p/4152565#M992920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T12:54:42Z</dc:date>
    </item>
  </channel>
</rss>

