Condition with mulitple Expressions

I have the following file structure of an ORDERS05 Idoc and I need to setup conditions in the Receiver Determination to find the correct Interface Determination and Receiver Agreement.
sample File:
- <E1EDK14 SEGMENT="1">
  <QUALF>006</QUALF>
  <ORGID>10</ORGID>
  </E1EDK14>
- <E1EDK14 SEGMENT="1">
  <QUALF>007</QUALF>
  <ORGID>10</ORGID>
  </E1EDK14>
- <E1EDK14 SEGMENT="1">
  <QUALF>008</QUALF>
  <ORGID>1000</ORGID>
  </E1EDK14>
- <E1EDK14 SEGMENT="1">
  <QUALF>012</QUALF>
  <ORGID>ZPH1</ORGID>
  </E1EDK14>
I need to set a condition to these criteria
Option1:
E1EDK14 QUALF ‘012’ ORGID ‘ZPH1’ or
E1EDK14 QUALF ‘012’ ORGID ‘ZPH2’ or
E1EDK14 QUALF ‘012’ ORGID ‘ZC2’   and
if exsists E1EDK14 QUALF ‘019’ ORGID not equals ‘ZEDI’
--> this is the example case above
Option2 with a different map from Option1:
E1EDK14 QUALF ‘012’ ORGID ‘CCR’ and
E1EDK14 QUALF ‘019’ ORGID ‘ZEDI’
Option3 do not process these:
E1EDK14 QUALF ‘012’ ORGID ‘ZPH1’ or
E1EDK14 QUALF ‘012’ ORGID ‘ZPH2’ or
E1EDK14 QUALF ‘012’ ORGID ‘ZC2’   and
E1EDK14 QUALF ‘019’ ORGID equals ‘ZEDI’
Any idea if that can be setup in the Condition Editor ? I know a workaround would be to have a dummy map from ORDERS05 to ORDERS05 and write a single criteria in the Header, but that seems like too much overhead....
Thanks for  any help.

Hi Andrea,
   Ur conditions look a liitle complex. So u can determine ur rceiver at runtime by provicing the conditions in the mapping itself whr u can hv all combiations. This is called Extended Receiver determination. You can see the option in receiver dtermination itself.
Plz check he following link
<a href="/people/venkataramanan.parameswaran/blog/2006/03/17/illustration-of-enhanced-receiver-determination--sp16:///people/venkataramanan.parameswaran/blog/2006/03/17/illustration-of-enhanced-receiver-determination--sp16
But, there r options for checking existence of value in he simple receiver determination also. So u can check those and see if its possible with tht.
Regards,
Akshay
Message was edited by:
        Akshay Salunke

