Issue with condition editor in integration process

Hi,
Now there is the chance to use this feature for the first time.
Seems to be very easy.... No, it isnt!
Variable  RETURN (type string) referencing to a field of a message structure is used for this condition:
RETURN!="I001"
So, if the variable does not contain the string I001 the process should use the exception path.
Ok, easy! This works!
But now I have this case to solve with the condition editor.
If the variable does not contain the string I001 OR E002 the process should use the exception path.
So my condition looks like this now:
RETURN!="I001"|RETURN!="E001"
=> If return is NOT I001 OR Return is NOT E001....
Result: semantical check is OK but the process always chooses the exception path now.
Oh, why this?
An alternative RETURN!=("I001"|"E001") does not pass the semantic check.
So I am missing ideas now how to write down the condition for my switch step
as this issue seems to be not discussed in any thread here.
Any help with this strange feature is really appreciated!
Best regards
Dirk

Hi Dirk,
=> If return is NOT I001 OR Return is NOT E001....
for me, your logic is wrong, what you need for your exception receiver is : 
=> If return is NOT I001 AND Return is NOT E001....
NON (a OR b) <=> (NON a) AND (NON b).
so for your receiver_ok, you have to use the opposite: so the solution providen by Ramesh, and so to ahve two receiver lines like that:
(Result = "l001" OR Result ="E0011" )  ==> Receiver_ok
<blank_condition (*)> ==> Receiver_Exception
(*) all condition which does not respect the 1st ones: Result = "l001" OR Result ="E0011".
regards.
Mickael

