Remote enabled rfc

hi gurus,
may i know is there any t-code which i can list out all of processing type = remoted enabled rfc? not the normal function modules.
please kindly advise.
thanks alot.

Hi,
You can check the list of Transitional RFC.
Run T-Code SM58  Change  the username to * and click on Execute button on top or press F8
Regards
Hiren K.Chitalia

Similar Messages

  • Remote Enabled RFC for Reading SMTP Adress out of ADR6

    Hi,
    just searching for a Remote Enabled Funtion which is able to return the SMTP Adress out of Table ADR6 for a given business Partner ID. (which needs also to be converted to ADDRNUMBER via BUT000 / BUT020 to match the Key Field of ADR6)
    Any hints for me ?
    Thanks
    Marco

    Marco,
    Use the following sequence of BAPI's:
    Call: BAPI_BUPA_ADDRESSES_GET,
    Then call:
    BAPI_BUPA_ADDRESS_GETDETAIL
    This will allow you to get the e-mail address for a given partner id.  You can write a wrapper bapi, to consoldiate the two steps into one process if needed.
    Take care,
    Stephen

  • Using remote enabled rfcs can we send data from one system to other..

    or do can we do this only b/w twp sap systems.
    why do we use bapis then.
    wat is its difference b/w rfc and bapi.

    Hi Jaya Krishna,
        RFC's can be accessed from non SAP systems also.
    Technically BAPIs are RFcs Function modules only.
    The only differenece is the business utility of them. The BAPIs have a standard Business functionality attached to them, like creation of an Order, Changing a Purchase document etc, Where as normal RFC function modules may or may not have a specific business functionality attached to them.
    Regards,
    Ravi

  • Remote enabled RFC pattern call in SE38

    Hi Folks,
    Suffering from a simple brain fade. 
    I have a custom RFC that has been built in an SRM system.  I wish to call it from a custom program in ECC6.  Is there a specific trick to getting the RFC structure into SE38, or do I have to a) Copy and paste the RFC structure from SRM, or b) type it out manually?
    Cheers,
    Stephen

    i think you should copy and paste the RFC structure

  • Remote enabled BAPI/RFC to create VACANCY in Recruitment

    Is there any Remote enabled BAPI/RFC to create VACANCY in Recruitment?
    I need to create VACANCY from external .Net program.
    Thanks.

    closing to post another question

  • Remote enabled BAPI/RFC to upload a Resume

    Is there any Remote enabled BAPI/RFC to upload a Resume and how to assign it to Applicant ?
    I need to upload Resume from a .Net program and assign it as attachment or otherwise to Applicant.

    The reason for posting it here is this:
    I used Remote Enabled FM BDS_BUSINESSDOCUMENT_CREATEF to create an attachment (.DOC word document) to APPLICANT Object. It works fine when executed from SE37.
    When I execute(call) from .Net code, I get exception "ERROR_KPRO".
    So I am looking for ANY way to attach or send Resume document into SAP and some how associating it with APPLICANT object, either by solving ERROR_KPRO or by suggesting any other way...
    Thanks for the response

  • Remote-Enabled BAPI/RFC for creating "Request Special Payment (SPSP)"

    Is there any Remote-Enabled BAPI/RFC for creating "Request Special Payment (SPSP)" which is one of the Personnel Change Requests under MSS ?
    Thanks.

    closing to post another question.

  • Remote-Enabled Method (wrt ABAP Objects)

    Hi All,
    Adhering to ABAP Objects, in my project, i am creating instance methods or static methods instead of Function modules.
    now i have a requirement, where some functionality needs to be invoked on another server using an RFC destination.
    if i create a function module,
    1)i can tick the radio button "Remote-Enabled Module" under the Attributes of function module and
    2)i can invoke it as
    CALL FUNCTION 'ZMY_FM' DESTINATION 'RFCDESTNAME'
         EXPORTING
         IMPORTING
    in such cases is it mandatorily required to create an FM like above, or can i avoid it by writing an equivalent instance method or static method
    if we replace the FM with a method, then
    1)how can i make the method rfc enabled, and
    2)what is the syntax of providing the rfc destination name while invoking method.
    Is there any other concept provided in ABAP Objects, that is recommended instead of "Remote-Enabled Function Modules"
    thanks in advance,
    Madhu_1980

    Hello Madhu
    If you look at the properties of any global class you will find that the DropDown list for "Category" contains item:
    30 = Proxy Class for Remote Interface
    For me this sounds like that there might be something in the pipeline of SAP to provide RFC-enabled methods. However, if and when this becomes true is probably unknown.
    Regards
      Uwe

  • What would be the effect of %_RFC in a custom remote enabled FM.

    Hi,
    I have a requirement where there already exists a customized Remote enabled function module which contains the code for retreiving the production order number range based on the selection criteria(workcenter,plant)  as follows:
    CALL FUNCTION 'ZPRODORD_WORKCENTER' %_RFC
         EXPORTING
           COLLECTIVE_ORDER = COLLECTIVE_ORDER
           I_ARBPL = I_ARBPL
           I_WERKS = I_WERKS
         IMPORTING
           RETURN = RETURN
         TABLES
           ORDER_NUMBER_RANGE = ORDER_NUMBER_RANGE
           ORDER_HEADER = ORDER_HEADER
    This function is used in an INCLUDE program.Here I would like to know the significance of %_RFC.Im not able to locate the actual program where this include is used using the where used list to find  out the value which may be passed during debugging as this may be called from another server.
    Edited by: Vineela S on Oct 1, 2011 7:22 PM

    Hi Naimesh,
    Thanks for your reply.
    But here if I check the function group in which the RFC is defined im able to find the following Includes:
    *   System-defined Include-files.                                 *
      INCLUDE LZPRODORDRFCTOP.                   " Global Data
      INCLUDE LZPRODORDRFCUXX.                   " Function Modules
    *   User-defined Include-files (if necessary).                    *
    *  INCLUDE LZPRODORDRFCF...                   " Subprograms
    * INCLUDE LZPRODORDRFCO...                   " PBO-Modules
    * INCLUDE LZPRODORDRFCI...                   " PAI-Modules
    INCLUDE LZPRODORDRFCF01.
    But in not able locate the include  LZPRODORDRFCV07 which i have mentioned above.
    I would also like to know what would happen if the %_RFC is removed.Would the addition of %_RFC affect the performance of the program in any manner.
    Im not able to execute the program myself as it is linked with another server.
    Regards,
    Vineela.

  • How to make function module remote enabled?

    I am trying to make the RSCRMBW_GET_CELL_DATA_BAPI function remote-enabled by choosing remote-enabled in the attributes tab in the function builder. When I try to activate the function, I get an error telling me that Reference parameters are not allowed with RFC. In order to get around this, I set each of the import parameters to pass value. This time, I get an error for Generic types not allowed in RFC. I change the I_NO_TEXTS type from C to CHAR50. Finally, I get an error for Type RSCRM_BAPI6111CD_LARGE_T is unknown. I am able to see this type in both the RSCRM type pool (to which the 'unknown' type belongs) and CL_RSCRMBW_BAPI>GET_CELL_DATA_V2 method (which calls the function). However the function builder still tells me that the Type RSCRM_BAPI6111CD_LARGE_T is unknown.

    Hi,
    You need do this in a work around way. My suggestion is you need to create wrapper function module (RFC enabled) with same paramters of fm RSCRMBW_GET_CELL_DATA_BAPI and inside this function module pass these parameters and call  fm RSCRMBW_GET_CELL_DATA_BAPI, then there is no need to change fm RSCRMBW_GET_CELL_DATA_BAPI

  • Message handling in remote enabled function module .

    Hello experts ,
    I am creating a remote enabled function module which must return a warning message based on certain condition . Inorder to meet the requirement  I have added this line in the Fm's source code :
    " Message Wxx(message class) with a ."
    But when I am trying to use it , the above given message is dispalyed as an error message . Could you please let me know where am I going wrong . TIA.
    Regards,
    Prakrita Kapoor.

    Hi Prakrita,
    Try building below code within the RFC after you have added return structure in your RFC parameters.
      IF sy-subrc NE 0.
        CLEAR message.
        message-msgty = 'E'.
        message-msgid = 'ZMI'.
        message-msgno = '001'.
        message-msgv1 =  ID.
      PERFORM return_message USING message
                                   CHANGING return.
      Endif.
      form return_message USING    VALUE(P_MESSAGE)   LIKE MESSAGE
                                   CHANGING P_RETURN  LIKE BAPIRETURN.
      CHECK NOT MESSAGE IS INITIAL.
      CALL FUNCTION 'BALW_BAPIRETURN_GET'
           EXPORTING
                TYPE       = P_MESSAGE-MSGTY
                CL         = P_MESSAGE-MSGID
                NUMBER     = P_MESSAGE-MSGNO
                PAR1       = P_MESSAGE-MSGV1
                PAR2       = P_MESSAGE-MSGV2
                PAR3       = P_MESSAGE-MSGV3
                PAR4       = P_MESSAGE-MSGV4
           IMPORTING
                BAPIRETURN = P_RETURN
           EXCEPTIONS
                OTHERS     = 1.
    endform.

  • DD_DOMA_GET  - remote enable?

    While importing any RFC from R3 to IR getting error -> The function module "DD_DOMA_GET" not released for 'remote' calls.
    I got solution from forum.
    1. Is FM DD_DOMA_GET remote enabled.Please change the DD_DOMA_GET to remote-enable.
    2. Then Try to import the IDOCs in your Integration
    Repository.
    3.Please also have a look in note 718320
    It was not clear if both (step1-developer key/change FM, step 3-apply OSS notes) are required? For step 3 basis help is required, hence confirming thanks.

    Hi,,
    <i>Symptom
    When you work with the MetadDataInterface (referred to below as the mdi), you receive different results depending on the R/3 back end from which the information is extracted.
    You also notice a difference in performance.
    Other terms
    MetaDataInterface, mdi, Adaptive RFC, access to R/3 back end
    Reason and Prerequisites
    Among other things, the Java API MetaDataInterface allows you to access R/3 data types from a Java environment. A prerequisite for receiving o the complete type information is that the necessary function modules in the back end are remote-enabled.
    Increasing demands on the mdi resulted firstly in function modules in the back-end system being remote-enabled or in the creation of new modules. For earlier releases, these function modules were created or changed in Support Packages. Therefore, they do not always exist in these releases.
    This may lead to different results, for example, if you use mdi in the context of Adaptive RFCs. This may also result in a loss of performance.
    Solution
    If you have not already done so by importing the relevant Support Package, you should make the DD_DOMA_GET module remote-enabled.
    You should also refer to the related note with regard to the new modules.</i>
    Regards
    Bhavesh

  • How to Create a Remotely Enabled Function Module

    Hi All,
    How to Create a Remotely Enabled Function Module.
    I Want to Create a FM Using Sample Data , This for Practice
    What Fields can i give in the Import and Export Parameters.
    Please Give me one Example
    Can Any one Give me the Steps to do this.
    Regards
    Vamsi

    Hi Vamsi,
    Lets do simple example where you will first create a RFC in one server (say A) and create normal program in othere server (say B). Finally you will call the RFC in A from B.
    Do the following steps for creating RFC in server A.
    1. log on to server A
    2. go to se37
    3. Edit -> function groups-> create function group and give the function group name (say ZGRP).
    4. create a FM ( say Z_TEST_RFC) in se37 providing the function group which is created just now.
    5. go to attribute tab -> choose remote-enabled module from processing type.
    so that your FM will become RFC.
    6. provide the import parameter in import tab.
    we will provide only two import parameters.
    - parameter name : P_NUM1, typing: TYPE, associated type : I & <b>check the pass value</b> (all the parameters of RFC must pass by value).
    - parameter name : P_NUM2, typing: TYPE, associated type : I & <b>check the pass value</b>
    7. provide the export parameter in export tab.
    parameter name : P_SUM, typing: TYPE, associated type : I & <b>check the pass value</b>
    8. write the given simple code in source code tab.
    FUNCTION Z_TEST_RFC.
    P_TOT = P_NUM1 + P_NUM2.
    ENDFUNCTION.
    Do the following steps for creating ABAP program which will call the RFC in server B.
    1. se38 - > creat a program.
    2. write the given simple code.
    data tot type i.
    call function 'Z_TEST_RFC' destination '<b>XXXXXX</b>'
      exporting
        p_num1 = 10
        p_num2 = 15
      importing
        p_tot = tot.
    write tot.
    please note that <b>XXXXXX</b> is RFC connection which is avialable in <b>sm59</b> transaction in server A.
    -go to sm59 - > abap connection (list of RFC connection configurations are avialable). choose server B connection and replace it of <b>XXXXXX</b> in the code.
    finally you can execute the normal abap program that will call the RFC and display the result.
    Regards,
    Sukhee

  • DD_DOMA_GET not remote enabled but system is 4.7

    Backend system is 4.7 that i try to connect from web dynPro project (portal)..It gives error say that
    "RFC_ERROR_SYSTEM_FAILURE: The function module "DD_DOMA_GET" not released for 'remote' calls."
    I have searched forum beceuse of the function is not remote enabled 4.6 and proposing to implement 717836,718320 snotes...But my system is 4.7 and these snotes are not suitable for my backend (4.7) system.
    What can i do?
    Best regards..

    Hi Tuncer Gorgun,
    Check whether your JCO Connections are active or not. If they are active, then the problem is with RFC only. If you need to activate the RFC , you can contact the BASIS team to do it.
    Thanks
    Suresh

  • How should tables be defined in remote-enabled function modules used in PI

    Hi,
    I know the outside-in development approach is best practice (although there is some conflicting viewpoints on the best approach for new developments, some favouring RFC).
    If I was to create a new remote-enabled function module in a backend system then import this into the Integration Repository what is the recommended parameter group for defining tables against the RFC?
    I've tested using import, export, changing and tables and they all work but SAP recommends not using the tables option anymore but when using import/export/changing option I receive a warning that using these parameters with deep/nested data types can lead to performance problems.
    Can someone offer any advice?
    Thanks,
    Alan

    > I've tested using import, export, changing and tables and they all work but SAP recommends not using the tables option anymore but when using import/export/changing option I receive a warning that using these parameters with deep/nested data types can lead to performance problems.
    You use import and export parameters, and avoid deep and nested structures.

