<?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: Passing values through RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-through-rfc/m-p/8251196#M1631107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
We need to pass the possible values from our custom table to the remote system, so that the user can see all the possible values for the fields. Similar to the F4 option.
And based on field1 input in the form by the user, we need to get corresponding values for field2 of all possible values and pass it to the remote system.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your user is filling the forms in the non-SAP system itself, means you are just providing the data to that system for the actual user action there. So, either you can send the whole data everytime and let non-sap system handle the logic which you need for the possible values for each selection. Better if you are able to store all data in the remote system itself to avoid large data communication everytime and just sync the 2 systems whenever something changes in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, if you want to control it from SAP itself, then you need 2 way communication.....once user fills 1st field in FORM, remote system sends that to SAP and then you send the 2nd field valid values to remote system again using same/different RFC and so on. But, I doubt that will be efficient for the user filling the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Diwakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Oct 2011 02:32:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-03T02:32:43Z</dc:date>
    <item>
      <title>Passing values through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-through-rfc/m-p/8251192#M1631103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a requirement where we need to connect to a different system using RFC and pass data.&lt;/P&gt;&lt;P&gt;I have data in the table . The requirement is using RFC, i have to write a code, so that i can send all the possible values of a field in the table to the remote system. I have 5 fields in my table in SAP. First i need to pass all the possible values of field1 to the remote system and based on the input in their system, i need to pass all possible values for field2 to remote system and again based on field1 and field2 i need to pass all possible values for field3 to remote system.&lt;/P&gt;&lt;P&gt;Pls let me know how to do coding for this.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2011 01:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-through-rfc/m-p/8251192#M1631103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-01T01:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Passing values through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-through-rfc/m-p/8251193#M1631104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to scn.Can you explain what is the business requirement and which data you want send with this validation.&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;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2011 02:19:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-through-rfc/m-p/8251193#M1631104</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-10-01T02:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Passing values through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-through-rfc/m-p/8251194#M1631105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have one custom table in SAP which has 5 fields.&lt;/P&gt;&lt;P&gt;In remote system, they will have a form which needs to be filled by user. This form has the 5 fields that are in the custom table.&lt;/P&gt;&lt;P&gt;We need to pass the possible values from our custom table to the remote system, so that the user can see all the possible values for the fields. Similar to the F4 option.&lt;/P&gt;&lt;P&gt;And based on field1 input in the form by the user, we need to get corresponding values for field2 of all possible values and pass it to the remote system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2011 03:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-through-rfc/m-p/8251194#M1631105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-01T03:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Passing values through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-through-rfc/m-p/8251195#M1631106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is fine getting f4 values and all is easy.I want know how you are going to relate those two fields .If you see in va02 depending on we will get sales group values depending on sales office.You just how you are going to match .Check this and post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2011 10:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-through-rfc/m-p/8251195#M1631106</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-10-01T10:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Passing values through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-through-rfc/m-p/8251196#M1631107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
We need to pass the possible values from our custom table to the remote system, so that the user can see all the possible values for the fields. Similar to the F4 option.
And based on field1 input in the form by the user, we need to get corresponding values for field2 of all possible values and pass it to the remote system.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your user is filling the forms in the non-SAP system itself, means you are just providing the data to that system for the actual user action there. So, either you can send the whole data everytime and let non-sap system handle the logic which you need for the possible values for each selection. Better if you are able to store all data in the remote system itself to avoid large data communication everytime and just sync the 2 systems whenever something changes in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, if you want to control it from SAP itself, then you need 2 way communication.....once user fills 1st field in FORM, remote system sends that to SAP and then you send the 2nd field valid values to remote system again using same/different RFC and so on. But, I doubt that will be efficient for the user filling the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Diwakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 02:32:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-through-rfc/m-p/8251196#M1631107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T02:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Passing values through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-through-rfc/m-p/8251197#M1631108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              Actually yop have to cretae two way communication. It is nothing, First you have to ctreate one table(What are all the field you want send to other system) and ctretae another table (What are all the fields value getting from other System) this tables should be mentioned in table tab in function module.   &lt;/P&gt;&lt;P&gt;same structuer should be declard in other system (Type of field and field length should be same), Then fir example if other system is .NET, Now we have to create proxy and the you can get it. (Using SAP .NET connector)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;-Asok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 05:17:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-through-rfc/m-p/8251197#M1631108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T05:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Passing values through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-through-rfc/m-p/8251198#M1631109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Diwakar is saying is correct,itwill be better if you can syncronize both the systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else, You can create BAPI which will be communicating both systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This BAPI will get the first field in case it is field and then calculate and provide the second field accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anmol.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 05:24:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-through-rfc/m-p/8251198#M1631109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T05:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Passing values through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-through-rfc/m-p/8251199#M1631110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use this for your reference:&lt;/P&gt;&lt;P&gt;/SAPSLL/IFEX_SD0A_R3 this BADI is generally used to transfer data or you can always create your custom RFC and transfer the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 05:56:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-through-rfc/m-p/8251199#M1631110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T05:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Passing values through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-through-rfc/m-p/8251200#M1631111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have two options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Load all data from SAP custom table by triggering the RFC in NON SAP system in very beginning you call this non sap application and ask you technical consultant who is working on non sap system, to use those data as your search help based on selection critaria&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)  Create two way RFC which will accept input from non sap system and based on the critaria fetch details from SAP and transfer it back to the non sap system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st option is advisable only if records you are going to fetch from SAP is very less (e.g some master record with abount 0 to 200 entries) becasue incase of very huge data, it may reduce performance of your non sap application so badly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else go for 2nd option which is again little performance reducive but still advisable since will take always same kind of time and will not effect your application so badly as there will be a selection critaria so time will be consumed what it takes for connection between systems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 07:00:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-through-rfc/m-p/8251200#M1631111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T07:00:19Z</dc:date>
    </item>
  </channel>
</rss>