Similar Messages

  • Rebate conditions with mulitple validity dates

    Hello,
    I have an urgent requirement.  My customer wants to define different rebate rate by date in one agreement like normal pricing condition types.
    for an example,
    The validity date of the agreement is
    1/1/2008 ~ 3/31/2008
    Rebate conditons are as follows,
    Material A  $2 per 1unit,  1/1/08 ~2/28/08
    Material A  $3 per 1unit,  3/1/08 ~ 3/31/08
    I would appreciate with your help.  I will give you high point!

    Hi,
    Thanks for your answer.
    When I tried to create a new condition record with different validity date, the system gave me a message "VK 104, the condition is being processed in current session".  and then removed the record from the screen.  It's because of the same condition key exists.
    I think it's related to the difference on condition tables.  When I checked a condition table for PR00, the attribute was "with validity period" but a rebate condition table had none in attribute.
    Do you have any idea?

  • Condition specified in expression 2 is not working as expected

    I have an application variable that I'm setting in a page-level computation. It is conditional: it should only be (re) set when :request is not Delete, and when the application item is either null, or when a specific string is NOT contained in the application item. I have the condition type as PL/SQL, and am using both expression 1 and expression 2.
    Expression 1:
    nvl(:REQUEST,'DELETE') <> 'DELETE' (this condition is working)
    Expression 2:
    nvl(instr(:MD_Refresh_Tables, 'HDB_SITE'),0) < 1)
    (this condition is not working. :MD_Refresh_Tables is the application item being
    set. And I've checked out the SQL in sqlplus and it's doing what I think it is.
    However, when MD_Refresh_Tables contains 'HDB_SITE', the computation is
    still being made, which is problematic for how I want to use this variable,
    because it then contains 'HDB_SITE' more than once.)
    Am I not understanding how expression 1 and expression 2 are used in conjunction with each other?
    thanks,
    Carol

    Carol,
    You start with a specific condition type. Depending on the type, it may require neither Expression 1 nor Expression 2, or it may require Expression 1 only or it may require both Expression 1 and Expression 2. The type of condition, i.e., its name, suggests which, if any, of those two fields would be required. If your condition type is PL/SQL Expression, you put the PL/SQL Expression in Expression 1 and leave Expression 2 empty.
    Scott

  • Conditional build tags/expressions in the TOC

    Hello all,
    I've run into another issue with my conversion, this time with Conditional build tags and expressions.
    All seems to be fine in my topics, but not in my TOC.
    Some of my topic titles have words that have conditional text applied in the source FrameMaker document.
    These topic titles also appear in the TOC that's automatically generated when I link my Frame book to Robohelp.
    I set the conditional build expression in the Webhelp settings dialog and then Save and Generate.
    These topic titles appear to pick up the correct conditional build expression in the topics themselves, but the TOC heading shows multiple conditions (including the condition I've set to "Exclude").
    So, for example, if my topic title is
    "Conventions in this documentonline help"
    WHERE
    document > should appear in PDF only
    and
    online help > should appear in Webhelp only
    I can get the Webhelp topic to use the title "Conventions in this online help"
    but the corresponding TOC heading looks like this:
    "Conventions in this documentonline help"
    Any ideas?
    Thanks.
    Sue

    Conditional build tags are not imported to TOC from FrameMaker content. However, one can follow another approach to achieve this. One can manage the Conditional build expression in FrameMaker itself and import the filterted content in RoboHelp. Inorder to achieve this, set the conditional build expression in FrameMaker. Turn on the setting in RoboHelp to "Apply FrameMaker Conditional Text Build Expression". [File->Project Settings->Import->Edit(FrameMaker Settings)->Other Settings]
    This way RoboHelp will import only the filtered content with Conditional Build Tags resolved as per the expression applied in FrameMaker.
    Mayank

  • CASE Statement in Where Condition with Multi Valued parameter in SSRS

    Hi All,
    I am little confused while using CASE statement in Where condition in SSRS. Below is my scenario:
    SELECT
    Logic here
    WHERE
    Date IN (@Date)AND
    (CASE
    WHEN NAME LIKE 'ABC%' THEN 'GROUP1'
    WHEN ID IN ('123456', '823423','74233784') THEN 'GROUP2'
    WHEN ABC_ID IS NULL THEN 'GROUP3'
    ELSE 'GROUP4'
    END ) IN (@GROUP)
    So above query uses WHERE condition with CASE statement from @GROUP parameter. I want to pass this parameter as multi- valued parameter and hence I have used CASE statement IN (@GROUP).
    For @Date one dataset will pass the available and default values and
    for @GROUP parameters, another dataset will pass the available and default values.
    But this is not working as expected. Please suggest me where I am making mistake in the query.
    Maruthu | http://sharepoint-works.blogspot.com

    Hi Maruthu,
    According to your description, I create a sample report in my local environment. It works as I expected. In your scenario, if the selected values from the Date parameter contains some of the Date field values, the selected values from the GROUP parameter
    contains some of GROUPS (‘GROUP1’,’GROUP2’,’GROUP3’,’GROUP4’) and the corresponding when statement is executed , then the dataset returns the corresponding values.
    In order to trouble shoot this issue, could you tell us what results are you get and what’s your desired results? If possible, you can post the sample data with sample dataset, then we can make further analysis and help you out.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How do i use my time capsule and extend the network with airport express

    I have a new iMac and Time Capsule, how do i extend the network with airport express. My time capsule does have a guest net work, and logins and passwords? I am no computer person. So for me it would have to be spelled out.

    Use the search as this has been done to death ..
    Bob Timmons is the expert on this.. look at his answers here.
    https://discussions.apple.com/thread/4274187?start=0&tstart=0
    https://discussions.apple.com/message/21856077#21856077
    This has been automated in the v6 utility. I am used to doing it manually in v5 utility which is also fairly easy.
    Apple doco is also good to read.
    http://support.apple.com/kb/HT4145
    http://support.apple.com/kb/HT4259
    Note.
    You cannot extend the guest network unless everything is up to date 7.6.3 firmware. And that is only with the TC as the main router in the network.
    All apple routers can be configured as the main wireless or as the extend wireless.. so don't worry if a post uses express or extreme or TC.. they are for wireless, the same thing.

  • Need to update the list item in the same sharepoint list with particular condition with Sharepoint Designer 2013.

    Hi All
    I have one sharepoint list with huge data i.e with 20columns and more than 200 records with the fields .
    Suppose lets consider there are A,B,C,D,E,F,G,H columns.
    Now i want to create one form with the fields A,C,E.
    When the user enter the existing data of list for columns A,C..based on C value the E column value should change and update that particular item in the list.
    Please guide me without visual web part can we acheive this by Sharepoint designer 2013 or what would be the preferable solution.
    Please help me on this as it is very urgent from me..
    Thanks in Advance
    Sowjanya G

    Hi,
    According to your post, my understanding is that you wanted to update the list item in the same sharepoint list with particular condition with Sharepoint Designer 2013.
    I recommend to create workflow associated to the list and then start the workflow automatically when an item is changed.
    In the workflow, you can add condition and actions as below:
    If current item: C equal to Test1
         Set E to Test2
    Then the value of the filed E will be changed based on the value of the filed C.
    In addition, if you create the form using InfoPath, you can add rule to the filed C as below:
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Setting up a multi-zone stereo system in my home with Airport Express

    I'm trying to set up an in-home stereo system using iTunes as my main hub.  I want to play iTunes as well as Pandora and possibly Sirius.  Can I set this up with Airport Express?  Would I control everything through iTunes on my MacBook or an iPad?  How is this all wired if I have some existing external speakers with a receiver in my family room, built-in ceiling speakers in the kitchen, and outdoor external speakers?  I am comparing this to a Sonos system, but the Sonos is not really in my budget. 
    Also, what is the difference between Airport Express and Airport Extreme?  What would I need for this situation?  Thanks in advance for your help.

    >I want to play iTunes as well as Pandora and possibly Sirius. Can I set this up with AirPort Express?
    From iTunes you can stream a single audio source to one or multiple 802.11n AirPort Express Base Stations (AXn), but you cannot stream multiple audio sources to separate AXns. You would need a third-party product, like Rogue Amoeba's Airfoil to stream audio sources other than from iTunes.
    >Would I control everything through iTunes on my MacBook or an iPad?
    You could do either.
    >How is this all wired if I have some existing external speakers with a receiver in my family room, built-in ceiling speakers in the kitchen, and outdoor external speakers?
    Of the speakers you mentioned, only the ones connected to the receiver would work directly connected to an AXn. The audio output port on the AXn is a combo 3.5 mm stereo analog/optical digital port. Assuming your receiver accepts either analog or digital audio input, you can feed the output of iTunes or Airfoil from the AXn to the receiver. In turn, the receiver (if configured for whole home stereo) can feed the kitchen and outdoor speakers.
    >Also, what is the difference between AirPort Express and AirPort Extreme?
    What's similar: Both are Internet routers that provide wireless. Both provide the ability to share an attached USB printer. What's different: The Extreme has a built-in Ethernet switch. The Extreme supports sharing HDDs and printers together or separately via a USB hub. The Express has a built-in audio circuitry, the Extreme does not.
    >What would I need for this situation?
    Only the Express can accomplish providing an audio stream.

  • HT4259 I have been trying for hours to extend my Extreme Gen 5 network with an Express Gen 2.  But no matter what I do or try, it doesn't work.  What does happen is my internet gets block somehow when the Express looks like it's set up and 'green' - no in

    I have been trying for hours to extend my Extreme Gen 5 network with an Express Gen 2.  But no matter what I do or try, it doesn't work.  What does happen is my internet gets blocked somehow when the Express is online and looks like it's set up perfect and 'green' - but no internet connection for anything even though the Extreme is green and the modem is good.  Once I disconnect the Express, everything is good again.
    I've tried LAN, WAN, though a switch, direct connect, Extreme set to Extend the network, the Express set to be an extension.  Most of the time I get an error trying to update the Express.  But when it seems to be set up perfect, the entire house can't get to the internet.  Just when it looks right, it is so wrong.
    If anyone can give me exact steps (e.g., "...from the Base Station menu, select the Restore Default Setting option" vice "...just restore the defaults..."), I would greatly appreciate it.  I'm left to the conclusion that the Express is faulty.  I've been using Airport Utility 6.2 from Mountain Lion on one computer and Airport Utility 5.6.1 from Snow Leopard on another computer (the latter give more control while the former just want you to 'forget' the Express).

    I finally got it working.  I was trying to set it up ethernet.  My biggest mistake was when the new Express came on, I did not select 'Continue' - I went straight to manual thinking that I would get the most setup options in manual mode.  So everything I initially tried always resulted in 'wireless'.  Even when I would update or restore default settings, the Express would not completely restart. Or sometimes I would get an error. So most of the time I had to unplug it.  So when it came back up, none of my changes were retained. But there were a lot of times when everything was green and appeared to be fine. But anytime the ethernet cable was plugged in, no more internet.
    So here's the weird part.  When I finally tried 'continue' (vice manual), I would get 4 options.  One would be 'ethernet' extended.  So I would select it, it gave me green lights, all looked good, and still the same problem.  This is when I got frustrated.  I thought I had exhausted all possible combinations.
    But somehow when trying continue again after another restore, I only got 3 options.  One was the same ethernet extended option (can't remember what the missing 4th one was).  And this time it worked - it gave me the big green circle with the checkmark saying it was successful.  I don't know what I did different, but I know now that it won't work if 4 options come up to choose from.  It will work if only 3 options come up.  And success if only verified by the big checkmark.  Had anyone anywhere said the checkmark declaring success is validation, then maybe I wouldn't have gone down so many rabbit holes thinking it should have been successful.
    As for which Airport Utility I prefer, 6.2 looks nice, but it would just ignore the Express and would want me to 'forget' it and would not let me edit it.  Airport Utility 5.6.1 was the one that I ended up using the most and finally had success with.  It still strikes me as odd that there is no manually way to pick ethernet, it can only be choosen following a 'restore defaults', and only from the 3-option list (the 4-option list had the same ethernet choice, but it no worky).
    Thanks for the response.  I really do appreciate it.
    Aiport Extreme Gen5 - internet access and router
    Airport Express Gen2 - connected via ethernet, extending my wireless
    - configured while connect directly to the Extreme, but now on a switch (16-port hub)
    Using Airport 5.6.1
    1) Restore Defaults from Base Station menu
    2) Following restart, Select Continue
    3) Of the 3 option presented, select 'ethernet.... extend network...'
      - if 4 options are present, may not work
    4) Wait for the green circle with the big white checkmark.
    5) Connected Express to the switch where a cable went to other end of house - works.
    Dead-zone went from 2mbps to 24mbps.
    I probably spent 4 hours chasing my tail in anger.  The correct way took about 5 minutes total.
    Thanks again.

  • Issue with SSRS Expression

    Hi all, 
    I am facing some issue with ssrs expression. 
    I used below expression to show sum of budget. 
    =Sum(  CDbl(Fields!Budget.Value))
    When I preview the report it shows #Error in that textbox. 
    Please help me to fix this one , I am not getting where its breaking.. 
    Thanks
    Rohit

    Hi Rohit,
    According to your description, you want to sum the [EstimatedCostField] with an expression.
    In your scenario, since the [EstimatedCostField] is budget which you want to perform sum calculation, you should specify the sum expression like below:
    =Sum(CDbl(Fields!EstimatedCostField.Value))
    If issue persists, please run the report in the BIDS then check the warning message in output to see the detail information about the #Error. Besides, please also share the report design for our analysis.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Since updating to IOS 8.1 on ipad mini can't download apps.  Apps show "waiting." Have reset to new condition with no improvement.  Any solution?

    Since updating to IOS 8.1 on ipad mini can't download apps from iTunes store.  Apps show "waiting." Have reset to new condition with no improvement.  Also turned off Wi-Fi and re-connected.   Any solution?  Thanks,

    If you restored your iPad as new, and it still didn't help, I don't know if anything in here will help. in any event, I have posted this boilerplate of suggestions many times in the past and the suggestions in here have worked for others at one time or another. Feel free to give them a try.
    1. Tap the "waiting" icon and see if you can pause it. If it does pause, then tap it again and see if it will resume. If that works, repeat the same steps for each "waiting" icon.
    2. Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    3. Make sure that you do not have a stalled download in iTunes - if you have a download in there that did not finish, complete that one first. If you see a downloads tab in the lower right corner, then there is a download in iTunes.
    4. If that doesn't work - sign out of your account, restart the iPad and then sign in again.
    Settings>iTunes & App Store>Apple ID. Tap your ID and sign out. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Go back to Settings>iTunes & App Store>Sign in and then try to update again. Tap one waiting icon only if necessary to start the download stream.
    5. You can also try deleting the waiting icons - tap and hold down on an icon until it wiggles - the tap the X on the icon to delete it. Then try to download again. Apps may also be able to be deleted in Settings>General>Usage>Storage if you cannot get the X to pop up on the icon.
    6. You can try resetting all settings. Settings>General>Reset>Reset All Settings. You will have to enter all of your device settings again.... All of the settings in the settings app will have to be re-entered.
    7. Reset your router. Unplug it from power for about 30 seconds and then plug it back in again.

  • Trying to set up wireless network on PC with Airport Express

    I'm helping a friend set up his network with AirPort Express. He's got a modem attached to his PC, and currently has a router that sends a wireless signal to a receiver on the PC in the other room. Now he's added a Mac, and the old router/receiver doesn't work with Mac. So he bought an Airport Express.
    I've turned on the Airport, and first I connected the ethernet cable from the modem to the AirPort. Per the AirPort utility I put on the PC, it couldn't find it (got the flashing amber light). So then I took out that ethernet, and I hooked up the ethernet directly from the CPU to the AirPort. Suddenly, it was found, and it took me step by step through the set up. It asked for password info from our internet provider (??why would I have that info??), so we just hit "enter". Then it couldn't set up the network, and said to check the "manage network settings". I've tried everything. Not only can I NOT manage to create a network, but now NEITHER ethernet cable will cause any recognition in the AirPort. All I get is the blinking amber light. I'm about to throw all the computers out the window...it really should not be this difficult. I've set up networks in my own home, before, with both PC and Mac, and never had these problems. So, now, I've had to relink up the old router/receiver in order to send out this call for help. Can anyone suggest anything else to try before I use these computers for target practice?
    Thanks in advance,
    Jennifer
    P.S. The main PC w/modem is on Vista with service pack 2.0...since I can't even get that one working with AirPort, I hardly think it matters what the other computers are...

    I had some initial problems too. Make sure that you have the latest Airport Utility in the utilities folder. I used that to correct the problems I had when I first got Time Machine. I recommend resetting everything through there to get it working right.
    Mine is not set up to run an n network because my macs are all g and b compatible. Does the airport utility see the time machine? And if so, does it have a green light in the utility?

  • Comcast Internet connection no longer works with Airport Express

    This is a little bit out of my depth, so I'm hoping that someone can help me.
    I've been accessing Comcast High Speed Internet through my Airport Express connection for more than a year. Things were great until last week when my connection stopped working. The only way I'm able to access the internet is by connecting my iBook directly to the modem.
    I tried resetting my Airport Express. I even did it manually so I could manually enter the DNS Servers and Domain Name. That worked for about two days, but now I'm back to where I need to connect directly to the modem.
    Maybe there's something I'm not doing correctly. I'd appreciate any help I could get.

    gerasco, welcome to the discussions,
    It sounds like you are doing everything right and the AirPort Express may be acting up.
    Normally, you would reset this device by plugging it in and holding in the reset button until the amber light flashes rapidly.
    This time, try a hard reset as follows:
    Unplug the AirPort Express
    Hold in the reset button and CONTINUE to hold it in as you plug in back in to power
    Release the reset button after approx 10 seconds.
    Setup the Express again and see if that helps. If you continue to experience problems with the Express, it is likely that it will need to be replaced or repaired.
    Please post back on your progress.

  • HP LaserJet 1000 not working with Airport Express

    Has anyone had any luck getting a HP LaserJet 1000 working with Airport Express on Windows XP or even OS X for that matter?
    I can connect to the Airport Express device using iTunes, but its pretty muched gimped for printing. uggh.
    MacBook Pro   Mac OS X (10.4.6)   D-Link DI-524

    I've no personal experience with your particular printer but these pages may help you
    http://h20000.www2.hp.com/bizsupport/TechSupport/Home.jsp?&lang=en&cc=uk&prodTyp eId=18972&prodSeriesId=45674&submit.y=7&submit.x=4&lang=en&cc=uk
    http://www.ifelix.co.uk/tech/1013.html
    Steve

  • How do I stream rhapsody from my MacBook Pro to my receiver with Airport Express?

    How do I stream rhapsody from my MacBook Pro to my receiver with Airport Express?

    You will need an application like Airfoil for Mac to be able to stream any audio files on your computer to the AirPort Express.
    http://www.rogueamoeba.com/airfoil/mac/