Maybe you are looking for

  • Cascading select list issue in a tabular form

    hello, how can i implement cascading select list for filtering my tabular form report results. Like i want to have the cascading select list above the tabualr form report such that when i select the value and try to click a button, my tabular form re

  • Can I download itunes 11.1 if I have Mac OS X 10.6.8?

    I just updated my ipod touch 5 software to ios 7 and now my iMac is telling me I need to download itunes 11.1.  I have Mac OS X 10.6.8, but it is not allowing me to download itunes 11.1.  Please help.  Thank you!

  • Using large loaded jpg to heighten clarity/crispness?

    Hi There, I have a gallery on my flash site.  The way I'm working this is as follows: layer 1 that runs through all frames:  var loader1:Loader = new Loader(); when a button is clicked, the playhead goes to a certain frame and does this: loader1.unlo

  • SE 38 + Smartforms

    Dear Experts,                      I have mada a inspection certificate by using Smartform. in that have taken four tables in a page, no. of rows should be same in all tables, means suppose if there is 6 rows, so all table should have 6 rows. In a pa

  • Questions Re: Virtual Hosts & MAMP

    I hired a computer science student to install and configure MySQL, phpMyAdmin and virtual hosts on my MacBook Pro, but he screwed it up. So I tried to figure it all out myself once again. I finally downloaded a preconfigured package called MAMP. I no