<?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: How to create RFC function module and how to call this function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-function-module-and-how-to-call-this-function-module/m-p/1986299#M402745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the attributes tab, select radio button 'Remote-enabled module'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before calling this FM, check if you have acces to backend using FM 'BBP_GET_ACS_BACKEND'. Here, you need to pass sy-langu, sy-uname and logical system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the FM returns sy-subrc 0, then call your RFC FM. &lt;/P&gt;&lt;P&gt;If you do not use above FM, you may get dump error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: This FM 'BBP_GET_ACS_BACKEND' is related to SRM. So the above mentioned example is calling RFC FM in SRM system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        SKJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2007 21:01:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-28T21:01:54Z</dc:date>
    <item>
      <title>How to create RFC function module and how to call this function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-function-module-and-how-to-call-this-function-module/m-p/1986298#M402744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i want to know step for creating RFC function module and then How to  use this function module from some other sap system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks,&lt;/P&gt;&lt;P&gt;jigar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 20:54:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-function-module-and-how-to-call-this-function-module/m-p/1986298#M402744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T20:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create RFC function module and how to call this function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-function-module-and-how-to-call-this-function-module/m-p/1986299#M402745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the attributes tab, select radio button 'Remote-enabled module'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before calling this FM, check if you have acces to backend using FM 'BBP_GET_ACS_BACKEND'. Here, you need to pass sy-langu, sy-uname and logical system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the FM returns sy-subrc 0, then call your RFC FM. &lt;/P&gt;&lt;P&gt;If you do not use above FM, you may get dump error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: This FM 'BBP_GET_ACS_BACKEND' is related to SRM. So the above mentioned example is calling RFC FM in SRM system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        SKJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 21:01:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-function-module-and-how-to-call-this-function-module/m-p/1986299#M402745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T21:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create RFC function module and how to call this function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-function-module-and-how-to-call-this-function-module/m-p/1986300#M402746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;se37 lets you create an RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to access from another system, when you are setting up you need to click on 'Remote-Enable Module'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set your import parameters, and if you plan on returning a table from the RFC, you may need to create a structure to handle the return info (se11, Data Type)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then write your code!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used RFCs in connection with Visual Studio .NET - if you intend to do the same, SAP provides a connector.  Your BASIS admin will need to create another SAP id so that you can connect to your RFC/SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 21:04:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-function-module-and-how-to-call-this-function-module/m-p/1986300#M402746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T21:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create RFC function module and how to call this function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-function-module-and-how-to-call-this-function-module/m-p/1986301#M402747</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;RFC enabled FM are the FM with two difference.&lt;/P&gt;&lt;P&gt;1. The RFC enabled checkbox in attributes is checkecd.&lt;/P&gt;&lt;P&gt;2. Pass by Value is checked for all import/export/changing whichever you are using are selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check thsi for creating FM.&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_470/helpdata/en/d1/801ee8454211d189710000e8322d00/frameset.htm"&amp;gt;http://help.sap.com/saphelp_470/helpdata/en/d1/801ee8454211d189710000e8322d00/frameset.htm&amp;lt;/a&amp;gt;&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>Wed, 28 Feb 2007 21:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-function-module-and-how-to-call-this-function-module/m-p/1986301#M402747</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-02-28T21:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create RFC function module and how to call this function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-function-module-and-how-to-call-this-function-module/m-p/1986302#M402748</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;1. Create the RFC fm in target system and make it RFC enabled (select the RFC enabled radio buttion in the atributes tab)&lt;/P&gt;&lt;P&gt;2. Create RFC R/3 connection thru SM59 from source to target&lt;/P&gt;&lt;P&gt;3. Call the RFC fm from source using option "DESTINATION".&lt;/P&gt;&lt;P&gt;(here DESTINATION is RFC connection name)&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 21:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-function-module-and-how-to-call-this-function-module/m-p/1986302#M402748</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-02-28T21:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create RFC function module and how to call this function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-function-module-and-how-to-call-this-function-module/m-p/1986303#M402749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Create a FM in SE37 in Target system enabling Remote-Fucntion Enabled Usin attributes of FM.&lt;/P&gt;&lt;P&gt;2. Create the same FM in the Local system ( It's recommended for later debugging) create only the structure - NO Need to put the code and all.&lt;/P&gt;&lt;P&gt;3. Creata a RFC connection in SM59 mentioning Usernam and Password. &lt;/P&gt;&lt;P&gt;4. Using this RFC connctin name, Call the FM in u program using CALL FUNCTION ABC DESTINATION 'YZ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sy-subrc value &lt;/P&gt;&lt;P&gt;1 - System Failure&lt;/P&gt;&lt;P&gt;2 - Communication Failure&lt;/P&gt;&lt;P&gt;it is default sy-subrc values in RFCs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help.&lt;/P&gt;&lt;P&gt;please,close the thread if solved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ashwani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 23:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-function-module-and-how-to-call-this-function-module/m-p/1986303#M402749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T23:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create RFC function module and how to call this function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-function-module-and-how-to-call-this-function-module/m-p/1986304#M402750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jigar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; To implement a remote function module in ABAP, perform the following steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Register the module as remotely callable in the RFC server system. &lt;/P&gt;&lt;P&gt;In the function module Administration screen (transaction code SE37), set the field Can be called via REMOTE CALL. Registering a module as remote causes an RFC stub to be generated for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the code for the function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******&lt;/P&gt;&lt;P&gt;Create the destinations.....................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Displaying, Maintaining and Testing Destinations &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display, create or modify destinations, choose Tools ® Administration ® Administration ® Network ® RFC destinations or enter transaction code SM59. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remote Destinations are stored in table RFCDES. The RFCDES table describes logical destinations for remote function calls. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to maintain the RFCDES table directly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also access logical destinations via the Implementation Guide (IMG) by choosing Tools ® AcceleratedSAP ® Customizing ® Execute Project ® SAP Reference IMG. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Implementation Guide, expand the following hierarchy structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basis&lt;/P&gt;&lt;P&gt;Application Link Enabling (ALE) &lt;/P&gt;&lt;P&gt;Sending and Receiving Systems&lt;/P&gt;&lt;P&gt;Systems in Network&lt;/P&gt;&lt;P&gt;Define Target Systems for RFC Calls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Displaying Destinations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The initial screen for this transaction displays a tree:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Different connection types (i.e. partner systems or programs) are possible. For further information, see Types of Destinations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display all information for a given destination, double-click it, or place the cursor on it and press F2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To search for a destination, press the Find button and specify your selection. You get a list of all entries matching your selection. Place the cursor on the one you want, and press F2 or simply double-click the destination. All information for the given entry appears. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating Destinations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the destinations overview screen (transaction code SM59), the connection types and all existing destinations are displayed in a tree structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All available connection types are explained in Types of Destinations. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a new RFC destination, press the Create button. A new screen is displayed with empty fields for you to fill in. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create a new destination &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you create a remote destination, you can specify a particular application server or a group of servers for a balanced distribution of system load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For details of the destination parameters, see Entering Destination Parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changing Existing Destinations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the destinations overview screen (transaction code SM59), the connection types and all existing destinations are displayed in a tree structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can display all information for a given destination by double-clicking it or pressing F2 on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To change an existing destination, double-click it, or place the cursor on it and press the Change button. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For details of the destination parameters, see Entering Destination Parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Testing Destinations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To test a destination, choose the appropriate function from the Test menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connection (also available via the Test connection pushbutton)&lt;/P&gt;&lt;P&gt;Authorization (checks logon data)&lt;/P&gt;&lt;P&gt;Local network (provides a list of application servers)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the CALL FUNCTION statement to call remote functions, just as you would call local function modules. However, you must include an additional DESTINATION clause to define where the function should run:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION RemoteFunction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESTINATION Dest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt; f1 =...&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; f2 =...&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;IMPORTING &lt;/P&gt;&lt;P&gt; f3 =...&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;TABLES &lt;/P&gt;&lt;P&gt; t1 =...&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXCEPTIONS......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field Dest can be either a literal or a variable: its value is a logical destination (for example, "hw1071_53") known to the local SAP System. Logical destinations are defined in the RFCDES table (or the TRFCD table in R/2 Systems) via transaction sm59 or the following menu path: Tools ® Administration, Administration ® Network ® RFC destinations. You can also access logical destinations via the Implementation Guide (IMG) by choosing Tools ® Customizing ® Enterprise IMG. In the Implementation Guide, you can then choose Cross-application components ® ALE ® Communication ® Define RFC destination. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The remote function call concept, for example, allows you to access a function module in an R/2 System from an ABAP program in an R/3 System. If you want to read a customer record from your R/2 System&amp;#146;s database, create a remotely callable function module in the R/2 environment which retrieves customer records. Call this function from your R/3 System using a remote function call and listing the destination for the target R/2 System:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 03:18:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-function-module-and-how-to-call-this-function-module/m-p/1986304#M402750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T03:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create RFC function module and how to call this function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-function-module-and-how-to-call-this-function-module/m-p/1986305#M402751</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;Refer to the link below:&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;It contains pdf document on RFC programming in ABAP &amp;amp; to call RFC betwen two SAP systems , all you have to do is  insert a 'CALL FUNCTION' statement with the addition of the 'DESTINATION' parameter pointing to your destination SAP system. A list of RFC destinations can be viewed via transaction SM59. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;call function 'Z_GET_USER_IDS' destination 'DEV_500'&lt;/P&gt;&lt;P&gt;  importing&lt;/P&gt;&lt;P&gt;      userid = ld_userid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope this helps.&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sipra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 05:07:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-function-module-and-how-to-call-this-function-module/m-p/1986305#M402751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T05:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create RFC function module and how to call this function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-function-module-and-how-to-call-this-function-module/m-p/13748480#M2028848</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How to create the multiple range select option in RFC.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Awais_syed77786_0-1719906239005.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/131110i622384403386E0EE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Awais_syed77786_0-1719906239005.png" alt="Awais_syed77786_0-1719906239005.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After constructing the structure, create a range ZT_RANGE for multiple selection.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Awais_syed77786_1-1719906361222.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/131113iB735E5BE5EA0F30F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Awais_syed77786_1-1719906361222.png" alt="Awais_syed77786_1-1719906361222.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;*--------Added by Awais Syed-----------*&lt;/P&gt;&lt;P&gt;*------Ranges for Company Code BUKRS------*&lt;BR /&gt;LOOP AT lt_bukrs INTO ls_bukrs.&lt;BR /&gt;IF ls_bukrs-low IS NOT INITIAL AND ls_bukrs-high IS INITIAL.&lt;BR /&gt;r_bukrs-sign = 'I'.&lt;BR /&gt;r_bukrs-option = 'EQ'.&lt;BR /&gt;r_bukrs-low = ls_bukrs-low.&lt;BR /&gt;r_bukrs-high = ls_bukrs-high.&lt;BR /&gt;APPEND r_bukrs.&lt;BR /&gt;ELSEIF ls_bukrs-low IS NOT INITIAL AND ls_bukrs-high IS NOT INITIAL.&lt;BR /&gt;r_bukrs-sign = 'I'.&lt;BR /&gt;r_bukrs-option = 'BT'.&lt;BR /&gt;r_bukrs-low = ls_bukrs-low.&lt;BR /&gt;r_bukrs-high = ls_bukrs-high.&lt;BR /&gt;APPEND r_bukrs.&lt;BR /&gt;ENDIF.&lt;BR /&gt;ENDLOOP.&lt;BR /&gt;*-----Ended Ranges for Company code BUKRS------*&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Awais Syed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 07:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-rfc-function-module-and-how-to-call-this-function-module/m-p/13748480#M2028848</guid>
      <dc:creator>Awais_syed77786</dc:creator>
      <dc:date>2024-07-02T07:52:28Z</dc:date>
    </item>
  </channel>
</rss>

