Can I define an RFC with multiple desitinations?

I am working on intergration between SAP and JAVA, I am have to call RFC to get the pricing of a each lineitem from Java instead of getting from SAP Condition types while creating as Sales order. I have defined one RFC to connect to Java server program. I have called that in Exit routine of that condition value.This should happened online as soon as you creat a sales order you have to get the relavant price of each material.I can able to get the things .I need to test the performance of this if data is huge. I need some help regaring this.
Can I call multiple RFC destinations to connect the Java server program if it is excecuted as clusters or different severs .

I had a similar requirement. They want to call different RFC destinations in different systems. So, I created a table with System and Logical destination to be called from that system.
In my code, I check the current system and get the logical destination to be passed while calling function module. You can also use similar logic if you want to call different systems.
Chakri.

Similar Messages

  • File to RFC with multiple records using BPM Scenario Error...!!!

    Hello Guru's,
      I have done the File to RFC with multiple records using BPM scenario as per the Materiel available in the sdn.sap. This involves BAPI (BAPI_MATERIEL_AVAILABILITY). I have done exactly the same what is their in the materiel. SXI_CACHE is also giving return value " 0 ". File is getting deleted from the source directory, but no file in target directory. SXMB_MONI is also showing no error (black Flag). BPM is also error free. Checked the interfaces also.
    Can any one tell me what mistake would i have done.
    Thanks in advance.

    Hi,
    There is one similar discussion I found,
    FTP TO RFC using BPM
    Thanks
    Swarup

  • How can i create  excel sheet with multiple tabs using utl file?

    how can i create excel sheet with multiple tabs using utl file?
    any one help me?

    Jaggy,
    I gave you the most suitable answer on your own thread yesterday
    Re: How to Generating Excel workbook with multiple worksheets

  • How can I get an album with multiple artists to display in my Nano as one album insteadof multiple albums?

    How can I get an album with multiple artists to display in my Nano as one album insteadof multiple albums?

    See this page for helpful information.
    http://samsoft.org.uk/iTunes/grouping.asp
    B-rock

  • How can a calender be synced with multiple apple devices

    how can a calender be synced with multiple apple devices so that all the users can be able to access the calender and also the entries done by one of them?

    Hi Muneshdm,
    Welcome to Apple Support Communities.
    See these articles for information on setting up iCloud on multiple iOS devices, as well as how to share calendars:
    iCloud: Set up iCloud on your devices
    http://support.apple.com/kb/PH2609
    iCloud: Share a calendar with others
    http://support.apple.com/kb/ph2690
    Best,
    Jeremy

  • Is it possibe to define a badi with multiple filters for single implementation ?

    is it possible to have a badi with multiple filters in one implmentation?

    Hello Siva,
             There is no hierarchical concept in filter values. You can have multiple filter values and at any time you can pass only one filter value while invoking Badi.
    The concept of hierarchy can be implemented by combination of filter and methods.
    1. You can have filter as the first level and have multiple filters.
    2. Then you can define methods in Badi and this now  becomes 2 level.
    Thanks and Regards,
    Veera

  • Can I create a Formula with Multiple Products [ Not Co Products ] ?

    hi There,
    Have a simple question & Doubt.
    Is it okay to create a Formula with Multiple Products in OPM ? If Yes, how does the Formula behave with respect to Standard Costing Subledger.
    If not, what are the reasons for not creating formula with Multiple Products & what are the alternatives to that ?
    Thanks,
    Dhiraj

    hi
    U can very well define Multple products in a formula and ur std costing will work fine. But for any By products there is No costing method support. This is Oracles standard.
    Now it is clear,,,still any doubt...plz ask
    Regards
    R Singh
    Tech Mahindra Satyam

  • How can I get a Album with multiple artists to appear as a single album with all of the tracks?

    How can I get a Album that contains multiple artists to appear as a single album with multiple tracks?  Also when I sync iTunes with my iPhone or iPad the Album appears as multiple albums with each artist.  The Album title is the same on each of the affected tracks.

    Quick answer:  Select all the tracks on the album, File > get info, and either give them all a single "album artist" or check the "compilation" flag.
    If these are from multiple-CD sets you may also need to enter the appropriate information in the disc number fields.

  • How can you develop photo galleries with multiple pages using the web module?

    Going through the web module I can see there are many options for developing a web page with a single collection of photos.  How can you develop a web site with multiple pages containing different categories of photos using the Lightroom web module?

    This thread will give you several ideas.
    Re: How do you embed a gallery into an existing website?

  • Can you add People Picker with multiple values to Word Document using Quick Parts?

    Hi all, I've been trying to develop a form in Word that takes a bunch of metadata from the SharePoint library. Most of it works okay, but when I try to add any fields that have been set up to take multiple entries in a people picker, they don't show up
    in the add quick parts list. Any ideas, or is this a limitation?

    Hi NREL,
    According to your description, my understanding is that the people picker column with multiple values was missing in Word Quick Parts.
    This is by design that we are unable to use the fields which is allowed multiple selections.
    As a workaround, you can use a text field(Single line of text) to store the multiple values of the people column. When you create a document, start a workflow to update the text field using the values of the people column, then use the
     text field in Word Quick Parts.
    You can do as the followings:
    Open your library, and create a new column using Single line of text.
    Open your site with SharePoint 2010 Designer, create a workflow based on your library.
    Add the action “Set Field in CurrenItem”, and set it like the screenshot.
    Set the Start Options is “Start workflow automatically when an item is created”.
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • How can I compare single value with multiple value...

    Hello,
    I want to compare one value with multiple values, how can it possible ?
    Here in attachment I tried to design same logic but I got problem that when I entered value in y that is compared with only minimum value of x, I don't want that I want to compare y value with all the x value and then if y is less then x while loop should be stop.
    I want to do so because in my program some time I didn't get result what I want, for example x values is 4,5,6,7,8  and y value is  suppose 6 then while loop should be stop but here it consider only minimum number and its 4 here so while loop is not stop even y is less then 7 and 8. So I want to compare y value with all the entered values of x and if y is less then any of x values then while loop should be stop and led should be ON.
    Please guide me how can I do so.....
    Solved!
    Go to Solution.
    Attachments:
    COMPARISON.vi ‏8 KB

    AnkitRamani wrote:
    Thank you very mach for your help..
    may be i have solved this ....i have made one change in my vi that instead of min. i select max and max. value is compare with the value of y and then if y is less then the max. while loop will be stop other wise its run continuously.
    this is working fine...
    any ways thanks again for your help and time...
    I have to agree with Lewis - his way is more efficient.
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Can we define a trriger with sql to GML automaticly ?

    hello,
    i just need to know if we can define a trriger with sql to GML ?
    thanks,
    best regards ,
    lama
    Edited by: user11255382 on 25 juin 2009 12:18

    Yes, a trigger can be written to convert sdo_geometry to GML using SDO_UTIL.TO_GMLGEOMETRY.

  • Can i define different tailers in multiple reports?

    Dear all,
    Can i define different tailer section in multiple reports or define tailer section in only first report. How i can do this?
    Regards,
    Nadeem

    Thanks You Sir.
    But when i select edit margin it display only first report margin where i create layout into its own frame how i can display margin of other reports where i can define tailer in a single report.rdf file?
    again thanks.
    regards,
    Nadeem.

  • Can't fade audio region with multiple takes

    Audio track: I have some sections of a song with a single vocal take on the track (individual audio regions), and others with multiple takes. On the single takes, I can use the crossfade tool, no problem.
    On the sections where there are multiple takes and a few edits, I cannot fade. I drag the fade tool at the front of this region and it does not fade. In fact, the highlight color is green as opposed to blue (when it works on individual, single-take regions).
    How do I use the fade tool on an audio track where there are multiple takes?
    (Please don't tell me I have to bounce this section of audio and re-import it...)
    (There is nothing in the manual on this. I checked: pages 343-345 discuss fades in this regard but there is no mention of it not working for a multiple take audio region.)

    You don't need to bounce the track, but you do need to collapse the takes into a single track. Do your comping until you have the track you want, then use the little menu button at the end of the track to fold everything into a single track (I forget the correct terminology, but it's pretty obvious when you open the menu), then fade to your heart's content.

  • Can't define PVE Uplink with srw224g4

    Hi,
    I tried to  setup sample usage of PVE with Linksys  SRW224G4 withot success. I successfully set PVE g1 for ports 1 to 5 but I can't setup uplink port for this PVE group. I can't find place where can define PVE mapping an PVE upllink in web view. When I googled about this  I find that in "Port config" section in firmware version befor 1.2.2 have "pve mapping", but there is not such link. How can i define Uplink for particular PVE group in firmware version before 1.2.2?
    Thanks in advance

    Huh,
    Even though i am using older software here, it seems straight forward.
    Can I humbly suggest, that you contact the SBSC  to get some phone help, if this switch is still under phone support warranty.
    http://www.cisco.com/en/US/support/tsd_cisco_small_business_support_center_contacts.html
    regards Dave

Maybe you are looking for

  • Retrieving data from 3 tables

    Hi, I am working on a report where I have to retrieve data from 3 tables(marc,mara,makt).For this I have used 3 select statements for retriving data from 3 tables.There r some fields which r not present in marc table where as present in mara and makt

  • Adapter Engine Not found in ID

    Hi folks, While creating a communication channel for File adapter the field for Adapter Engine is blank I followed this link /people/venugopalarao.immadisetty/blog/2007/03/15/adapter-engine-cannot-be-found-in-integration-directory Business system was

  • Read Header Text  From VF03 Transaction

    Hi Frds,               I want to Read Header Text  From VF03 Transaction Read Transport Number and Transport Date From Vf03 Transaction. Guide Me Briefly How to pass the varaibles to the function Module Regards, Kabil

  • Internal table with variable no of columns

    Hi All, I have to create an internal table with some fixed columns and rest of the table should be dynamic. The total no of columns depends on a field of some other table. hence, the number of columns of the table are unknown. How to create such a ta

  • ITunes U Basic Access

    I am an iTunes newbee. I have been trying to set up our iTunes U site using basic authentication for course tracks. However, I can only get downloads to work by making them public. At this point, we don't want to use a transfer script. Basically, I w