Setting up an EOIO interface

Hello,
I am currently transferring one of our interfaces from EO to EOIO (exactly once in order) queue processing. The sender and the receiver systems are both R/3 systems. The aim is to ensure that the messages are arriving in the receiving system in the same order as they were sent from the sending system. What I have done so far is to tick the Queue Processing box in the XI idoc receiver comm channel. This was based from:
http://help.sap.com/saphelp_erp2004/helpdata/en/bd/277264c3ddd44ea429af5e7d2c6e69/content.htm
Apart from this, no more configurations/changes have been done. I am not sure if this is enough to make sure that the interface will run in an EOIO queue. There is no chance yet for an end to end testing, so the testing I went through meanwhile is through sending a sample message via the rwb - integration engine - test tab and by selecting EOIO Quality of Service. This is the reason why there is uncertainty because I purposely selected EOIO. Upon doing this, the outbound queue became SAP_ALE_xxxx. However, when I tried a different interface, still choosing EOIO, the queue id is XBQO. Clearly for the comm channel configuration, the change is working because of the existence of SAP_ALE_xxxx. But how can XI be accurate in sending the messages in the same order as they were sent to XI if the EOIO setup is added only in the receiver comm channel?
Many thanks in advance.

Hi,
on what WAS are your ERP system ?
are they both >= 6.40 ? if not thant you cannot set up EOIO
you can find IDOC EOIO guide in my book - with screens of course
/people/michal.krawczyk2/blog/2009/06/12/pixi-second-edition-mastering-idoc-business-scenarios-with-sap-pi
Regards,
Michal Krawczyk