Maybe you are looking for

  • Can't open firefox after upgrading to the latest version. All programmes affected, basically nothing works and it's driving me mad!

    Having updated firefox, it does not work. After an hour or so to try and open firefox, it says firefox has crashed and gives option to restart or quit. Same with internet explorer and chrome - no response. After about an hour, excel finally opened bu

  • Webi Report Save on Enterprise location

    Hi Experts, I am getting following error at the time of saving Webi report on BO Enterprise location. Could not save the document to the repository for the following reason: [repo_proxy 30] InfoStore::ObjectExport::commit - (Helpers::InfoStore::Objec

  • List items not rendering on page

    I have code that I'm querying a list and I am trying to get them into an accordion. I'm able to see the items when I do an alert to validate its connecting, however, the accordion and data items are not rendering. Am I missing something? <script type

  • R.I.P., M.B.P.

    Recently, my 7-year-old MacBook Pro died on me. A friend suggested that I google-search for "sell my macbook pro" or something like that, to sell the old machine for parts. Does anyone here know of a service or web-site where I can sell the machine?

  • Running JUnit code for EJB

    Hi, I have written following JUnit code for testing EJB whose jndi name is SBuySharesHome public class CTestCase_Default extends TestCase      public CTestCase_Default ( String arg )           super ( arg );      protected updateBuyShares.SBuyShares