RFC callback

Hi, I have a RFC question:
I have the next R/3 situation:
R/3 (source system)  ---> RFC function for price obtain --> R/3 (destination system) --> Callback RFC function --> R/3 (source system)
In an on-line execution a report ask for the sales price in another R/3 system (via RFC), the source system show the price in the executed report. It´s possible (without functionality changes) do this with RFC adapter.
Thanks.

Tanks Peter.
My problem isn´t execute a report with a RFC.
I have a report that need info from another R/3 system, it´s possible obtain this info via RFC/XI. I think that callback is not allowed by RFC Adapter, but there is another option ?.
Example: I have a report that show the material price, actually (connection without XI) i call an RFC function to obtain the selected materials in another R/3 system, and the report show this info. Now with XI/RFC adapter it´s possible use a RFC for this propose, or i need change my report. How can i do this change? The RFC via XI can return materials price?
Regards, Raúl.

Similar Messages

  • RFC callback check not secure

    Hi,
    When I run transaction SM59 it shows " RFC callback check not secure" above for all the rfc Connections.
    And it is causing so many problems Does any one have an Idea About that error?
    Best Regards,
    RAFIK,

    ============================================
    Logon and Security - Connectivity - SAP Library
    Callback Whitelist (only available for types 3 and T)
    Using the callback whitelist you can allow callbacks from specified function modules. Select the checkboxWhiteliste active to activate the whitelist.NoteThe actual activity of the whitelist depends on the value set for profile parameterrfc/callback_security_method:
    0: All whitelists are invalid, even the active ones.
    1: Only active whitelists are valid
    2: Only active whitelists are valid. However, also (invalid) inactive whitelists generate an entry in the security audit log if a callback is received from this destination that would have been rejected by the whitelist if active.
    3: All whitelists are valid, even the inactive ones.
    ============================================
    So you have to maintain the callback whitelist and set the parameter to 3 to get rid of the red traffic light
    BR
    Zoltan

  • Did anyone get RFC callback to work?

    Netters,
    I cannot get a simple RFC callback to work. From an earlier post, the steps were:
    1. Create the client class.
    2. Create the server class.
    3. Assign the "CallbackServer" property of the client class to the server class.
    Sounds simple enough. However, there is one thing that is confusing. The generated server class takes two arguments in the constructor. The first argument is the list of string arguments and the second argument is an instance of ServerHost class. I guess these arguments make sense if I am writing a standalone server. In case of RFC callback, are we supposed to pass null as the arguments?
    I tried using null parameters but still couldn't get the callback to work. Does anyone have a trivial example that you don't mind sharing?
    Even though the connector is in beta stage, we have already started using it for our customers. The hope is that we would get the callback to work.
    Thank you in advance for your help.
    Pradeep

    I just set mine up this evening. I bought it for the same reason as you (to stack). Worked Fine right out of the box. (My Mac wont read the CD that came with it though)
    If you want to rename then you need to connect direct to the Mac.
    One thing I am sure that I read in one post is that you may get interference from the hard drive which can effect the performance of the AEBS. I noticed this as well but have not experimented further.

  • JCO3 Server: How to invoke a RFC callback to client

    Dear Community,
    i have created a working jcoserver program.
    Now this program needs additional information from client (in this case a sap-system).
    In classic RFC Lib and in Netweaver RFC SDK i can find some samples how to do this.
    Look here:
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5070f62a-6acd-2c10-8cb5-858ef06adbb9?QuickLink=index&…
    Page 10-12 and Page 16 contain information how to do this.
    But i can't find anywhere an example for JCO3 or a documentation.
    Is someone able to point me into the right direction or has a working code-snipplet?
    Kind Regards,
    Tom

    Hi Markus,
    oh, that is to easy, As i'm converting from Classic-C such easy ways are simply overlooked.
    Correct code is then:
    //JcoFunctionTemplate "temp" is initialized before
    JCoFunction func = temp.getFunction();
      func.execute ( JCoDestinationManager.getDestination ( "BACK" ) );
    right?
    Thank's a lot Markus, you helped me very much!
    Is there any documentation where one can find out about such build ins ?
    Not only related to JCO, similar for build in rfc function in server programs like RFC_DOCU and so on ?
    Best regards,
    Tom

  • Call an RFC as a Workflow step

    Hi,
    I need to integrate inside a workflow (designed via Process Composer) a call to a backend RFC.
    In detail, I need to make a callback to the backend when a process is created to register the successful creation of the process itself.
    So it should be something like this:
    START --> AUTOMATED RFC CALLBACK --> Workflow tasks --> END
    I'm trying adding an EJB and linking it to the workflow with a Mapping Activity, but I'm not sure that I'm doing the right thing.
    I've found a SAP guide that shows how to call an EJB from a workflow with a Mapping Activity but I'm having problems making things work.
    Can someone suggest me if this is the right way to get the things done?
    As a side note:
    I work in a multi-track development environment. Every track has inside a project representing a specific workflow. Could it be possible to have a single EJB, placed in a track, to handle all the callback request from all the workflows from different tracks?
    Thank you,
    Pietro

    Hi,
    a little update...
    I've made the EJB work! This is an excerpt of the code:
    @Stateless
    public class ActivationCallbackBean implements ActivationCallbackLocal {
         // FUNCTION NAMESPACE
         private static final String NAMESPACE_FUNCTION_PARAMETER = "mycompany.com/mctfc_invoice_approve";
         // PARAMETER NAMES
         private static final String P_ID = "ID";
         // PARAMETER LOOKUP NAME
         private static final String NAME_PROPERTY_INPUT_ID = SdoRenamingHelper
         .renameXsdElementToSdoProperty(new QName(
                   NAMESPACE_FUNCTION_PARAMETER, P_ID), false);
         public DataObject invokeSdo(DataObject input, InvocationContext invContext) {
              boolean isBackendCallSuccessful = true;
              Type typeInput = input.getType();
              String id = input.getString(typeInput
                        .getProperty(NAME_PROPERTY_INPUT_ID));
    Now, as I said I have multiple workflows and I'd like to have only one EJB to handle all the calls. In order to do that I've added a special input parameter to discriminate which workflow is the "caller". But I've got a problem. When I define in Process Composer an EJB Function under "Rules and functions" in order to point to the EJB, i got a fixed value for the namespace.
    Since the namespace is mandatory to retrieve the input values in the EJB and the namespace is based on the workflow I'm working with:
    NAMESPACE_FUNCTION_PARAMETER = "mycompany.com/mctfc_invoice_approve";
    (mctfc_invoice_approve is the name of one of the workflows) what can I do to have only one EJB and overcome this limitation? Is this possible?
    Thank you,
    Pietro
    Edited by: pietro.m on Apr 4, 2011 5:09 PM

  • Using JCO with callback

    Hi,
    I'm not sure if there may be a better forum for my problem as I'm not using JCO on an application server (but I couldn't find a better one).
    I'm currently trying to call some function modules that use callbacks. in order to have a easy understandable example I tried to call the function "STFC_CONNECTION_BACK". Well, as soon as I request a callback the program terminates with some kind of error (the error itself doesn't help me).
    Has anybode here ever tried to implement necessary RFC-Callbacks using JCO? I'm curious that i couldn't find any documentation about callbacks regarding JCO while LIBRFC or .NET-Connector seem to cover that topic.
    Any helpful answer will be rewarded,
    thanks in advance,
    Michael

    Hi,
    After getting the value list from the r/3 you need to addthe value list into an arraylist and then set the arraylist in the application scope.
    Now use the html:options collection tag :
    eg
    <html:select property="selectedItem">     <html:options collection="customers" value="id" label="name" /></html:select>
    Where customers is the bean name.
    This is will solve the problem
    Thanks
    Ritu

  • BAPI_DOCUMENT_CREATE2 fails in Background

    Hi everyone,
    I wrote an ABAP-report calling BAPI 'BAPI_DOCUMENT_CREATE2'.
    This ABAP has to create a document and upload files per FTP into DMS (Checkin)
    Works Online fine (cause the BAPI avoids FTP as a GUI is online available)  but miserably fails in background:
    Message: RFC callback calls are not allowed in the ABAP...
    This message comes from a failed call of the FM 'SYSTEM_START_REG_SERVER'
    in the FM  'CV120_FTP_START_REG_SERVER' as described in an old thread (Error in Check in of Originals by BAPI In background)
    Sample of the BAPI-call:
      CALL FUNCTION 'BAPI_DOCUMENT_CREATE2'
        EXPORTING
          documentdata         = documentdata
          pf_ftp_dest          = 'SAPFTPA'
        IMPORTING
          documenttype         = documenttype
          documentnumber       = documentnumber
          documentpart         = documentpart
          documentversion      = documentversion
          return               = return
        TABLES
          documentdescriptions = documentdescriptions
          objectlinks          = objectlinks
    *      documentstructure    = documentstructure.
    *      documentfiles        = documentfiles
    *      documentstructure    = documentstructure.
          documentfiles        = documentfiles.
    I tried a lot, even in 2 steps (first create the doc per BAPI, second checkin per call of CVAPI_DOC_CHECKIN)
    but in everycase, i always get the same problem...
    Any help will greatly be appreciated : i daily and manually (ok, even if 1 report launch per day is sufficent) have to upload aprox.
    2000 PDFs ...
    Thanks in advance for answering...
    Edited by: Guillaume Delorme on May 5, 2010 11:08 AM

    Hi everyone,
    Due to holidays, i gotta  post under another account...
    There was a logical mistake in my problem:
    -> i thought i had to do the physical checkin of the files while or after the BAPI_DOCUMENT_CREATE2-call.
    In my case, the content-server is reachable from the app-server as it's been defined in the AL11.
    The content-server is directly defined in table TDWD with complete directorypath as a vault-server (NO DVA-VAULT).
    The SAP-FBs do actually handle two cases for file-checkin that can suit my concern::
    -> DVA-Vault?->FTP-Connect for filetransfer
    -> No DVA-Vault? ->Local GUI-Upload  for filetransfer
    For background-processing fails always the GUI-Upload -> normal
    I don't use any DVA-Vault -> i must do something else.
    Solution: Ridiculously easy...
    *-> FIRST :Physical Checkin over a stupid TRANSFER DATASET for the file.
    *If OK:
    *->SECOND: Call of  BAPI_DOCUMENT_CREATE2 with reference to the transferred File
    *      ->Structure BAPI_DOC_DRAW2:
    *          -> Short Dataname in BAPI_DOC_DRAW2-docfile1
    *          -> Datacarrier in BAPI_DOC_DRAW2-datacarrier1 (actually the key for the VAULT-server)
    *          -> App.type in BAPI_DOC_DRAW2-wsapplication1.
    *          -> Description, Documentype, username, laboratory are must-fields with my customizing too.
    *       ->Internal Table BAPI_DOC_FILES2:
    *          -> Short Dataname in BAPI_DOC_FILES2-docfile
    *          -> Datacarrier in  BAPI_DOC_FILES2-storagecategory (actually the key for the VAULT-server)
    *          -> App.type in BAPI_DOC_FILES2-wsapplication.
    *          -> no other fields required for this table
    *       ->(...)
    *endif.
    Now it runs fine every 5 minutes and i handle about 3000 documents a day...
    I give points to Phillip van den Heever who reminded me the AL11-Setting and i mark this topic solved as soon as i can...
    Thanks to everyone and greets,
    Guillaume Delorme

  • Error in Check in of Originals by BAPI In background

    Hi Friends
    We have requirement to check in the documents in DMS in background mode using  BAPI_DOCUMENT_CHECKIN_REPLACE2 . Original files are stored on
    application server in folder G: drive . When I run this BAPI  in foreground mode it runs
    fine. But in background mode it gives error u2018Program no longer
    started via RFCu2019. No return possible.u2019 I debugged the BAPI and found that error occurs at
    function module 'CV120_FTP_START_REG_SERVER in include LCV120F06.
    Error occurs when it calls SYSTEM_START_REG_SERVER.
    When this program runs in background it is unable to find SAPGUI.
    That is why it fails while calling  function module RFC_PING inside function module
    CV120_FTP_START_REG_SERVER at line 28.
    I have referred note 505891 for DMS related issues.
    But when this BAPI runs in background it fails to check in.
    We have also requirement to check in files located at remote FTP location.
    Whether this is possible or not.
    With Regards
    Mangesh Pande

    Hi Mangesh,
    I'm facing the same problem, could you please give us some further explanations?
    ->Files are on the same server
    ->Checkin always fails (RFC-Callback not allowed)
    ->online works always fine (sure: with gui-download instead of FTP->No probs)...
    Does it mean, i need a special Storage category? the one i have has the vault-Indicator...
    Thanks in advance for any information and greetings from France...
    Guillaume Delorme
    Edited by: Guillaume Delorme on May 5, 2010 10:15 AM

  • Installing ST-A/PI Addon : "OCS package SAPKITAB9L does not match the current software component vector"

    Dear Gurus,
    When i try to install ST-A/PI Addon from SPAM and select queue : OCS package SAPKITAB9L does not match the current software component vector
    My downloads ;
    1 - SAPKITAB9J ==> CSN0120061532_0073055.PAT  (ST-A/PI , 01Q_731 , Package Level=0000) downloaded from
    ST-A/PI 01Q_731 (INSTALLATIONS AND UPGRADES)
    2 - SAPKITAB9K==> CSR0120031469_0081131.PAT  (ST-A/PI , 01Q_731 , Package Level=0001) downloaded from
    ST-A/PI 01Q_731 (SUPPORT PACKAGES AND PATCHES)
    3 - SAPKITAB9L==> CSR0120031469_0076956.PAT   (ST-A/PI , 01Q_731 , Package Level=0002)
    ST-A/PI 01Q_731 (SUPPORT PACKAGES AND PATCHES)
    I placed them under EPS and uploaded succesfully when i "Load Packages" from " "from Application Server"
    What could be problem ?
    Here is system components ;
    SAP_BASIS
    740
    0005
    SAPKB74005
    SAP Basis Component
    SAP_ABA
    740
    0005
    SAPKA74005
    Cross-Application Component
    SAP_GWFND
    740
    0005
    SAPK-74005INSAPGWFND
    SAP Gateway Foundation 7.40
    SAP_UI
    740
    0006
    SAPK-74006INSAPUI
    User Interface Technology 7.40
    PI_BASIS
    740
    0005
    SAPK-74005INPIBASIS
    Basis Plug-In
    ST-PI
    2008_1_710
    0007
    SAPKITLRE7
    SAP Solution Tools Plug-In
    BI_CONT
    757
    0001
    SAPK-75701INBICONT
    Business Intelligence Content
    BI_CONT_XT
    757
    0001
    SAPK-75701INBICONTXT
    Business Intelligence Content for Bobj I
    SAP_BW
    740
    0005
    SAPKW74005
    SAP Business Warehouse
    CPMBPC
    801
    0005
    SAPK-80105INCPMBPC
    CPM Business Planning and Consolidation
    POASBC
    100_731
    0005
    SAPK-10205INPOASBC
    POA Shared Business Components

    in 000 client but now i am getting DUMP ;
    Category               ABAP Programming Error
    Runtime Errors         CALLBACK_REJECTED_BY_WHITELIST
    ABAP Program           SAPLSTPA
    Application Component  BC-CTS
    What happened?
        An RFC callback has been prevented due to no corresponding whitelist
        entry being configured. The original RFC called function module "RFC_TP" in
        the target system with destination "CALLTP_WindowsNT". The callback called
         function
        module "TRINT_PROGRESS_INDICATOR" in its own system.
    Error analysis
        Function module "RFC_TP" was called. This execute an RFC callback via ABAP
        statement CALL FUNCTION 'TRINT_PROGRESS_INDICATOR' DESTINATION 'BACK'
        . This action resulted in this ABAP short dump.
        This action was triggered explicitly by the application in transaction
        "SAINT               " and in ABAP main program "SAPLSAINT_UI".

  • Error in check in the ESS in the development Tab of CMS

    In our project ESS/MSS is already implemented.
    We are to chnge some iview so we have implemented NWDI and Under XSSTrack i have checked in all the below .sca file.
    SAPESSXX_0-20000512.sca (&#56256;&#56518; SAP ESS 600)
    SAPPCUIGPXX_0-20001215.sca (&#56256;&#56518; SAP PCUI GP 600)
    SAPMSSXX_0-20000503.sca (&#56256;&#56518; SAP MSS 600)
    SAPBUILDTXX_1-10003479.sca (&#56256;&#56518; DI BUILD TOOL 7.00)
    SAPJEEXX_0-10003469.sca (&#56256;&#56518; SAP J2EE ENGINE 7.00)
    SAPJTECHSXX_0-10003467.sca (&#56256;&#56518; SAP JAVA TECH SERVICES 7.00)
    But in development Tab when i tried to import the ESS 600.sca then I got the below error:
    Info:conflict: conflict in workspace XSSTrack/sap.com_SAP_ESS/dev/inactive: /dtr/ws/XSSTrack/sap.com_SAP_ESS/dev/inactive/DCs/sap.com/ess/skl/_comp/src/packages/com/sap/xss/hr/skl/confirmation/Confirmation.wdcontroller
    Info:conflict: conflict in workspace XSSTrack/sap.com_SAP_ESS/dev/inactive: /dtr/ws/XSSTrack/sap.com_SAP_ESS/dev/inactive/DCs/sap.com/ess/skl/_comp/src/packages/com/sap/xss/hr/skl/confirmation/Confirmation.wdcontroller.xlf
    Info:conflict: conflict in workspace XSSTrack/sap.com_SAP_ESS/dev/inactive: /dtr/ws/XSSTrack/sap.com_SAP_ESS/dev/inactive/DCs/sap.com/ess/skl/cfg/_comp/src/_pcd/fpmviews_0_cd25f497ff392fad4592bc42e7d7b580/fpmviews_0.ept
    Info:conflict: conflict in workspace XSSTrack/sap.com_SAP_ESS/dev/inactive: /dtr/ws/XSSTrack/sap.com_SAP_ESS/dev/inactive/DCs/sap.com/ess/skl/cfg/_comp/src/_pcd/fpmviews_0_cd25f497ff392fad4592bc42e7d7b580/fpmviews_0.xlf
    Info:conflict: conflict in workspace XSSTrack/sap.com_SAP_ESS/dev/inactive: /dtr/ws/XSSTrack/sap.com_SAP_ESS/dev/inactive/DCs/sap.com/ess/skl/cfg/_comp/src/_pcd/skillsapplication_7b1a5642a463464d9f6b688af449d38f/skillsapplication.ept
    Info:conflict: conflict in workspace XSSTrack/sap.com_SAP_ESS/dev/inactive: /dtr/ws/XSSTrack/sap.com_SAP_ESS/dev/inactive/DCs/sap.com/ess/skl/cfg/_comp/src/_pcd/skillsapplication_7b1a5642a463464d9f6b688af449d38f/skillsapplication.xlf
    Info:Check for conflicts in XSSTrack/sap.com_SAP_ESS/dev/inactive
    Please give me sol to resolve this issue.

    Hi Mangesh,
    I'm facing the same problem, could you please give us some further explanations?
    ->Files are on the same server
    ->Checkin always fails (RFC-Callback not allowed)
    ->online works always fine (sure: with gui-download instead of FTP->No probs)...
    Does it mean, i need a special Storage category? the one i have has the vault-Indicator...
    Thanks in advance for any information and greetings from France...
    Guillaume Delorme
    Edited by: Guillaume Delorme on May 5, 2010 10:15 AM

  • Creating attachments in background

    Hi,
    I have a PDF document stored on my C: drive. I want to attach it to a RFQ in background.
    RFQ is getting created by a RFC which is called from a third party(Non SAP) system.After the RFQ is created, the file in C: drive should automatically get attached to the created rFQ.
    I have seen that the function module SO_DOCUMENTS_NAMAGER can be used to read and create a document in SAP. Later we can use BINARY_RELATION_CREATE to create the link between invoice and the document.Problem is these use Frontennd Services.
    If I execute these function modules in SAP GUI, it works fine. But when the call is made from a third part system in background, these functions give a DUMP "CNTL_ERROR" in CL_GUI_FRONTEND_SERVICES->CONSTRUCTOR.
    Any one has any idea of how a document can be read in background without using Frontend services.
    Thanks,
    Prasanna

    HI Raja,
    I tried this and I got a dump 
    "CALL_XMLRFC_BACK_REJECTED   "
    ShortText                                                 RFC callback calls are not allowed in the current ABAP program                    
    What hapenned?                       
    The function module "RFC_START_PROGRAM" is to be called as Remote Function Call with destination 'BACK' (RFC Callback) in the ABAP context "SAPMHTTP ", but an RFC callback from the program "SAPMHTTP " was prevented explicitly.This is due to an application problem. The active transaction was " ".            
    Error in the ABAP application program.                                            
    The running ABAP program "SAPLSYSE" had to be terminated because a statement cannot be executed.                                                
    Erroranalysis                                             In the main program "SAPMHTTP ", it was determined that no RFC callbacks are to be called in its ABAP context. Now, a function module was called that has executed an RFC callback via the ABAP statement CALL FUNCTION 'RFC_START_PROGRAM'                              DESTINATION 'BACK'                                                                
    This action was explicitly executed by the application in the transaction " " and in the ABAP main program "SAPMHTTP ". This is due to an application problem.                                                              
    Do you have any idea  of why this dump is coming.
    I am calling BDS_BUSINESSDOCUMENT_CREATEF in a Custom RFC Z_RFQ_CHANGE. This Z_RFQ_CHANGE is called from a third party system.
    Thanks,
    Prasanna

  • R/3 Extraction User Exit: check bw system?

    Hi,
    we have connected two bw systems 'A' and 'B' to one sap r/3 system.
    We are using the r/3 extraction user exit (RSAP0001).
    The coding in the user exit will depend on the bw system.
    Is there any possibility to check in the coding using a parameter or variable which bw system is actually extracting data?
    Thanks for you help.

    Hello Marc,
    I tried the RFC callback method. Unfortunatel it does not work. I got an ABAP dump "CALL_FUNCTION_NO_SENDER":
    Program not started via RFC. No return possible.
    You attempted to execute an RFC call with the DESTINATION "BACK", but this destination is a reserved word and denotes and signifies a return to the calling program.                                       
    The current program was not called via RFC ('Remote Function Call').   
    It seems that the bw system starts a separate job on the sap r/3 system (sm37) for extracting the data and so no rfc information is available.
    Regards,
    Lothar

  • Whitelist for dynamic destination SM59

    Hi All,
    In SM59 screen, i see an red alert symbol No RFC call back check (rfc/callback_security_method undefined).
    Also an entry Whitelist for dynamic destination
    What are these entries? Is this required?
    Can these entries(Whitelist) be removed from the the screen?
    rfc/callback_security_method is dynamically switcable but not able to change the value to from RZ11. Does this needs to be declared in profile parameter first? If so what value needs to be set?
    Kindly let me know, I read the documentation for rfc/callback_security_method. Not sure what value to be set.
    Parameter
    rfc/callback_security_method
    Short text
    Permit or deny execution of RFC callbacks in accordance with configured whitelist and write corresponding entry in Security Audit Log.
    Parameter Description
    Value 0: Emergency mode (fallback).
    If callbacks have been forbidden by a previous call of the function module RFC_CALLBACK_REJECTED, the callback is rejected. Otherwise, the callback is executed.
    All whitelist entries for RFC callbacks (including the active entires) are ignored.
    Value 1: Default mode (compatibility mode).
    If callbacks have been forbidden by a previous call of the function module RFC_CALLBACK_REJECTED, the callback is rejected.
    If the callback is forbidden by an active whitelist, it is rejected.
    In all other cases, the callback is permitted.
    Every permitted callback is logged in the Security Audit Log with a "non-critical" (green) entry. Every rejected callback is logged with a "critical" (red) entry.
    Value 2: Simulation Mode.
    If callbacks have been forbidden by a previous call of the function module RFC_CALLBACK_REJECTED, the callback is rejected.
    If the callback is forbidden by an active whitelist, it is rejected.
    In all other cases, the callback is permitted.
    Every rejected callback is logged with a "critical" (red) entry in the Security Audit Log. Every permitted callback, which would have been rejected if the whitelist had been activated, is also logged with a "critical" (red) entry in the Security Audit Log. All other permitted callbacks are logged with a "non-critical" (green) entry.
    Value 3: Most Secure Mode:
    If callbacks have been forbidden by a previous call of the function module RFC_CALLBACK_REJECTED, the callback is rejected.
    If the callback is forbidden by an active or inactive whitelist, it is rejected. (Note that, in this mode, an inactive whitelist has the same effect as an active whitelist.)
    In all other cases, the callback is permitted.
    Every rejected callback is logged with a "critical" (red) entry in the Security Audit Log. Every permitted callback is logged with a "non-critical" (green) entry.
    Regards
    Shashi

    Hi,
    I think you are not able to switch rfc/callback_security_method parameter due to sap user roles missing. Can you attach the error you get once you try to edit this parameter?
    In case you wanto to switch the parameter rfc/callback_security_method to 2 please notice that you have to create the audit log from SM19 transaction before.
    Moreover take into account that it still not possible to set rfc/callback_security_method=3 due to a bug with the transportation tool. See note 1992755  http://service.sap.com/sap/support/notes/1992755
    Regards.
    Antonio

  • SM59 issue

    Dear All,
    I have installed SAP NW system, while running sm59 screen i ma getting the attached message in screen top rest RFC connections are showing.
    How can we resolved the issue.
    Please sugegst

    Hi Basis,
    pls refer below links,
    Logon and Security - Connectivity - SAP Library
    Security Issues - Connectivity - SAP Library
    RFC callback server not available
    Regards
    KN

  • SAP R/3 installation - FRF-00007  Unable to open RFC connection

    Hi all
    I install SAP R/3 Enterprise SR1 with SuSE Linux Enterprise server 9 and SAPDB 7.3.28. At the end of the installation exactly on the " Starting RFC Jobs (post processing" the following problem begins.
    <b>in the LOG INSTALLATION PROGRESS</b>
    See '/sapmnt/RRP/exe/startsap all DVEBMGS00' output in '/sapinstdb/startsap.log'.
    INFO 2006-07-27 16:50:47
    '/sapmnt/RRP/exe/startsap all DVEBMGS00' returned with '0'.
    PHASE 2006-07-27 16:50:49
    Prepare Starting RSWBOINS, RADDBDIF
    INFO 2006-07-27 16:50:49
    RFC parameter CLIENT was set to value 000.
    INFO 2006-07-27 16:50:49
    RFC parameter USER was set to value DDIC.
    INFO 2006-07-27 16:50:49
    RFC parameter LCHECK was set to value 1.
    INFO 2006-07-27 16:50:49
    RFC parameter PCS was set to value 1.
    INFO 2006-07-27 16:50:49
    RFC parameter LANG was set to value EN.
    INFO 2006-07-27 16:50:49
    RFC parameter ASHOST was set to value rpone.
    INFO 2006-07-27 16:50:49
    RFC parameter SYSNR was set to value 00.
    INFO 2006-07-27 16:50:49
    RFC connection information checked successfully.
    ERROR 2006-07-27 16:50:59
    FRF-00007  Unable to open RFC connection.
    ERROR 2006-07-27 16:50:59FRF-00063  RFC logon failed with message: Connect to SAP gateway failedConnect_PM  GWHOST=rpone, GWSERV=sapgw00, ASHOST=rpone, SYSNR=00
    ERROR 2006-07-27 16:50:59
    FJS-00012  Error when executing script.
    <b>IN THE SHELL - KONSOLE</b>
    TRACE      [iaxxccntrl.cpp:595]
               CController::stepExecuted()
    The step StartSAPSystem with key SAPSYSTEM|ind|ind|ind|ind|ind|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPInstancePrepare|ind|ind|ind|ind|ind|0|StartSAPSystem|ind|ind|ind|ind|ind|0|StartSAPSystem has been executed successfully.
    TRACE      [iaxxejsexp.cpp:138]
               EJS_Installer::writeTraceToLogBook()
    t_SAPComponent_SAPSystemLogon_SHARED.insertRow(), inserting
    TRACE      [iaxxccntrl.cpp:595]
               CController::stepExecuted()
    The step sCopytSAPSystemsLogon with key SAPSYSTEM|ind|ind|ind|ind|ind|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Rfc_Jobs|ind|ind|ind|ind|ind|0|sCopytSAPSystemsLogon has been executed successfully.
    PHASE      2006-07-27 16:50:49 [iaxxccolwk.cpp:328]
               CCheckCollectingWalker::printPhaseInfo()
    Prepare Starting RSWBOINS, RADDBDIF
    TRACE      [iaxxclib.cpp:56]
               load()
    Opened iamodrfc.so
    TRACE      [iaxxejsexp.cpp:138]
               EJS_Installer::writeTraceToLogBook()
    Connect to SAP gateway failed
    Connect_PM  GWHOST=rpone, GWSERV=sapgw00, ASHOST=rpone, SYSNR=00
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       connection to partner broken
    TIME        Thu Jul 27 16:50:59 2006
    RELEASE     620
    COMPONENT   NI (network interface)
    VERSION     36
    RC          -6
    MODULE      niuxi_mt.c
    LINE        1237
    DETAIL      NiPRead (0.0.0.0/0)
    SYSTEM CALL recv
    ERRNO       104
    ERRNO TEXT  Connection reset by peer
    COUNTER     3
    Transaction begin ********************************************************
    TRACE      [iaxxbrfc.cpp:119]
               CIaRfc::CIaRfc
    Instance for SAP system module was created.
    INFO       2006-07-27 16:50:49 [iaxxrfcimp.cpp:431]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter CLIENT was set to value 000.
    INFO       2006-07-27 16:50:49 [iaxxrfcimp.cpp:431]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter USER was set to value DDIC.
    INFO       2006-07-27 16:50:49 [iaxxrfcimp.cpp:431]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LCHECK was set to value 1.
    INFO       2006-07-27 16:50:49 [iaxxrfcimp.cpp:431]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter PCS was set to value 1.
    INFO       2006-07-27 16:50:49 [iaxxrfcimp.cpp:431]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LANG was set to value EN.
    INFO       2006-07-27 16:50:49 [iaxxrfcimp.cpp:431]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter ASHOST was set to value rpone.
    INFO       2006-07-27 16:50:49 [iaxxrfcimp.cpp:431]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter SYSNR was set to value 00.
    INFO       2006-07-27 16:50:49 [iaxxrfcimp.cpp:571]
               CAbRfcImpl::checkConnectInfo
    RFC connection information checked successfully.
    ERROR      2006-07-27 16:50:59 [iaxxrfcimp.cpp:481]
               CAbRfcImpl::openRfcConn
    FRF-00007  Unable to open RFC connection.
    TRACE      [iaxxrfcimp.cpp:482]
               CAbRfcImpl::openRfcConn
    Failed to open RFC connection
    TRACE      [iaxxrfcimp.cpp:485]
               CAbRfcImpl::openRfcConn
    Connect to SAP gateway failed
    Connect_PM  GWHOST=rpone, GWSERV=sapgw00, ASHOST=rpone, SYSNR=00
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       connection to partner broken
    TIME        Thu Jul 27 16:50:59 2006
    RELEASE     620
    COMPONENT   NI (network interface)
    VERSION     36
    RC          -6
    MODULE      niuxi_mt.c
    LINE        1237
    DETAIL      NiPRead (0.0.0.0/0)
    SYSTEM CALL recv
    ERRNO       104
    ERRNO TEXT  Connection reset by peer
    COUNTER     3
    ERROR      2006-07-27 16:50:59
               CJSlibModule::writeLogEntry()
    FRF-00063  RFC logon failed with message: Connect to SAP gateway failed
    Connect_PM  GWHOST=rpone, GWSERV=sapgw00, ASHOST=rpone, SYSNR=00
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       connection to partner broken
    TIME        Thu Jul 27 16:50:59 2006
    RELEASE     620
    COMPONENT   NI (network interface)
    VERSION     36
    RC          -6
    MODULE      niuxi_mt.c
    LINE        1237
    DETAIL      NiPRead (0.0.0.0/0)
    SYSTEM CALL recv
    ERRNO       104
    ERRNO TEXT  Connection reset by peer
    COUNTER     3
    Transaction end **********************************************************
    TRACE      [iaxxejsbas.hpp:156]
               EJS_Base::dispatchFunctionCall()
    JS Callback has thrown exception
    ERROR      2006-07-27 16:50:59 [iaxxejsctl.cpp:241]
               EJS_ControllerImpl::executeScript()
    FJS-00012  Error when executing script.
    TRACE      [iaxxgenimp.cpp:428]
               processUserInput()
    got notification...
    TRACE      [iaxxsubjct.cpp:58]
               notify()
    releasing notifyLock
    DO YOU HAVE SOME IDEA;  HOW I CAN SOLVING THIS PROBLEM
    Thanks
    Jose Marcos

    Hi Johanes
    Thank you very much fot your email
    Sorry Im new in this Installation
    I have some questions.
    I see the SPdent, and I dont have any SP Installed
    <b>In the etc/host I have</b>:
    hosts         This file describes a number of hostname-to-address
                  mappings for the TCP/IP subsystem.  It is mostly
                  used at boot time, when no name servers are running.
                  On small systems, this file can be used instead of a
                  "named" name server.
    Syntax:
    IP-Address  Full-Qualified-Hostname  Short-Hostname
    127.0.0.1       localhost
    special IPv6 addresses
    ::1             localhost ipv6-localhost ipv6-loopback
    fe00::0         ipv6-localnet
    ff00::0         ipv6-mcastprefix
    ff02::1         ipv6-allnodes
    ff02::2         ipv6-allrouters
    ff02::3         ipv6-allhosts
    192.168.101.29  rpone.local rpone
    I need to install the SP?
    What IP I need to delete ?
    Regards
    Jose

Maybe you are looking for

  • 10g webgate not protecting the IIS application but protecting base IIS page on the same Default website

    Hello Gurus, I have an 10g webgate installed on the IIS server application that I am trying to protect using OAM 11g which is running on a separate server. There is OHS as well running on a separate server which I have set as a proxy to the OAM acces

  • Help required for procedure

    Procedure for following situation 1.Retrive the data with select command 2.if it returns no rows then it have to give ok 3. if it returns any rows it has to print each record Please help me Thanks in advance

  • External Disk noise

    I have a Lacie External Drive connected to my AEBS. All the time while it's connected the drive wines. So much in fact, that I've turned it off. I know the drive is 'permanently' connected to the network but should it be causing it to wine like this?

  • AO+ 2 counter tasks of PCI-6110

    Hello I'm trying to get synchronized analog output task and pulse counting of two counters using PCI-6110, meaning generate an AO signal first then count incoming pulses at two different counters simultaneously. After searching this forum and testing

  • IPOD NANO FLASHING ON AND OFF

    My Ipod nano is flashing on and off when charging and does not respond when not charging. has anybody experienced this before? Is it fixable?