Similar Messages

  • Do I need to declare my custom setter accessor in my interface/header file

    Hi there:
    I'm working through a Objective C tutorial. I've got an instance var that is declared in the var section of my @interface (in the header file). It's also declared as a property...all the defaults apply (assign and whatever else).
    @property int foo
    I also have it synthesized in my @implementation code.
    @synthesize foo;
    I need a custom setter though that checks out the value being assigned. Do I need to declare this setter function in my @interface section in the header file?
    -(void)setFoo:(int)newValue {
    if (newValue < minAllowed) {
    NSLog(@"Invalid foo: %i is less than the minimum of %i allowed", newValue, minAllowed);
    return;
    if (newValue > maxAllowed) {
    NSLog(@"Invalid foo: %i is greater than the maximum of %i allowed", newValue, maxAllowed);
    return;
    foo = newValue;
    } // setFoo()

    The @property statement is the declaration of the accessor methods whether they are synthesized or custom coded.
    For a fairly clear, detailed explanation see Accessor Methods in the +Memory Management Programming Guide for Cocoa+.

  • Is it possible to move some tools or their setting parameter from Configuration interface to Inspection Interface?

    Hi
    We use Vision Builder for machine vision. There are two interfaces in Vision Builder (Inspection Interface & Configuration interface). It is better machine vision operator would work with Inspection Interface and he should not access to all of setting and tools but he need to redefine some parameter like RIO in some tools like measuring tools for different products.
    Is it possible to move some tools or their setting parameter from Configuration interface to Inspection Interface?
    Or is it possible to define security like password to some tools and their setting but not all of them?
    Thanks
    Refa

    Vision Builder generally isn't supposed to rely on user input, but there is a step called "User Input" that allows you to get input from the user. ROI would be tricky. I think the slickest way to do that would be to create a VI that displays the image, lets the user drag a rectangle, then pass those coordinates back to Vision Builder to configure the ROI.
    Tanner B.
    Applications Engineer
    National Instruments

  • How do I set up the port interface for the WAN side of my RVS4000 to 100T Full Duplex?

    How do I set up the port interface for the WAN side of my RVS4000? The ISP says I need to set it to 100T Full Duplex, but where would I do that? In the Router's administration GUI I can't find any options to make such settings for the WAN side.

    The setup of the folders in Finder is entirely up to you. Whatever suits your needs is what you should do. Lightroom will be fine no matter how you set it up.
    So I'm not really sure what your question is.

  • Help setting up my audio interface with logic pro x

    Hi everyone,
    I am a newbie with regards to home recording and using Logic Pro X and I need some help and advice about setting up my home recording set up for the first time. I want to connect my synthesizer Korg Triton Extreme to my Audio Interface Steinberg UR22 to my Apple Imac computer.
    What I would like is if I can create backing tracks or use pre-set sounds or drum patterns from my Korg Triton Extreme synthesizer and then transfer them onto Logic Pro X to help me compose songs.
    How should I go about doing this? And what settings should be applied to Logic Pro X so that I can hear the songs as they are being played and recorded?
    So far I have connected my synthesizer's two outputs to the two inputs on my Steinberg UR22 Audio Interface. I have also connected the USB point on the audio interface to my Apple Imac computer. But when I have tried to add a drum track from the Korg Triton Extreme synthesizer I cannot seem to add any of the drum sounds. Nothing appears to be recorded despite me trying several times. I cannot hear any sound coming from the audio interface either despite having a pair of headphones plugged into it.
    I would also like to find a way to synchronise the drum tracks I want to record from my Korg Triton Extreme synthesizer to Logic Pro X. So that when I click on the record button on Logic Pro X the synthesizer track automatically starts playing and recording on Logic Pro X. Whats the best way to do this? And will I need a Midi cable for any of the things I want to do?
    Many thanks,
    James.

    Hi James
    I just got myself a macbook pro and logic pro X, and I also have a Triton Extreme and the UR22. So I know what the learning curve can be like - it's been a long time since I've used a sequencer in a computer.
    I assume you are aware of the difference between audio and midi? With your current setup, all you can do is play your Triton and record the sounds as audio loops - you should be able to hear the Triton through headphones plugged into the UR22, and (assuming you have installed the UR22 driver) you can also hear the Triton through your computer speakers (or headphone output) once you tell Logic there is sound coming in from the UR22.
    If you want to be able to play the sounds in logic pro, or transfer drum patterns (which are in midi format), you will definitely need midi cables (you may be able to use midi by connecting the Triton's USB out to your computer, but having not tried that, I don't know if it will work - it does on more recent synths)
    paul

  • Assigning Sourcing rules to Assignment set using API or Interface table

    Hello Gurus,
    We have a requirement to migrate the data from legacy system to Oracle Apps.
    We are given with a data file containing sourcing rules and assignment set information which needs to be assigned to assignment sets.
    Are there any APIs or interface tables to assign the sourcing rule to Assignment set?
    Thanks in Advance.

    HI,
    I have a requirement, API for loading sourcing rules in APPS and attaching the same to Assignment sets at item level..
    I found that ,these are the API's for that..
    MRP_SOURCING_RULE_PUB.PROCESS_SOURCING_RULE ,MRP_SRC_ASSIGNMENT_PUB.Process_Assignment
    Please provide me the code for that.
    Can you please send to my mail -- [email protected]
    Thanks in advance...
    Vijaya

  • Setting up an audio interface with logic 9

    hey im still pretty new to this. i have a powerbook G4 with logic pro 9. i just got a steinberg CI1 usb audio interface which i was told would work with logic. (http://www.steinberg.net/en/products/hardware/ci1/ci1_start.html) im recording vocals and im having trouble with logic picking up any audio. ive installed the drivers and my mac has no problem discovering the interface. i went into logic and it intilized the core audio, and then i went to "prefrences" and set the audio input/output to the interface. i can hear myself with the headphones i connect to the interface and i can also hear the instrumental music coming from logic. The problem is logic wont pick up any of my vocals. I set the track to record enable and i still have nothing. Any help? Thanks!
    oh and i tried it with garageband and it worked fine, so im pretty sure it has to do something with the setting on logic. any help would be appreciated!

    Hey bud i was able to sort it quite easily in the end!
    Ensure u have latest drivers installed!
    Restart your mac! Ensure interface is plugged in
    Load logic!
    Click the + to add a new track:- select audio instrument!
    Enable record and monitoring! Choose the channel you want to record from!
    You may have to select your interface as your output if monitors are being used through the interface!
    Hey presto!

  • How to set up an audio interface with logic express

    i just got a deck board tascam us-1641, downloaded the driver, plugged in my keyboard but nothing is happening. What am I missing or not doing?

    You probably have to set up Logic to use your audio interface.
    You'll find these settings under the Logic menu > Preferences > Audio. Then you can select the preferred audio interface.

  • Set array instance to Interface datatype

    <prelude>This is an odd question with no real significance to me, other than pure interest...</prelude>
    Suppose the following...just for example
    Integer[] arrInteger = new Integer[5];I understand that the following is legal..
    Interface i = arrComp;...provided that the Interface is either Cloneable, or Serializable.
    Why is this legal....Are arrays always serializable as defined in the language spec...
    If arrays are Cloneable, shouldn't they override the method "clone" from the Object class..and how do they do that, there are no classes for arrays....Or maybe they just "do" as a feature of being an array...
    It just seems odd that it is possible to set an array, any array to a Cloneable or Serializable interface.

    I've done what I probably should have done before I posted, I've consulted the Java Language Specification ( http://java.sun.com/docs/books/jls/ )and there I've found my answer..
    From the section Conversion and Promotions....
    Assignment of a value of compile-time reference type S (source) to a variable of compile-time reference type T (target) is checked as follows:
    If S is an array type SC[], that is, any array of components of type SC:
    If T is an interface type, then a compile-time error occurs unless T is
    the type java.io.Serializable or the type Cloneable, the only interfaces implmented by arrays.
    So it looks like arrays implement these interfaces and that is why this assignment is legal. I just didn't realize that.

  • Preventing ejbgen generating a pk setter on the local interface

    The spec states (10.3.1) that the setter for the pk cmp-field should
    not be exposed on the component interface yet the interface
    generated by ejbgen does in fact generate the setter.
    How do I prevent this?

    Just make sure that you delete something like the following on top of the
    setter
    @ejbgen: local-method
    "Aaron" <[email protected]> wrote in message
    news:3f88ecce$[email protected]..
    >
    The spec states (10.3.1) that the setter for the pk cmp-field should
    not be exposed on the component interface yet the interface
    generated by ejbgen does in fact generate the setter.
    How do I prevent this?

  • Getter Setter strange problem in interface

    hi folks I have a strange compiler error
    package  {
      public interface IGet{
      function get someInt():int;
    package  {
      public interface ISet {
      function set someInt(value:int):void;
    package  {
      public interface ISomeInt extends IGet, ISet{
    package {
      public class SomeInt implements ISomeInt {
      public function SomeInt () {
      public function set someInt (value:int):void {
      public function get someInt ():int {
      return 157;
    package  {
      import flash.display.MovieClip;
      public class InitSomeInt extends MovieClip{
      public function InitSomeInt() {
      var so:ISomeInt = new SomeInt;
      so.someInt = 15;
    compiler says: 1059: Property is read-only.
    any solutions?
    ction set someInt

    Just to chime in...I'm not sure how familiar vakhtangi is with AS and don't want him to get discouraged by wrong information by someone with a lot of reputation points. Typing it to the interface is the correct thing to do and changing to the implementation type won't help (and of course also won't accomplish the purpose of using Interfaces in the first place).
    I think what actually happens is that the IGet and ISet are defined separately, then combined in ISomeInt. When trying to set the value, the compiler sees them as separate and is picking up the IGet first (that's the order you specified in ISomeInt), which does specify someInt as a read-only property. This is strange behavior, but not illogical. It's probably an edge case that never occurred to Macromedia/Adobe.

  • Set Primary and Secondary Interfaces

    How can I set up primary and secondary network interfaces, so that it will automatically fallback to the second interface when I don't have the primary connected? I tether my phone to T-Mobile's network, but when I don't have it connected it want it to fall back to my wired connection.

    Sorry, I only bump my own posts when I've added additional information to my last post and I see that no one has added anything to it in the past few days. I guess I would be better to create a new post instead of editing the old one.
    I did give it a try and I have no real results to share. I created the two profiles in the /etc/netctl directory and named them as above (including Priority=1 for the tmobile connection and Priority=2 for the wired connection, as stated in the wiki entry even though man netfcfg.profile says it's only for wireless connections), then I enabled the service. There is the word "interface" after systemctl enable netctl-ifplugd@ which makes me think I should specify an interface but I have no idea which one to specify, so I just enabled it without it and it didn't complain. There's no way to start it. Both connections are enabled but it seems to default to the wired connection for some reason, when I want it to default to the tmobile connection and then fall back to the wired connection. Both are enabled and have IP addresses but nothing changes when I connect or disconnect my mobile data connection since it's using the wired connection.
    edit: I just tried to enable the service using the interface name of my mobile data connection and it didn't change anything ex. sudo systemctl enable netctl-ifplugd@enp0s26f7u3
    Last edited by brando56894 (2013-07-31 21:44:57)

  • How to populate Values in Value Set via API or Interface

    Dear frds:
    i need to know is there any API or interface available to load thousands of values in particular valueset via API or Interface. I know Dataload is the alternative but i don't want to use that as the data is too much so its not feasible.
    waiting for your response
    Thanks.

    There is no API for fnd_flex_values.
    You will have to do a direct table insert (or call FND_FLEX_VALUES_PKG which does nothing but a direct table insert).
    Sandeep Gandhi

  • How do I set up an ethernet interface on MacBook Air - no ethernet option showing in network pane

    I need to connect to internet via ethernet as no WiFi in my location. I have tried to add ethernet interface from network settings but no option for ethernet appears when in the network pane.
    I have a MacBook Air running OSX 10.7.5
    Any advice on how I can do this? Thanks

    Have you plugged a USB to Ethernet adaptor in and connected it with an Ethernet lead to a router? After doing this you should see:

  • Setting up the XSI interface

    Hi All,
    We have a requirement to use FedEx/UPS for its shipments. Do we have any way to support that? We found that XSI would be helpful in serving this purpose in standard SAP.
    If anybody already worked on this requirement pls. provide us the information on feasibility of XSI for FedEx/UPS.
    Also let us know the effort needed for the customization and configuration of XSI.
    We are basicalyl looking for Configuration and Customization.
    Regards,
    Deepthi.K

    Hi Deepthi
    With Fedex, you need to establish and RFC call, through the Business connector.
    Once done they will provide you with Fedex implementation guide documentation.
    Do the rest of the configuration as per the documentation once the BC is established.
    You will also need to configure an output type to send and receive the data from Fedex
    So the requirement would be
    1) Basis to set up Business Connector
    2) Consultant to set up the configuration, partner profile, message type to send the idoc
    You need to check with UPS if they are also ready to establish direct connectivity to their server.
    If so, then follow the steps as above
    and if not
    You will need to manually set up the configuration and ask for files from UPS regarding their routes , destinations...etc
    This needs to be uploaded in SAP asynchoronous method
    Let me know if you need more information
    Thanks
    Sheetal

Maybe you are looking for

  • Documents folder

    Accidentally deleted my documents file, loosing all docs created in past year.  Need these docs.  Unfortunately have not been able to create backups due to problems with computer not recognizing my RW DVD's are in the drive... Is there a way to retri

  • VBEP-LIFSP Change in Sales Order

    Hello Gurus, In VA02 when the user double click on a material ->Schedule Line Tab-> Delivery Block. I need to update the VBEP-LIFSP field. I tried BAPI_SALESORDER_CHANGE but this BAPI do not provide the LIFSP field in any of the tables. I was reading

  • JDev WS proxy not sending username and password

    Hi all, I've created a short web service which requires username authentication and testing it on the browser, the web service works fine. I then tried to create a web proxy (which is the new term for Web Service Stub in JDeveloper Studio Edition 10.

  • Can I add Thai language to MacBook Pro's keyboard? if yes how many cost do I spend?

    Can I add Thai language to MacBook Pro's keyboard? if yes how many cost do I spend?

  • Which X201 ThinkPad to buy ? Advice and recos?

    I saw a tweet from ltejas who wondered which X201 ThinkPad he should buy and where to buy it?  Direct from Lenovo, or perhaps some reseller who has a nice bundle? So... maybe the community can help. Let's hear from X201 customers - which models do yo