Launch a RFC in a SAP system from Redwood CPS

Hi,
How can I launch a rfc in a SAP system from Redwood ?
Ex : in SE37, the function DATE_GET_WEEK, with a date (DD.MM.YYYY) as input parameter returns the corresponding week (YYYYWW)
Regards.

Hi,
SAP CPS uses an RFC to communicate with a target SAP system via the XBP interface so that Jobs can be executed.  The CPS executable only knows of the calls that are appropriate to that interface or function modules created when CPS transports are loaded.  If there was an RFC type interface that exposed your function to an external executable then of course CPS could execute the executable.
Regards,
Simon

Similar Messages

  • Bulk Load into SAP system from external application

    Hi,
    Is there a way to perform a bulk load of data into a SAP system from an external application?
    Thanks
    Simon

    Hello,
    My external application is a C program and I think I want to use IDocs and RFC to communicate with the SAP system.
    Simon

  • Unable to open RFC connection to SAP System NSP

    Hi all,
    During installation i am getting an error which is as follows,
    "Unable to open RFC connection to SAP System NSP.
    Solution: Start the system."
    And the second problem is that there are no connections shown in SAPGUI.
    Please help me out.
    Thanking you,
    Kranthi

    HI Kranthi,
    Have you checked this thread NW Preview Installation error?
    Regards

  • How to call a RFC of a remote system from an ABAP webdynpro component

    Dear Experts,
    I am a newbie in ABAP Webdynpro.
    I am working on a requirement where I have a webdynpro component on ECC system.I need to call a RFC located on CRM system from my webdynpro component on the ECC system.
    How do I do that ?? Please help.
    Regards,
    Mamai.

    Calling RFC from some other system is same as local except the difference is that you have to give destination name while calling.
    And the regarding the method of calling it depends on your FM.
    if it is big RFC with complex structure, you can create the service call for it with destination given as RFC desitination.
    if it is simple straight forward RFC you can directly call it.
    for creating RFC service call call use this method
    1. Starting the Wizard
    To start the wizard, position the cursor on the Web Dynpro component to be edited in the object list at the left margin of the
    workbench window. Open its context menu and choose the entry Create->Service Call. The wizard is started and leads you
    through the creation process.
    Press Continue.
    2. Choice of Controller
    On the second dialog window of the wizard, you can choose whether the service call is to be embedded in an existing
    controller or whether a new controller is to be created for this purpose. Service calls can only always be embedded in
    global controllers u2013 that is, in the component controller or in additionally created custom controllers. It is not possible, to
    embed service calls in view controllers.
    a. Select radio button Use Existent Controller
    b. Do not change the default entry for component: <CC name>
    c. Enter for controller COMPONENTCONTROLLER
    d. Press Continue.
    3. Service Type and Service Selection
    a. You now select, which service type should be used for this service call. Select radio button Function Module. Fill the
    destination here. Press Continue.
    b. Select the service: for Function Module enter <RFC name>. Press Continue.
    4. The Required Methods and Context Elements
    On the two subsequent dialog windows, default values are listed for giving names to the context nodes and attributes
    required by the service call as well as to the required methods. The proposed names are based on the names of the
    embedded service, but you can change them as required. However, heed the respective notes in the corresponding dialog
    box.
    a. Adapt Context: Select from Nodes/Attributes . Press Continue.
    b. Specify Method Name: leave all entries as provided: Component:  Controller: COMPONENTCONTROLLER Method: EXCUTE_ Press Continue.
    5. Completing the Choice
    When you have confirmed the last dialog box, the generation is triggered. Afterwards you now have the required methods
    and contexts at your disposal for using them within your Web Dynpro component.
    or if you want to call directly the use the call statement with destination

  • Getting error while try to open SAP system from GUI

    Hi All,
    When I try to open any SAP system from GUI I am getting below dump error message. Please suggest on this.
    Thanks  & Regards
    Surender

    Hi Surender,
    Is it a general user issue or are you the only user facing that issue ? Does the error occur right after you enter user/password ?
    From the GUI session status bar, I see " Memory Low. leave the transaction before taking a break".
    This looks like a improper memory configured system. I would suggest that you review your memory parameters as per the SAP note 146289.
    If you already have the memory parameters set to at least the values suggested by that note, please further increase the parameters below:
        abap/heap_area_total
        abap/heap_area_dia
    Hope that helps.
    Kind regards,
    Eric

  • Starting sap-system from MS-DOS without SAP Management Console?

    Hi,
    I want to start the sap-system from MS-DOS without using SAP Management Console.
    Is this possible?
    Which file must be started?
    Thanks for your help.
    Regards
    Stefan

    Hi Stefan!
    Try this:
    startsap name=<SID> nr=<InstNo> SAPDIAHOST=<host>
    Regards,
    Carsten

  • How to stop start SAP system from SAP transactions?

    Hi Experts,
    How can i stop start the SAP system from SAP screens? Are there any transaction for this  need?
    thanks,
    philaphi

    Hi,
    Use Tcode RZ03 -->  Control --> Stop SAP Instance.
    Best Regards,
    Sachin.

  • Creating RFC Destination For UNICODE system From NON-UNICODE system

    hi
    how can i create RFC Destination For UNICODE system( XI ) From NON-UNICODE (R/3) system.
    thanks and regards
    Mithlesh Kumar Jha

    Hi,
    Check these blogs , Hope u would be getting some idea
    <b>/people/thomas.jung3/blog/2004/06/24/bsp-150-a-developer146s-journal-part-v-xml-for-rfcs
    /people/thomas.jung3/blog/2004/11/15/bsp-150-a-developer146s-journal-part-xiii-developing-abap-webservices
    /people/sap.user72/blog/2004/06/19/how-i-started-with-sap-web-development</b>
    Regards,
    Sridhar Reddy

  • Call to Web Sevice in External (non SAP) system from SAP CRM

    Hi,
    I have to make a call to External system from SAP CRM 5.0 system. The external system will provide a sample webservice which SAP will try to initiate
    Can you please tell me:
    1. What settings/object needs to be maintained in SAP in order to make this call.
    2. how I can make a call to this Web-Service from a BADI and pass the values to web service and also capture the returning value.
    Please explain in detail
    Thanks,
    Mike

    Hi Oliver,
    I have gone through the documentation and had been able to create a proxy object, uploaded the WSDL file (from local directory) and created logical port,
    However, when testing the service, I didn't received a sucess message but
    <CX_AI_SYSTEM_FAULT>
      <CODECONTEXT>Local</CODECONTEXT>
      <CODE>ERROR_WEBSERVICE_RUNTIME_INIT</CODE>
      <ERRORTEXT>Error when instantiating the Web service runtime (Error when initializing SOAP client application: ' error_text' )</ERRORTEXT>
      <LANGUAGE />
      </CX_AI_SYSTEM_FAULT>
      </cls:CX_AI_SYSTEM_FAULT>
    What might be the Problem ?

  • Want to access non SAP system from EP

    Hey Guys,
    We are having a system (CRMS) which is a non SAP system. I know through EP we can connect to the non SAP system.
    Can somebody pls tell me the steps to do this.  I want to access the data from non SAP system on Enterprise Portal.
    Pls provide me the useful links / doc.
    Thanks in advance.
    NIkesh Shah

    Hello Nikesh,
    As I mentioned, kindly check up on help.sap.com.
    Anyways:
    Create an HTTP system using the System Templates Provided. Instead of selecting SAP Systems you select HTTP system. Provide parameters:
    Authentication method: POST
    Authentication Type: Server
    URL Parameter for Password & URL Parameter for Username: This you can get by doing a View Source on the Login Page of your CRMS appln. e.g. <input type = "hidden" name ="user"> -> So in this case you pick up user
    In User management property select Usermapping and admin,user
    Now create a URL iView:
    System: Select the 1 you created.
    URL: URL to your application till before any query string starts.
    REQUEST Methid: GET
    URL Parameter 1: <the user param from the source> TYPE = Mapped User
    URL Parameter 2: <the pwd param from the source> TYPE = Mapped Password
    Enter the user mapping for that user and test the iview.

  • Call to webservice External (non sap) system from SAP CRM

    Hi,
    I have to make a call to External system from SAP CRM 5.0 system. The external system will provide a sample webservice which SAP will try to initiate
    Can you please tell me:
    1. What settings/object needs to be maintained in SAP in order to make this call.
    2. how I can make a call to this Web-Service from a BADI and pass the values to web service and also capture the returning value.
    Please explain in detail
    Thanks,
    Mike

    Hi,
    Check this
    Calling web service from ABAP - version 4.6C

  • Trusted RFC: "jumping to PRD system from DEV via SOLMAN"

    Hallo!
    I have the following question regarding the Trusted RFC generally in SOLMAN area and better especially within ChaRM.
    We have SOLMAN and 3 satellite systems DEV, QAS and PRD.
    When we generate Trusted RFC connections from SOLMAN to these satellite systems, we become scared about the following scenario:
    A user accesses to DEV system and goes via Trusted RFC to SOLMAN.
    From SOLMAN he chooses the Trusted RFC to PRD system and goes into PRD system.
    The question:
    How can this identification gap/problem be solved?
    Thank you very much indeed!
    H. Thomasson

    Hi Thomasson,
    You can restrict the access of your solman system from your DEV system.
    Disable the trusted relationship in the RFC that points to Solman from Dev system.
    Hope this helps.
    Regards,
    Kiran.

  • SAP 4.7 Interface through RFC with non-sap system

    We have SAP 4.7 instance and no XI and currently we are looking at following solutions using SAP connector, need following infrormation:
    1. Which standard connector can be used ?
    2. How Master Data to be replicated from SAP system to non-sap system( Outbound) ?
    3. How Transactional data from non-sap sytem to SAP system ( Inbound)?
    We need the above input considering that we don't have XI
    regards

    hi ,
      Can you tell me which other non-sap system you are using
    either it is  dot net or some other
    Regards
    Deepak .

  • Regarding posting invoice to sap system from non r/3 system

    HI experts,
                    I have to create or change the existing invoice in sap system by using the idoc. Idoc has been extended to meet customer requirements. for creating i am using BAPI_INQUIRY_CREATEFROMDATA2 and for changing  i am using BAPI_CUSTOMERINQUIRY_CHANGE in the same function module Z_IDOC_INPUT_INQUIRY_CREATEFRO (standardd one: IDOC_INPUT_INQUIRY_CREATEFROMD)
             It is working fine for the creating but it is going into dump for change by giving error messge fm is not called properly. I am passing same all parameters  to the change bapi like i have passed for the Creating bapi. please help me out in this.
    Thanks & regards,
    Prasanna
       *good solutions will be rewarded***

    Hello Prasanna,
    Go to transaction SE37, put in 'BAPI_INQUIRY_CREATEFROMDATA2' and use menu entry
    - Goto - Documentation - Function Module Documentation
    There you can find a description of the various parameters for that BAPI.
    Regards,
    Michael

  • Can we call a webservice which is defined outside SAP system from ABAP

    Hi All,
      i am very new to the ABAP. i would like to know how we can call a webservice which is defined in some other system from the ABAP code. if you are providing any sample code then it will be very help ful for me.
    Thanks in advance.
    - Siva

    yes its possible. check out the weblog
    /people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap
    Regards
    Raja

Maybe you are looking for

  • Icloud

    Hello! I have installed the HP AIO Remote app on my iPhone and iPad (both iOS8). I understand the app supports syncing to Apple iCloud, however I cannot figure out how to do this. I add a file to the Files/Documents folder in the app but it does not

  • Mac book pro running parallels gets waaay hot,,,what can i do

    When using my retina display mac book pro the bottom of the unit gets really hot,,,uncomfortable to touch and you can feel the heat coming through teh key board

  • Trying to reboot my MBP

    I have a mid 2009 MBP and I'm trying to reboot it but I have been having problems. I tried IR and it doesn't recognize my internal hd to reinstall it. I tried everything! Even trying to boot snow leopard from the disc my mac came with

  • Warning: Function created with compilation errors. ???

    I created a function with a warning: Warning: Function created with compilation errors. I'd like to know more detailed information about this warning, how to find them? If only with this warning, I don't know how to correct the definition of the func

  • GL Drilldown Reporting Tool - Summation of constants (OBDC)

    Hi, we are using the drilldown reporting tool (financial statement key figures) and want to incorporate constants for e.g. number of working days, number of sales orders. We defined the constants in the corresponding customizing transaction OBDC and