<?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: Steps for Creating  RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615658#M600384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;just refer to the link below&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g" target="test_blank"&gt;http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g&lt;/A&gt;    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;step by step procedure with screen shots&amp;lt;/b&amp;gt;		&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;gaurav&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz dont forget to reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2007 10:45:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-01T10:45:38Z</dc:date>
    <item>
      <title>Steps for Creating  RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615649#M600375</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;      This is the first time iam working in RFC , i need to  creat a new RFC , can any buddy let me know how to creat a an RFC . and the steps involved in creating an RFC .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;VInay .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 10:33:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615649#M600375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T10:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Steps for Creating  RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615650#M600376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer this link,.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapmaterial.com/RFCmaterial.html" target="test_blank"&gt;http://www.sapmaterial.com/RFCmaterial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 10:35:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615650#M600376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T10:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Steps for Creating  RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615651#M600377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Refer&lt;/P&gt;&lt;P&gt;/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Transaction code : SE37 to create an RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Import and Export parameters(With respect to a RFC):&lt;/P&gt;&lt;P&gt;Import Parameters implies Input value(s) to your RFC&lt;/P&gt;&lt;P&gt;Export Parameters implies Output value(s) to your RFC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;Import :&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;FROMZIP type CHAR10&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;TOZIP type CHAR10&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;Export:&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;DISTANCE type CHAR10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROMZIP of type CHAR10 and TOZIP of type CHAR10 are input to your RFC.&lt;/P&gt;&lt;P&gt;DISTANCE of type CHAR10 is output from your RFC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;How is Import and Export related to R3 and how do I go about doing it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In R/3 make use of 'PATTERN' button in your report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Import and Export Parameters (with respect to your report program)&lt;/P&gt;&lt;P&gt;Export Parameters implies value(s) that are given to your RFC from your R/3 report program and&lt;/P&gt;&lt;P&gt;Import Parameters implies value(s) that are output to R/3 from RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 10:35:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615651#M600377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T10:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Steps for Creating  RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615652#M600378</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;please check out the link below it might be helpful to you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/be/6e0f41218ff023e10000000a155106/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/be/6e0f41218ff023e10000000a155106/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********&lt;STRONG&gt;please reward points if the information is helpful to you&lt;/STRONG&gt;*********&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 10:35:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615652#M600378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T10:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Steps for Creating  RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615653#M600379</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;Goto Transaction ABAPDOCU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the KEYWORD SEARCH TYPE "RFC" and search&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will all the info under RFC-&amp;gt; SUBJECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 10:36:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615653#M600379</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-08-01T10:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Steps for Creating  RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615654#M600380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto se37.create a function module.in attributes give REMOTE ENABLED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then give export ,import paramaters and exceptions.Write the logic(code) and activate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 10:36:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615654#M600380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T10:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Steps for Creating  RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615655#M600381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even this is a good site..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/XI/RFC2WebService/Page1.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/XI/RFC2WebService/Page1.htm&lt;/A&gt;&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;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 10:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615655#M600381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T10:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Steps for Creating  RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615656#M600382</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;go to following threads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="350752"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="112382"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz reward if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Swati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 10:41:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615656#M600382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T10:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Steps for Creating  RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615657#M600383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) go to se37. Chose form menu Goto-&amp;gt;Function Groups-&amp;gt;Create Groups.&lt;/P&gt;&lt;P&gt;Give a Z name for your function group.&lt;/P&gt;&lt;P&gt;save it.&lt;/P&gt;&lt;P&gt;2) create a function module by giving a z name to your function module. It would ask you to enter the function group name. GIve the fg name you have just created.&lt;/P&gt;&lt;P&gt;3) In the atrributes section chose the radio-button Remote enabled.&lt;/P&gt;&lt;P&gt;4) Give the importing , exporting, tables parameters with appropriate types.&lt;/P&gt;&lt;P&gt;5) Write the Code in the source code section.&lt;/P&gt;&lt;P&gt;6) Do not use pass by referance for the interface variables(IMPORTING/EXPORTING). YOu have to pass the variables by value only(Check box should be chosen)&lt;/P&gt;&lt;P&gt;Save the code and activate the FM and FG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Detail,&lt;/P&gt;&lt;P&gt;Check for SAP Help they give you the information in much details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exercise 1: Creating a Function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function modules are ABAP routines that are administered in a central function library. They apply across applications and are available throughout the system. You must assign function modules to a function pool that is called a function group. A function group is nothing but a container for the function modules. Now create a function group and then a function module, which you can use for the next exercise steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Function Group:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To open the Object Navigator choose from the SAP Menu Overview ® Object Navigator.&lt;/P&gt;&lt;P&gt;From the Object Selection window select Function group, enter FG_Tutorial as name of your function group, and choose Display.&lt;/P&gt;&lt;P&gt;Since the function group FG_Tutorial does not yet exist, the system asks you whether to create it. Confirm with Yes.&lt;/P&gt;&lt;P&gt;Enter a short description and choose Save.&lt;/P&gt;&lt;P&gt;In the window Create Object Catalog Entry choose Local object.&lt;/P&gt;&lt;P&gt;You created a local function group. Before it can receive function modules, you must activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the object list, use the right mouse button to select the function group FG_Tutorial you just created and choose Activate.&lt;/P&gt;&lt;P&gt;On the next screen choose Continue.&lt;/P&gt;&lt;P&gt;The function group is now active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create Global Data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within the function group you can declare global data. All function modules of this function group share this global data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Object Selection window open the directory tree Includes and double-click on LFG_TutorialTOP.&lt;/P&gt;&lt;P&gt;Choose Create « Change ( STRG+F1 ) and enter the following data declarations in the tool area:&lt;/P&gt;&lt;P&gt;TABLES spfli.&lt;/P&gt;&lt;P&gt;DATA spfli_workarea LIKE spfli.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check ( STRG&lt;EM&gt;F2 ) and activate ( STRG&lt;/EM&gt;F3 ) the include file.&lt;/P&gt;&lt;P&gt;Create a Function Module:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a function module that reads data from table SPFLI .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not yet in the Object Navigator, choose from the SAP Menu Overview à Object Navigator and display the function group FG_Tutorial .&lt;/P&gt;&lt;P&gt;In the Object selection window, use the right mouse button to select function group FG_Tutorial , and choose Create à Function module.&lt;/P&gt;&lt;P&gt;Enter as function module name XX_RFC_READ_SPFLI and replace XX with the initials of your name.&lt;/P&gt;&lt;P&gt;Enter a short description and choose Save.&lt;/P&gt;&lt;P&gt;The system lists the function module in the object list in a new directory Function modules, and displays it on the right side in the Function Builder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the Attributes tab and under Processing type choose Remote-enabled module.&lt;/P&gt;&lt;P&gt;Select the Import tab and enter in the appropriate columns the names of the import parameters: carrid with reference type like spfli-carrid and connid with reference type like spfli-connid . For each parameter set the Pass value flag.&lt;/P&gt;&lt;P&gt;Select the Export tab and enter in the appropriate columns the names of the export parameters: ex_spfli with reference type like spfli and sys with reference type like sy-sysid . For each parameter set the Pass value flag.&lt;/P&gt;&lt;P&gt;Select the Exceptions tab and enter the exception invalid_data .&lt;/P&gt;&lt;P&gt;Select the Source code tab.&lt;/P&gt;&lt;P&gt;The system copies the entries you made in the other tabs and creates a source text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Complete the function module with the actual flight data retrieval.&lt;/P&gt;&lt;P&gt;Compare your function with the model solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save the function module ( STRG+S ). When the note on remote-enabled function modules appears, choose Continue.&lt;/P&gt;&lt;P&gt;Check the function for errors ( STRG&lt;EM&gt;F2 ) and then activate it ( STRG&lt;/EM&gt;F3 ).&lt;/P&gt;&lt;P&gt;Test the Function Module:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose Test/Execute ( F8 ) or Function module à Test à Test function module.&lt;/P&gt;&lt;P&gt;As import parameter for CARRID enter LH ; for CONNID enter 400 . Leave the RFC target system line empty.&lt;/P&gt;&lt;P&gt;Choose Execute ( F8 ).&lt;/P&gt;&lt;P&gt;The system displays the export parameters EX_SPFLI and SYS in an additional table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a detailed display of the data select the value in line EX_SPFLI.&lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You created a function module and assigned it to a function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Continue With&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exercise 2: Implementing a Local Function Call&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make RFC function module, please set remote enabled in the attributes of function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also refer,&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE2/BCFESDE2.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE2/BCFESDE2.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE5/BCFESDE5.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE5/BCFESDE5.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESRFC/BCFESRFC.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESRFC/BCFESRFC.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE4/BCFESDE4.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE4/BCFESDE4.pdf&lt;/A&gt;&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;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 10:42:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615657#M600383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T10:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Steps for Creating  RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615658#M600384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;just refer to the link below&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g" target="test_blank"&gt;http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g&lt;/A&gt;    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;step by step procedure with screen shots&amp;lt;/b&amp;gt;		&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;gaurav&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz dont forget to reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 10:45:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615658#M600384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T10:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Steps for Creating  RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615659#M600385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;" please  see this  link here it was  given  with  screen  shot for all the  RFC 
" Creation&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://"&amp;gt;https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action&amp;amp;pageid=39728&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward  points if it is usefulll.....&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 10:47:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/steps-for-creating-rfc/m-p/2615659#M600385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T10:47:56Z</dc:date>
    </item>
  </channel>
</rss>