Similar Messages

  • Problem with condition editor in Interface determination

    Hi,
    I have 5 receivers for an interface. There are some conditions based on which the message should be processed.
    one of my condition is:
    If field A = CIT* and (field B != IDP or field C != IDP*) then message should be processed to a particular InterfaceMap(Messaeg Map).
    I am facing problems when giving the condition with != in the condition editor of InterfaceDetermiantion.
    When I send a message that is not satisfying the above condition, even then an output file with 0kb is getiitng created. But in this case, the condition should obstruct the message going to Message mapping.
    I thought this could be the problem with != operator in condition editor.
    Can any one suggest if there is any other way that i can proceed.
    Thanks in advance,
    Minisha.

    Hi Suraj,
    Thanks for the suggestion.
    But it didnt work for me.
    Even when i give empty-message handling to ignore, the empty file is getting generated.
    Not even the condition is working.
    I tried only giving (field A u2248 CIT* AND field B != IDP EX ), which should work in this case. As expected, the message is not processed beyond this as the condition is false. But problem is when i tested with other testfile with which the condition given is true, still the message is not being processed. it is now completely obstructing the message even if the condition is true.
    Thanks,
    Mnisha.
    Edited by: Minisha Uthaman on Sep 10, 2009 4:12 PM

  • Problem with condition editor

    Hello,
    In my scenario i use an abap proxy for sending informations from a SAP system to 2 laptop depending of the content of a special field in my interface.
    For that i use the condition editor in the ID but when i want to create my xpath from the schema of the interface, i have a popup with this error message : "Unable to load XSD schema. Check whether the interface exists in the Integration Repository".
    And the strange thing is : this interface exist !
    If somebody has an idea.
    Regards,
    Vincent LECONTE

    Hello Hans,
    Thanks a lot for your help.
    Effectively the problem was that the "Software component" was not marked for the business system... .
    So now i can see the xsd schema and create a condition.
    But after my condition is created when i test my scenario it doesn't work. If i use the transaction "SMXB_MONI" i can see the xml message but the status is "a green flag", it don't go to the step "Receiver Identification" ????
    A if i remove this condition my scenario work fine.
    Sample message sent is :
    <?xml version="1.0" encoding="UTF-8" ?>
    <OutputMess>
      <Description>Voiture</Description>
      <quantity>2</quantity>
      <UOMCode>KG</UOMCode>
    </OutputMess>
    and my condition is simple :
    (/OutputMess/Description = Voiture)
    If you have a wonderfull idea, it will be fine.
    Best Regards,
    Vincent.

  • Tacacs+ access issue with ASA firewall after integrating with RSA SecureID

    Hi,
    In my earlier post,  I raised the same question but let me rephrased it again. I have configured TACACS+ in cisco ASA firewall and able to access . But when I integrated it with RSA secure ID , I am not able to enter in enable mode. It is not accepting enable password nor RSA passcode. I have created enable_15 in ASA , ACS and RSA server but no luck.
    Did any one face similar issue with ASA access ?
    Rgds
    Siddhesh

    Hi Siddesh,
    In order to help you here, I need to know few things:
    1.] Show run | in aaa
    2.] When you enter enable password on ASA CLI, what error do you see on ACS > Monitoring and reports > AAA protocols > tacacs authentication > "look for the error message"
    3.] Turn on the debugs on ASA "debug tacacs" and "debug aaa authentication" before you duplicate the problem.
    ~BR
    Jatin Katyal
    **Do rate helpful posts**

  • Issue with G_FXX  while creating a Process

    Hello Friends,
    I have a Manual Tabular form made with APEX_ITEM, I am trying to create a process to perform DML operations based on the values from the G_FXX arrays of APEX_APPLICATION.
    Below is the error I am getting
    ORA-06550: line 9, column 30: PLS-00302: component 'G_F51' must be declared ORA-06550: line 9, column 1: PL/SQL: Statement ignoredCorresponding Line of the Insert Process:
    for i in 1..apex_application.g_f51.count
    loop
        if ( apex_application.g_f51(i) is not null) then
            update CP_INTERFACE_SCH_INFO
         set INTF_NAME = apex_application.g_f52(i),
           Corresponding Region code :
    select apex_item.hidden(50,CAP_PLAN_ID) ||
    apex_item.hidden(51,LINE_NO) ||
    apex_item.text(52,INTF_NAME) INTF_NAME,
    apex_item.select_list_from_query(53,TYPE,'SELECT TYPE,TYPE_ID FROM
    and so onThe form is generated properly and I could check the labels showing up correctly.
    I have multiple other regions and processes on the same page with similar syntax working with out issues. I have spent quite some time, but could not think of any problem...
    Please help me ...

    Hi Dir,
    Thanks for responding.
    In my case :- I have multiple regions, all are tabular forms made with APEX_ITEM each having 7 ~ 8 cols. So, I have run out of arrays. I was updating the collections on specific region SAVE buttons.[I created collections On Load-Before Header with APEX_COLLECTION.CREATE_TRUNCATE_COLLECTION]. I wanted to load actual tables from collections upon hitting the final SUBMIT button.
    Please let me know if there is a better practice to handle this situation.
    Thanks..

  • Issue with Form Editor, Payslip

    Dear All,
    I have an issue in Salary Slip. I am making my own pay slip in form editor and I have made 4 windows for displaying 4 different type of allowances and deductions but when I call the value in window from wagetypes in RT they come up as multiplied by 10. For example, (Please note that I am in Oman and local currency is OMR that uses 3 places after decimal for example 20.300 OMR) An employee has basic pay of 1500.700/- OMR it is coming up as 15007.00/- OMR. The amount in RT is coming fine as 1500.700/- OMR, I have checked it. When I call a wagetype in a single field the value comes out fine so the issue is with values displayed in the Windows.
    Can anyone tell me whats going on???
    Regards,
    Ahsan Zaidi.

    Hi Bala,
    It is already mapped correctly. If I enter a single line Text in HTML Editor, I am getting the same Text after Parsing. But If I enter multiple lines, spaces, new lines, etc., then the Problem.
    Thanks||
    Ashok M.

  • Issue with conditional breaks

    Hi Experts,
    I am working on conditoinal breaks in adobe.
    My requirement is: For a delivery item if i have 3 batched i have to print 3 forms with item data. Here the data of one batch can flow into multiple pages I had applied a conditional break on batch field at the item level of the table(designed with dragging the table into the layout.). this form contains Batch at header and footer. When the data fits in one page conditional breaks are working fine and i am getting 3 forms in the same spool as desired. But when there is more item data conditional breaks are not working properly.
    Issue like item data over flow on the footer and batches are not showing up properly according to the page breaks.
    Please help on this issue.
    Thanks,
    Anil

    Guys, Tell me if my question was not clear or need further information.

  • Issue with ABAP program execution from process chains

    Hi All:
    We have a process chain with 3 steps, each of them executing the same program with three different variants. The program is ftp's the file from APO's dataexchange (mount) to another ftp server. The first variant transfers file A to a directory in the external ftp server (say /X) . The second and the third variants are supposed to transfer different files, B and C to the same directory.
    That is where the problem is. After the process chain is successful, I see two files B and C but the contents are same and that of C. So, if I switch the steps in the PC to bring in A then C and then B, I see files B and C with content of C. I tried C then A then B. I see the file names correct but now the contents are A, A then B.
    Have any of you come across this issue? Do you know that these is an existing problem? IF you have a solution, pl. let me know.
    Thanks
    Narayanan

    Narayanan,
    Instead of doing it in three steps - would it be possible for you to have one UNIX script or equivalent doing the above and calling the same from your process chain ...?
    We do a lot of FTPs but then our file names are standard and we have a UNIX script for the same executed using a system command through a process chain and it has been working without issues for the past 1 year ...
    Maybe I have not got your situation properly ... some more detail on the program details and what you are doing in more detail would help....  also SP levels please..

  • Issue with Consolidate Action through Batch Process

    We find that when "Load" reports an error, "Consolidate" does not fire - only from Batch. When processing manually, Consolidate fires regardless of Load errors.
    We are using an Essbase load rule that results in records continuing to be loaded, when there are kickouts. So, the Essbase API is returning an error code to FDM [that's fine].
    We want to run a calc script whether or not the load errors.
    Again, with a "manual" process - no problem. But Batch stops prior to firing Consolidate.
    We checked the Batch flag - we set it to "10" (Consolidate) and even "12" (Check).
    Any thoughts?
    We are trying to avoid altering the Load Action code to execute the Essbase calc within that code set.
    Any inputs regarding this issue would be greatly appreciated.
    Thanks

    Thanks for responding back. I have seen the link before.
    We have HR_PL_ADMINISTRATOR_000 role. The role has P_ASRCONT P_ORGIN and P_PERNR object. Object  P_ORGIN needs to be set as
    Authorization level            Read
    Infotype                           *
    Personnel Area                *
    Employee Group              *
    Employee Subgroup         *
    Subtype                           *
    Organizational Key            *
    in order to show the Hire Process in execute hiring link on the Portal. If we put a restriction on personal area, we do not see the Hire process on the execute hiring on the portal.
    Kindly advice.
    Thanks,
    Gowri

  • Dimitri, Having issues with Anychart5 for APEX integration kit

    Hello Dimitri,
    I tried sending an email to [email protected]; however, I get an error so I hope to catch you here.
    I have installed APEX trial integration kit into another folder and modified the region to point to the correct path. The new charts show; however, some of the labels are not displaying on the 3D pie chart. I've noticed this is an issue on the sample http://anychart.apex-evangelists.com/pls/apex/f?p=755:7:1610753316996317::NO:::. Also, the legend just says value1 with no data.
    Regards,
    Kelly

    Tasty, Morten!
    Good work.
    Ben

  • Issue with Condition step in workflow

    Hi Guys,
    I am using a condition step to check the value of a variable A. If the value of A is 7 , then the wf will follow the true branch. If not it will go down the false branch. This is as simple as that. But the wf was going down the wrong path when i tried to test it. Meaning even if the value of A is 7, it was going down the false branch.
    So i simulated that condition in the editor and manually entered a value of 7 for A and still it is going down the false branch.
    I havent seen this issue before. Have any of you? I ahve tried clearing buffer, creating new version of the wf. But nothing has worked. I even tried to reverse the condition check. Like i tried to give IF A not equal to 7. Still its going down the worng branch.
    Any ideas? The variable if declared of the type SYST-PEXPI. And the funny part is this wf is working fine in production.
    Harish

    Hi Harish,
    Sometimes it happens that the value of the variable is not yet populated when the workflow is at the COndition step. Hence it always follow the same path irrespective of the actual value that needs to come.
    Please check if the container element you are checking is having the correct value when at the COndition step. Else you can try adding a wait for few seconds step before the condition step and then test.
    I guess the performance of the Production system is better than the dev or quality system so you are not facing the issue there.
    Regards,
    Saumya

  • Wierd issue with Sample Editor...

    Hi again! More questions to use this program efficiently without pulling all my hair out... When I'm using the "time and pitch machine" under Factory in Sample Editor, I've run across an issue. I got a sample to loop accordingly Trimming off the rest of the song in the sample, then I Changed the BPM from about 240 to a new destination of 220 just to shake things up. When I did this, I wasn't too happy with the sound afterall, so I simply chose UNDO from the edit menu.....and now, there is an extra piece of the loop that was added to the end of the loop... that I can't get rid of! Undo can't undo? What gives?
    Secondly, It has a function to "pre listen" in the menu of the time machine... yet when I hold the mouse down to preview it... It simpy plays back the exact tempo it was originally without any change reflected. The Help file says some audio hardware it will work with... I'm using a MOTU 2408MK3, I figured this could handle a simple task. Anyone have this issue or suggest anything?
    - Thanks for all the help guys!

    logic need to improve on that, its been like this since it was first introduced
    it works well with short samples/loops and it works well with different algorithm
    so try all of them
    also you can turn your loops into apple loops, it works better sometimes like that
    the other choice is to export that loops and import it back again, so that logic can activate the follow the tempo on it
    Secondly, It has a function to "pre listen" in the menu of the time machine... yet when I hold the mouse down to preview it... It simply plays back the exact tempo it was originally without any change reflected. The Help file says some audio hardware it will work with... I'm using a MOTU 2408MK3, I figured this could handle a simple task. Anyone have this issue or suggest anything?
    that works if the sample is playing whilst you are dragging your mouse to move the blue ball around
    stash

  • FF_5 - Issue with Account Balance option while processing BAI file

    Hi All,
    We are getting a runtime error while trying to process the same bank file again through transaction FF_5 with 'Account balance' option checked. And the message says 'The ABAP/4 Open SQL array insert results in duplicate database records.'  with the command 'Insert_FEBPI'. This happens only when we have combination of uploaded and not uploaded statements in the bank file.
    I could find a OSS note for the same issue but that was for the file format MT942. We are using BAI file format. Can some one please help me in this regard.
    Thanks in advance!
    Regards,
    Jalendhar

    This is standard SAP functionality. If there are no applicable notes, then you should open an OSS message.
    Rob

  • Issue with Receiver MDM Adapter - Integrated Configuration

    Hi Experts,
    My scenario is I need to pick a file from PI Directory and push it into MDM Ready folder.
    The source file structure is ~ delimiter text file and at the receiving end , I need to push the same file as it is.
    At the receiving side I have used MDM Adapter.
    The issue at receiving side is:
    I am receiving file with .xml extension with the same content as of source file but my requirement is .txt file.
    Please advise on this.
    I am using SAP PI 7.31.
    P.S.- I have not used FTP at the receiver side due to some other concerns.
    Thanks,
    Vivek Jain

    Hi Amit,
    Thanks for the reply.
    Yes we had tested successfully via SOAP UI as well (forgot to mention that). We are getting back the expected response in SOAP UI without using any credentials. We got the same response when we tested it through OS commands from PI server.
    The WS is hosted by the target system and they haven't maintained any credentials at their end. So when PI is trying to access, we don't need to provide any credentials. My question is, whether the target system should keep any credentials to send the synchronous response back to PI (java stack). We have tried that as well but since there aren't any logs, we are unable to verify whether the credentials are coming correctly.
    The service interfaces are correct and PI configuration are OK. I will try the XPI inspector for logs as you have suggested.
    Thanks
    Justin

  • Issue with Condition dependent PO output

    Hi,
    We're implementing Extended classic version for SRM 5.0.
    As part of the output determination, we need to determine 2 print outputs for Purchase orders. We have 2 purchase organizations and both of them need to have 2 different smartforms for the print. So, we're designing 2 different smartforms. In order to assign the smartforms as per the purchasing org, I've used "Condition dependent output" in IMG settings. But whenever I try to print, it picks up the standard form from the IMG node "Define actions for Document Output" where the standard form is maintained. We did not maintain the custom form in this node because we have 2 forms for print.
    I would like the program to pick up the custom form maintained in " Condition dependent document output".
    I understand that we could use the BADI alternatively. But any help in resolving this problem through the configuration is highly appreciated.
    Regards,
    Lakshmi

    Hi,
    Pls implement the badi "BADI BBP_OUTPUT_CHANGE_SF".
    For sample code/pointers,see the foll links;
    Re: How to change default smartform triggered while printing for shopping cart
    Re: How to change default smartform triggered while printing for shopping cart
    Re: Smartform display
    Re: Add a Printer ?  -> LP01
    Re: Condition Dependent Document Output
    Re: Add a Printer ?  -> LP01
    sending Smart form to Printer  in SRM
    Re: SRM PO's to be printed out with the PO
    BR,
    Disha.

Maybe you are looking for

  • No bluetooth mouse or keyboard on login on MacBook

    Dear experts, Over the weekend I made a fresh SL install (plus update to 10.6.1) onto a new harddisk on my white MacBook2,1. Imported my old users from the old 10.5.8 harddisk. So far things have been fine except for one: At the login screen my bluet

  • TS4036 How Can I re-enable my disabled from my Computer(the Ipad doesn't allow me any access to the Ipad)

    How can I re-enable a disabled Ipad from my computer?

  • Regarding review the environment

    Hi All, I would like to do an overall review the environment .              Initial analysis of environment              performance review              Process chain analysis              troubleshooting items Please give Detailed steps how to do?.

  • Itunes 7.0.1 doesn't help

    I have been having issues similar to others since installing Itunes 7: - grinding and whirring - not recognized - won't update more than 280 songs at one time - doesn't play back smoothly on IPod - Itunes freezes when I connect IPod I downloaded 7.0.

  • Apache Requires Restart Every Day

    I cannot get hls-vod streaming to work for more than 24 hours at a time. After a day or so, all videos stop working. But then I restart my apache service and everything is fine again. What could possibly cause this behavior?