Skip Receiver Step

Hello BPM experts,
I have a scenario which like to read two different source .xml files from a directory. See below:
http://www.koekce.com/Skip_step_BPM/Skip_step_BPM.html
How can i skip the second receiver step if the B file does not exist?
Does anyone suggest me some ideas?
Thanks in advance,
FK

Hi Fatih,
Is your collection of message time dependent? If so you can use the Collect Pattern. Use the following link:
http://help.sap.com/saphelp_nw04/helpdata/en/0e/56373f7853494fe10000000a114084/frameset.htm
Regards,
Sanjeev.

Similar Messages

  • I'm setting up my MacBook Air and it tells me to sign in with my apple ID but when I try to sign in it says there's a server error. What do I do? Do I try to skip the step?

    I'm setting up my MacBook Air and it tells me to sign in with my apple ID so that I can set up features like iTunes and iCloud and such but when I try to sign in it says there's a server error. What do I do? Do I try to skip the step? How can I fix this?

    The following previous discussion may help, in particular the last post (1/22/2014 by frankjet7): https://discussions.apple.com/message/21295536#21295536

  • Mapping in BPM: how to merge results of receive steps into send steps

    Hello,
    we need the following BP:
    1. async. Receive Step: receive an IDoc
    2. sync. Send Step: WebService request using the content of an IDoc field.
    The WebService returns some data we need for the destination structure.
    3. Transformation???
    4. async. Send Step: we have to <b>merge</b> and map the Idoc fields and the
    resulting fields of the WebService into the destination structure.
    What are the basic steps and objects therefore?
    IDoc-message            X  --> |
    WebService-message Y  --> |   -->  Z dest-message
    Out problem is, how an where to get access to both Source Messages to merge them for the destiniation message?
    Regards
    Gunnar

    <i>1. async. Receive Step: receive an IDoc
    2. sync. Send Step: WebService request using the content of an IDoc field.
    The WebService returns some data we need for the destination structure.
    3. Transformation???
    4. async. Send Step: we have to merge and map the Idoc fields and the
    resulting fields of the WebService into the destination structure.</i>
    >>>>
    1. async. Receive Step: receive an IDoc - OK
    2. sync. Send Step: WebService request using the content of an IDoc field.
    The WebService returns some data we need for the destination structure. - OK
    3. Transformation - this transformation step will have 2:1 mapping. source would be IDOC and response of WS mapped to result.
    4. async. Send Step: Send the result

  • Problem with BPM Receive step

    Hy all,
    I have a strage Problem with a BPM Definition into a receive step. I receive from SAP System IDoc and (per dynamic receive determination) I receive it into BPM.
    But the Block that contains the receive Step can't be executed. I get following error message from XI :
    Error when executing work item '000000177354'
    Error when starting work item 000000177354
    Work item 000000177345: Object FLOWITEM method EXECUTE cannot be executed
    Error when executing work item '000000177354'
    Runtime handle of object type  could not be created
    Exception 'ex_EDIFactOrder_received' caught and transferred to the exception handler
    Error when executing work item '000000177354'
    Could anyone help me please.
    Thank's a lot.
    Mat

    I have following scenario :
    Block 1
    1) Infinite Loop with receive step
    2) exception creation (2 minutes) (parallel to 1))
    3) exception  handler (parallel to 1))
    Block 2
    1) Mapping steps + send Steps + container Operation steps (set of flag)
    2) Exception handler (paralle to 1))
    Block 3
    1) receive steps (where I get the error message)
    I hope it's OK
    Cheers
    Mat

  • How to put another Receive step in middle of BPM

    Hi Experts,
    i built a BPM in PI 7.0, in this i used a Receive step to start the BPM. in the subsequent steps this message has sent to the extrnal business sytem through the Send step. there it processes. then after some time this business system will send another message to the PI ( same BPM). so that i put a Receive step after the Send step and followed by remaining BPM steps for further processing.(My intention is this Receive step should receive the responce messageg from the same Business system). i did all the configuration steps.
    but while execution the following error occured.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Receiver Identification
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>No receiver could be determined</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    though i configured the proper recever detrmination.
    can anybody tell me, how to resolve this?
    Thanks in advance.
    Kumar

    hi Udo,
    i am explaining about message flow:
    first the message comes from the http client to PI,then go to BPM as Receive step, then a Trasfermation step. then a Send step to send this message to the SAP R/3 ECC 6.0 (Async Receiver proxy). there this message will be processed (say some Application). after some time this Application sends a processed message back to the PI (BPM) as sender proxy message (Async). To receive this message i used a Receive step after the Send step. and also the remaining BPM steps are continued....
    here the problem is, a Business system BS_HE6 is defined in the SLD to the corresponding ECC 6.0.
    but while execution, (SXMB_MONI)
    message from http client to the PI (BPM) is success full.
    message send to the ECC 6.0 is successful, (receiver proxy)
    message from the ECC 6.0 to PI (BPM) (Sender proxy) is showing error as follows.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Receiver Identification
      -->
    - <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SAP="http://sap.com/xi/XI/Message/30">
    - <SOAP:Header>
    - <SAP:Main xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsu="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" versionMajor="003" versionMinor="000" SOAP:mustUnderstand="1" wsu:Id="wsuid-main-92ABE13F5C59AB7FE10000000A1551F7">
      <SAP:MessageClass>ApplicationMessage</SAP:MessageClass>
      <SAP:ProcessingMode>asynchronous</SAP:ProcessingMode>
      <SAP:MessageId>88B06F57-9673-DB45-9B71-BE954EC23A3A</SAP:MessageId>
      <SAP:TimeSent>2009-01-21T12:27:17Z</SAP:TimeSent>
    - <SAP:Sender>
      <SAP:Service>BSHE6_LS</SAP:Service>
      <SAP:Interface namespace="urn://LPOC">wf_resp_mi</SAP:Interface>
      </SAP:Sender>
      <SAP:Interface namespace="urn://LPOC">wf_resp_mi</SAP:Interface>
      </SAP:Main>
    - <SAP:ReliableMessaging xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:QualityOfService>ExactlyOnce</SAP:QualityOfService>
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Receiver Identification
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>No receiver could be determined</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    if you observe above, you can find "<SAP:Sender>
      <SAP:Service>BSHE6_LS</SAP:Service> ", but the actual business system is BS_HE6.
    i cant configure receiver determination with BSHE6_LS, because there is no Business Sytem configured as such in SLD.
    my question is , can we change the Business service name in the ECC 6.0 sytem from BSHE6_LS to BS_HE6? (because this message is comming from the ECC 6.0 as Proxy message)
    Thanks,
    kumar

  • Unable to see correlation in receiver step of BPM.

    Hi,
    I am designing a BPM in XI. In a receiver step I need a correlation. I am able to select a correlation from the drop down of the field "Activate Correlations" but when it is activated, the correlation is not displayed.
    I am using SAP XI 7.4 and Service Pack 9.
    I need your help. Please reply.
    Regards,
    Ashish

    Hi Ashish,
    ... seems to be an error of the GUI.
    Delete your step & correlation. Design correlation. Save & activate. Than use your correlation. Save & activate.
    Regards Mario
    Edited by: Mario Müller on Dec 28, 2007 5:10 AM

  • BPM  debugging correlation in receive steps

    HI Friends,
    In my collect messages BPM scenario pattern, correlation is not working, its appending the all the messages inspite of correlation field.
    I want to debug the correlation in receive steps or any trace file if generated after processing that gives the full flow that will be great...
    Regards
    Venkatesh

    Hi Venkatesh,
    just check your correlation condition again.....BPM will be collecting all those messages satisfying your correlation condition......
    may be you have to modify your correlation condition to get your desired output...............................
    if your correlation condition is correct and BPM is collecting those msgs which are not satisfying this correlation condition, then just edit your BPM description, save it and again activate it..............run SXI_CACHE to do a complete cache refresh........
    re-run your scenario.........then i think your this correlation error should be resolved.
    Regards,
    Rajeev Gupta

  • Issue with Receive step of BPM

    Hi all,
    I have an BPM scenario in which I send a file to the target system and then receive an acknowledgement from the system. I have used correlation in the BPM for the send and the next receive step .
    When a wrong acknowledgement is placed , the message goes to the queue with the error message "Active correlation Not Found".
    But when an right acknowledgement is placed then also the message goes to the queue with the message "Error in delivery of message to receive step of BPM ".
    The acknowledgement is received and then interface mapping is used which sends the Filename to the Integration Process which is used for the correlation.
    Please give your suggestions .
    Regards,
    Srivatsan M

    When a wrong acknowledgement is placed , the message goes to the queue with the error
    message "Active correlation Not Found".
    when there is wrong ack then there seems to be no value coming in the field which you have used for correlation....or it seems that the field itself is not coming in the wrong ack message
    But when an right acknowledgement is placed then also the message goes to the queue with the
    message "Error in delivery of message to receive step of BPM ".
    Now in right correlation the value that is coming in the correlation field is not  matching with the field for correlation of the send step...
    So the reason for both the errors is wrong correlation configuration.

  • Problem when defining correlation with subsequent Async Receive Step.

    Hi, all:
    We have defined a BMP process, like below:
    Receive (Start Process) --> Sync Send --> Sync Send --- Async Send
    Now we need to have additional steps added into the process: Async Receive.
    Now we have problem defining the correlation:
       Since this Async step is not the start of the process, we have to use correlation, if we leave it blank, a red question mark stays, and we can not active BPM.
       When we define the correlation, we just expect one message type to be received from a Async system.
       In the correlation condition editor window, we would like to choose "Interface Variable" and assign value to the container element that reference the asbtract interface.
       however, when we selection optiontb "Interface Variable", there is value "interface" already fill up, we can not select container element from the elements list.
    Any one has such experience ?
    Thanks in advance !
    John

    Hi
    I think you are facing problem with corrrelation. Follow this procedure to define correlation : -
    1. Switch from Container window to Correlation List, here define a correlation variable.
    2. Now switch from Graphical Editor to Correlation Editor.
    3. There in Correlation Name choose your Correlation variable.
    4. In the Correlation Container define a variable.
    5. In Involved Message window choose your message interfaces that are used to correlate. Here you should have message interface of your second receive step with another message interface.
    6. Now in correlation editor's Properties window assign field of your involved message interface to the variable that you have defined in 4th step.
    7. Now switch to Graphical Editor of you BPM. And Activate your correlation in First receive step and Use Correlation it in subsequent receive step.
    This is the whole procedure to define a correlation and use it.
    If you need further clarification plz revert.
    Regards,
    Sami.
    Reward pointa if helpful.

  • Sync/Async Bridge without Asynchronous Send / Receive Steps

    Hello together,
    we have a synchronous HTTP <--> RFC Scenario using a sync/async Bridge in BPM with the following characteristics:
    1. HTTP Payload is received (opens Sync/Async bridge)
    2.  lookup is done in an LDAP System (we use an UDF here)
    3. Customzied JCo is called which takes the XML String as input parameter (done by Java Mapping)
    4. Return Value of JCo then is delivered back to HTTP Client (closes Sync/Async Bridge)
    --> No RFC Adapter is used here as the provided JCo does all the parsing
    When testing the sync/async bridge is started but we receive an timeout after 30 sec.
    Could it be that the sync/async required exactly a pair of async send and receive steps (which we do not have in our scenario and which we do not need)?
    This would be a problem, as we have to use BPM in this synchronous scenario. Do you have any idea?
    Thank you very much for your help.

    Thank you for your reply, but I think you misunderstood me. Please let me try to clarify once more:
    1. Synchronous HTTP Sender Interface (Request/Response) opens Sync/Async Bridge
    2. LDAP Lookup is done by UDF using the Request Message in Transformation Step
    3. Switch is done based on result of Lookup
    4. Branch 1 in switch calls customized JCo with Java Mapping in Transformation Step (Request Message as input, Response message as output)
    5. Response message (delivered from JCo Call) should close the Async/Sync Bridge and be send back to HTTP Sender
    --> We have no async send / receive steps in this scenario.
    The customized Jco has been provided by an external partner as there is lots of parsing logic implemented. So we want to connect to the backend SAP system using this JCo and not via a  send step.
    My key qestion is therefore: Is it absolutely necessary to use exactly a pair of async send / receive steps in a sync/async bridge?
    In this case we have to look for another design concept without BPM which would make the solution very difficult I think....

  • Sync Receiver Step??

    Is there a way to send sync via RFC a message to a BPM Receiver Step without using a Sync/Async Bridge? the idea is to catch in R/3 an ABAP Exception if XI is down.

    Hi Ruben,
    If you are using Sync.RFC then BPM steps will be
    steps:
    1) Receive the message from R/3 - RFC
    2) Transformation(In the Transformation step, you will be having Request Mapping/Response Mapping.)
    3) Send - SYnc to JDBC
    4) Get the repsonse
    5) send(Sync) the Response back to RFC .
    Ans also,as your Sender is RFC, no need to create Message Type and Outbound Interface.But you need to create Abstract Interfaces, to use in the BPM.
    You need to create one Sync/Inbound Interface for JDBC type.If you are receiving the RFC message directly to BPM, then you need to have Sync,Abstract Interfce
    Just have a quick look into this blog for the same:
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    Go through these links and see if it helps....
    Defining Sync/Async Communication
    http://help.sap.com/saphelp_nw04/helpdata/en/43/65d4dab39b0398e10000000a1553f6/content.htm
    Example: Sync/Async Communication
    http://help.sap.com/saphelp_nw04/helpdata/en/83/d2a84028c9e469e10000000a1550b0/content.htm
    RFC Scenario using BPM --Starter Kit
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    Walkthrough with BPM
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    Regards,
    Abhy

  • BPM - Receive Step

    Hi,
       I came across this question in one of the site. Can you please tell me which option is correct?
       Question: A message can be received by...
                1) Only a receive Step
                2) By receive, fork or loop step.
                3) By receive and block step.
                4) By send, block and fork.
    Regards,
    Vivek LR

    >    I came across this question in one of the site. Can you please tell me which option is correct?
    >
    >    Question: A message can be received by...
    >
    >             1) Only a receive Step
    >             2) By receive, fork or loop step.
    >             3) By receive and block step.
    >             4) By send, block and fork.
    >
    It can be only reciver step to receive the message, message can also be received by fork or loop but receive step inside the fork or loop must be the first step.

  • Error in receiving step ccBPM

    Hi,
    I am getting the following error from my ccBPM process when I receive an aysnchronous message in that integration process:
    Process definition WS90100002 contains no receive steps for message 4C442DC7F9B84BC62741A1151CBF442EZXI_PROXY_IAA_CAN
    The message I am sending matches the type of the receiving step.
    What can be the reason of this error?
    Thanks

    Hi,
    I did create a receiver/interface determination with the abstract interface as inbound.
    However, I still get that error message from the receiver step. When I check the monitoring I see that XI matches the correct IP and abstract interface as receiver but the process stops after that.
    Below you find the payload I am sending to the IP. I only have one doubt; In the payload I don't specify any XI namespace (the namespace linked to my SWC), can that be the problem here?
      <?xml version="1.0" encoding="UTF-8" ?>
    - <!-- Sample XML file generated by XMLSpy v2008 rel. 2 (http://www.altova.com)
      -->
    - <tns:Envelope xmlns:tns="http://schemas.xmlsoap.org/soap/envelope/">
    - <tns:Header>
    - <A_Header>
      <CorrelationID>String</CorrelationID>
      </A_Header>
      </tns:Header>
    - <tns:Body>
    - <FTR_FTD_CREATE01>
    - <IDOC BEGIN="1">
    - <EDI_DC40 SEGMENT="1">
      <TABNAM>EDI_DC40</TABNAM>
      <MANDT>aaa</MANDT>
      <DOCNUM>aaaaaaaaaaaaaaaa</DOCNUM>
      <DOCREL>aaaa</DOCREL>
      <STATUS>aa</STATUS>
      <DIRECT>1</DIRECT>
      <OUTMOD>a</OUTMOD>
      <EXPRSS>a</EXPRSS>
      <TEST>a</TEST>
      <IDOCTYP>FTR_FTD_CREATE01</IDOCTYP>
      <CIMTYP>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</CIMTYP>
      <MESTYP>FTR_FTD_CREATE</MESTYP>
      <MESCOD>aaa</MESCOD>
      <MESFCT>aaa</MESFCT>
      <STD>a</STD>
      <STDVRS>aaaaaa</STDVRS>
      <STDMES>aaaaaa</STDMES>
      <SNDPOR>aaaaaaaaaa</SNDPOR>
      <SNDPRT>aa</SNDPRT>
      <SNDPFC>aa</SNDPFC>
      <SNDPRN>aaaaaaaaaa</SNDPRN>
      <SNDSAD>aaaaaaaaaaaaaaaaaaaaa</SNDSAD>
      <SNDLAD>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</SNDLAD>
      <RCVPOR>aaaaaaaaaa</RCVPOR>
      <RCVPRT>aa</RCVPRT>
      <RCVPFC>aa</RCVPFC>
      <RCVPRN>aaaaaaaaaa</RCVPRN>
      <RCVSAD>aaaaaaaaaaaaaaaaaaaaa</RCVSAD>
      <RCVLAD>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</RCVLAD>
      <CREDAT>aaaaaaaa</CREDAT>
      <CRETIM>aaaaaa</CRETIM>
      <REFINT>aaaaaaaaaaaaaa</REFINT>
      <REFGRP>aaaaaaaaaaaaaa</REFGRP>
      <REFMES>aaaaaaaaaaaaaa</REFMES>
      <ARCKEY>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</ARCKEY>
      <SERIAL>aaaaaaaaaaaaaaaaaaaa</SERIAL>
      </EDI_DC40>
    - <E1FTR_FTD_CREATE SEGMENT="1">
      <TESTRUN>a</TESTRUN>
    - <E1BP_FTR_CREATE_FTD SEGMENT="1">
      <CURRENCY>aaaaa</CURRENCY>
      <CURRENCY_ISO>aaa</CURRENCY_ISO>
      <START_TERM>aaaaaaaa</START_TERM>
      <END_TERM>aaaaaaaa</END_TERM>
      <FLOW_TYPE>aaaa</FLOW_TYPE>
      <AMOUNT>aaaaaaaaaaaaaaaaaaaaaaaaa</AMOUNT>
      <INTEREST_RATE>aaaaaaaaaaaaa</INTEREST_RATE>
      <INTEREST_CALC_METH>a</INTEREST_CALC_METH>
      <FREQUENCY_CATEGORY>a</FREQUENCY_CATEGORY>
      <FREQUENCY>aaa</FREQUENCY>
      <START_INCLUSIVE>a</START_INCLUSIVE>
      <ROLLOVER_INTEREST>a</ROLLOVER_INTEREST>
      <INTEREST_CAPITALIZATION>a</INTEREST_CAPITALIZATION>
      <SHIFT_DUE_DATE_TO_END>a</SHIFT_DUE_DATE_TO_END>
      <WKDAY_SHIFT_VALUEDATE>a</WKDAY_SHIFT_VALUEDATE>
      <WKDAY_SHIFT_DUEDATE>a</WKDAY_SHIFT_DUEDATE>
      <ROUND_AMNT_GENFLOW>a</ROUND_AMNT_GENFLOW>
      <INTEREST_CALENDAR>aa</INTEREST_CALENDAR>
      <EFFECTIVE_FROM>aaaaaaaa</EFFECTIVE_FROM>
      <INTEREST_FIRST_DUE_DATE>aaaaaaaa</INTEREST_FIRST_DUE_DATE>
      <INTEREST_CALCULATION_DATE>aaaaaaaa</INTEREST_CALCULATION_DATE>
      <INTEREST_CALCULATION_EXPONENT>a</INTEREST_CALCULATION_EXPONENT>
      <DATE_DETERMINATION_IN_MONTHS>aaa</DATE_DETERMINATION_IN_MONTHS>
      <DATE_DETERMINATION_IN_DAYS>aaa</DATE_DETERMINATION_IN_DAYS>
      <DATE_DETERMINATION_SHIFT_DAYS>aaaaaaaaaaa</DATE_DETERMINATION_SHIFT_DAYS>
      </E1BP_FTR_CREATE_FTD>
    - <E1BP_FTR_CREATE SEGMENT="1">
      <COMPANY_CODE>aaaa</COMPANY_CODE>
      <PRODUCT_TYPE>aaa</PRODUCT_TYPE>
      <TRANSACTION_TYPE>aaa</TRANSACTION_TYPE>
      <EXTERNAL_TRANSACTION_NUMBER>aaaaaaaaaaaaa</EXTERNAL_TRANSACTION_NUMBER>
      <PARTNER>aaaaaaaaaa</PARTNER>
      <CONTRACT_DATE>aaaaaaaa</CONTRACT_DATE>
      <CONTRACT_TIME>aaaaaa</CONTRACT_TIME>
      <CONTACT_PERSON>aaaaaaaaaaaaaaaaaaa</CONTACT_PERSON>
      <TRADER>aaaaaaaaaaaa</TRADER>
      <ACCT_ASSIGNMENT_REF>aaaaaaaa</ACCT_ASSIGNMENT_REF>
      <PORTFOLIO>aaaaaaaaaa</PORTFOLIO>
      <FINANCE_PROJECT>aaaaaaaaaaaaa</FINANCE_PROJECT>
      <GUARANTOR>aaaaaaaaaa</GUARANTOR>
      <MASTER_AGREEMENT>aaaaaaaaaa</MASTER_AGREEMENT>
      <ASSIGNMENT>aaaaaaaaaaaaaaaaaa</ASSIGNMENT>
      <EXTERNAL_REFERENCE>aaaaaaaaaaaaaaaa</EXTERNAL_REFERENCE>
      <INTERNAL_REFERENCE>aaaaaaaaaaaaaaaa</INTERNAL_REFERENCE>
      <CHARACTERISTICS>aaaaaaaaaaaaaaaaaaaaaaaaa</CHARACTERISTICS>
      <AUTH_GROUP>aaaa</AUTH_GROUP>
      <CREATE_USER>aaaaaaaaaaaa</CREATE_USER>
      <ENTRY_DATE>aaaaaaaa</ENTRY_DATE>
      <FACILITY>aaaaaaaaaaaaa</FACILITY>
      <FACILITY_COMPANY_CODE>aaaa</FACILITY_COMPANY_CODE>
      <VALUATION_CLASS>aaaa</VALUATION_CLASS>
      </E1BP_FTR_CREATE>
      </E1FTR_FTD_CREATE>
      </IDOC>
    - <IDOC BEGIN="1">
    - <EDI_DC40 SEGMENT="1">
      <TABNAM>EDI_DC40</TABNAM>
      <MANDT>aaa</MANDT>
      <DOCNUM>aaaaaaaaaaaaaaaa</DOCNUM>
      <DOCREL>aaaa</DOCREL>
      <STATUS>aa</STATUS>
      <DIRECT>1</DIRECT>
      <OUTMOD>a</OUTMOD>
      <EXPRSS>a</EXPRSS>
      <TEST>a</TEST>
      <IDOCTYP>FTR_FTD_CREATE01</IDOCTYP>
      <CIMTYP>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</CIMTYP>
      <MESTYP>FTR_FTD_CREATE</MESTYP>
      <MESCOD>aaa</MESCOD>
      <MESFCT>aaa</MESFCT>
      <STD>a</STD>
      <STDVRS>aaaaaa</STDVRS>
      <STDMES>aaaaaa</STDMES>
      <SNDPOR>aaaaaaaaaa</SNDPOR>
      <SNDPRT>aa</SNDPRT>
      <SNDPFC>aa</SNDPFC>
      <SNDPRN>aaaaaaaaaa</SNDPRN>
      <SNDSAD>aaaaaaaaaaaaaaaaaaaaa</SNDSAD>
      <SNDLAD>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</SNDLAD>
      <RCVPOR>aaaaaaaaaa</RCVPOR>
      <RCVPRT>aa</RCVPRT>
      <RCVPFC>aa</RCVPFC>
      <RCVPRN>aaaaaaaaaa</RCVPRN>
      <RCVSAD>aaaaaaaaaaaaaaaaaaaaa</RCVSAD>
      <RCVLAD>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</RCVLAD>
      <CREDAT>aaaaaaaa</CREDAT>
      <CRETIM>aaaaaa</CRETIM>
      <REFINT>aaaaaaaaaaaaaa</REFINT>
      <REFGRP>aaaaaaaaaaaaaa</REFGRP>
      <REFMES>aaaaaaaaaaaaaa</REFMES>
      <ARCKEY>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</ARCKEY>
      <SERIAL>aaaaaaaaaaaaaaaaaaaa</SERIAL>
      </EDI_DC40>
    - <E1FTR_FTD_CREATE SEGMENT="1">
      <TESTRUN>a</TESTRUN>
    - <E1BP_FTR_CREATE_FTD SEGMENT="1">
      <CURRENCY>aaaaa</CURRENCY>
      <CURRENCY_ISO>aaa</CURRENCY_ISO>
      <START_TERM>aaaaaaaa</START_TERM>
      <END_TERM>aaaaaaaa</END_TERM>
      <FLOW_TYPE>aaaa</FLOW_TYPE>
      <AMOUNT>aaaaaaaaaaaaaaaaaaaaaaaaa</AMOUNT>
      <INTEREST_RATE>aaaaaaaaaaaaa</INTEREST_RATE>
      <INTEREST_CALC_METH>a</INTEREST_CALC_METH>
      <FREQUENCY_CATEGORY>a</FREQUENCY_CATEGORY>
      <FREQUENCY>aaa</FREQUENCY>
      <START_INCLUSIVE>a</START_INCLUSIVE>
      <ROLLOVER_INTEREST>a</ROLLOVER_INTEREST>
      <INTEREST_CAPITALIZATION>a</INTEREST_CAPITALIZATION>
      <SHIFT_DUE_DATE_TO_END>a</SHIFT_DUE_DATE_TO_END>
      <WKDAY_SHIFT_VALUEDATE>a</WKDAY_SHIFT_VALUEDATE>
      <WKDAY_SHIFT_DUEDATE>a</WKDAY_SHIFT_DUEDATE>
      <ROUND_AMNT_GENFLOW>a</ROUND_AMNT_GENFLOW>
      <INTEREST_CALENDAR>aa</INTEREST_CALENDAR>
      <EFFECTIVE_FROM>aaaaaaaa</EFFECTIVE_FROM>
      <INTEREST_FIRST_DUE_DATE>aaaaaaaa</INTEREST_FIRST_DUE_DATE>
      <INTEREST_CALCULATION_DATE>aaaaaaaa</INTEREST_CALCULATION_DATE>
      <INTEREST_CALCULATION_EXPONENT>a</INTEREST_CALCULATION_EXPONENT>
      <DATE_DETERMINATION_IN_MONTHS>aaa</DATE_DETERMINATION_IN_MONTHS>
      <DATE_DETERMINATION_IN_DAYS>aaa</DATE_DETERMINATION_IN_DAYS>
      <DATE_DETERMINATION_SHIFT_DAYS>aaaaaaaaaaa</DATE_DETERMINATION_SHIFT_DAYS>
      </E1BP_FTR_CREATE_FTD>
    - <E1BP_FTR_CREATE SEGMENT="1">
      <COMPANY_CODE>aaaa</COMPANY_CODE>
      <PRODUCT_TYPE>aaa</PRODUCT_TYPE>
      <TRANSACTION_TYPE>aaa</TRANSACTION_TYPE>
      <EXTERNAL_TRANSACTION_NUMBER>aaaaaaaaaaaaa</EXTERNAL_TRANSACTION_NUMBER>
      <PARTNER>aaaaaaaaaa</PARTNER>
      <CONTRACT_DATE>aaaaaaaa</CONTRACT_DATE>
      <CONTRACT_TIME>aaaaaa</CONTRACT_TIME>
      <CONTACT_PERSON>aaaaaaaaaaaaaaaaaaa</CONTACT_PERSON>
      <TRADER>aaaaaaaaaaaa</TRADER>
      <ACCT_ASSIGNMENT_REF>aaaaaaaa</ACCT_ASSIGNMENT_REF>
      <PORTFOLIO>aaaaaaaaaa</PORTFOLIO>
      <FINANCE_PROJECT>aaaaaaaaaaaaa</FINANCE_PROJECT>
      <GUARANTOR>aaaaaaaaaa</GUARANTOR>
      <MASTER_AGREEMENT>aaaaaaaaaa</MASTER_AGREEMENT>
      <ASSIGNMENT>aaaaaaaaaaaaaaaaaa</ASSIGNMENT>
      <EXTERNAL_REFERENCE>aaaaaaaaaaaaaaaa</EXTERNAL_REFERENCE>
      <INTERNAL_REFERENCE>aaaaaaaaaaaaaaaa</INTERNAL_REFERENCE>
      <CHARACTERISTICS>aaaaaaaaaaaaaaaaaaaaaaaaa</CHARACTERISTICS>
      <AUTH_GROUP>aaaa</AUTH_GROUP>
      <CREATE_USER>aaaaaaaaaaaa</CREATE_USER>
      <ENTRY_DATE>aaaaaaaa</ENTRY_DATE>
      <FACILITY>aaaaaaaaaaaaa</FACILITY>
      <FACILITY_COMPANY_CODE>aaaa</FACILITY_COMPANY_CODE>
      <VALUATION_CLASS>aaaa</VALUATION_CLASS>
      </E1BP_FTR_CREATE>
      </E1FTR_FTD_CREATE>
      </IDOC>
      </FTR_FTD_CREATE01>
      </tns:Body>
      </tns:Envelope>

  • BPM with 2 receive steps

    Hi folks,
    I want to create a BPM which can be used for 2 different IDOCS - they are both being mapped towards the same XML flavour and then send out ...
    I created a "ForEach" step with 2 branches , put necessary branches to "1" and defined a receive step in each branch representing the receival of a particular IDOC.
    This all works but for some reason the receive steps demands me to "Use a correlation" and to "Activate a correlation" ... Both options have a red question mark and there is no way I can get ridd of those question marks ...
    I am not interested at all in correlation ... I just want to kick off the bpm for any of the 2 idocs and map them accordingly ...
    I was thinking about creating a correlation on SAP IDOC number just to have it its way but I am not sure whether it is intended like this ...
    Regards,
    Steven
    Message was edited by: Steven De Saeger

    a correlation is required. try to give the correlation based on a unique field in the IDoc.
    Ref checklist - http://help.sap.com/saphelp_nw04/helpdata/en/6d/94364296f1b26be10000000a155106/content.htm
    More on correlation - /people/sravya.talanki2/blog/2005/08/24/do-you-like-to-understand-147correlation148-in-xi

  • Problem with BPM: no receive step found for message ....

    Hello,
    I have the follwing problem with a BPM ina PI 7.3 system.
    I created a BPM for the following 'process':
    We will receive an IDOC from SAP ECC, then call a synchronous webservice and finally send the result back to ECC.
    I created my BPM.
    Now when I send the IDOC, the interface is triggered but it gets stuck in the queue with message 'No receive step found for message ...'. I get this message when I go to Tx SMQ2 and try to simulate the message
    I have already refreshed the CPA cache without result however.
    in SXI_CACHE I can find my IP* and the status = '0' ( So i guess this is OK )
    I do not use correlations in my BPM.
    In my configuration I can find my sender agreement and interface determination towards the service (abstract) which is defined in the receive step of the BPM.
    Does anybody have any ideas what can be wrong ?
    Thanks,
    Erwin
    Edited by: Erwin Van Lysebetten on Oct 27, 2011 10:37 AM

    Hi Erwin, delete Integration Process  in the Directory Integration and import it again.

Maybe you are looking for

  • Blue Screen of Death in Windows

    Hello, I am getting the Blue Screen of Death about once a every few days. My iMac does not do this. Please help. My HD is defragmented. I have Windows XP Home. Thanks!

  • External Hard Drive no longer working. Repair disk not working

    It appears in the finder, but says I should take everything off of it and restore it. Weird thing is, it says it's a 465GB capacity, and 236 is available, with 56,708 files on there, but it says 0 items in the finder, so it can't see everything. I ha

  • Important URLs for Sun ONE Studio forums

    Check out our Sun ONE Studio forums by visiting the following links: For Java Tools: http://forte.sun.com/ffj/forums/index.html For Compiler Collection: http://forte.sun.com/s1scc/forums/index.html Add your voice to these active communities, while ga

  • Any linux user around?

    Hi, Thank you for reading my post.   As I will certainly remove the orginal OS and isntall the Ubuntu on my Thinkpad I am looking to know whether any other linux user is around of not, and if yes, can you please share your experience about Linux on t

  • Apple does not allow my free OS upgrade - says it can`t read receipts

    Apple refuses all copies of invoice/receipt of purchase and is refusing to accept sending me the code for free update of the OS. Does anyone have the same problem? Does anyone know how to solve it? I bought my MacBook Pro on July 7th, 2012, in El Cor