BPM Receive IDOC Acknowledgment

Hi there,
my scenario:  JDBC -> XI -> IDOC -> ALEAUD -> XI -> JDBC
Is it possible to receive async IDocAcknowledgment and update all rows of the first (sync) receive step via (sync) jdbc ?
It's a typical masterdata scenrio which selects via jdbc some data from the legacy system and creates idocs for r/3.
thanks and regards
Sebastian

This should work when you open a S/A Bridge on your receive step.

Similar Messages

  • Idoc Acknowledgements and BPM.

    All,
    My current requirement is to post an Idoc from my BPM, and get back the Idoc Acknowledgement. On the basis of the status field in the ALEAUDIT Idoc I need to determine the further course in my BPM.
    <u><b>Option 1:</b></u>
    1. In the Send Step of my BPM , I can request for Application Acknowledgement. I have done this and am able to receive the Acknowledgement and see the same against the Acknowledgement Msg ID in MONI. I am able to see the ALEAUDIT idoc triggered for my Send Step back to my BPM .
    The question in case we are to use this Option is , how do I access this AleAudit Idoc message in my BPM. As I want to have a switch, I need this to be populated in a container element of my BPM. Is this possible? Is this approach a correct one? Any Ideas?
    <u><b>Option 2</b></u>
    I can have a Send Step in my BPM to send the Idoc from XI to R3. this will be a normal Send Step with no Acknowledgements. I can also use a Receive Step in the BPM to receive the ALEAUDIT Idoc back to the BPM.
    This I guess can be done with a Receive determination where R3 is the sender and the AleAudit Idoc is the receive etc.
    Issues with this approach, I need to use a Correlation against the Send and Receive Step to send the Idoc and receive the AleAudit.
    1. What is the Correaltion that can be used?  Is there a standard correaltion. for such cases?I looked into the Idoc and the AleAudit but could' nt find a suitable Correlation Field.
    Do both these solutuons make sense? has anyone got a better approach?
    Any comments are appreciated.
    Regards
    Bhavesh
    PS: Have gone through the How to guide on Idoc Ack's and the blogs on SDN as well. But if still someone feels that there is a blog that is relevant to this issue, please do let me know if I have missed anything.

    Ha, now that was interesting question. Brains were rusty, relooked into that lookup and these are the fields of the IDXRRCVPOR we use,
    Used the RFC - RFC read table
    XI's Idoc Number is in Field IDOCNUMBER
    Original SAP IDoc Number is in Field SNDLAD.
    Code excerpt attached below.
    @ Henrique : Work's been crazy past few months. The blog is on my to do list, hopefully someday soon it should be out. My Apologies guys!
    Channel rfcChannel =     LookupService.getChannel(BusinessService, CommChannel);
    //As the call is being made to RFC, RFCAccessor is obtained.
    rfcAccessor = LookupService.getSystemAccessor(rfcChannel);
    rfcXML =
                        "<?xml version=\"1.0\" encoding=\"UTF-8\"?><ns0:RFC_READ_TABLE xmlns:ns0=\"urn:sap-com:document:sap:rfc:functions\"><DELIMITER/><NO_DATA/><QUERY_TABLE>IDXRCVPOR</QUERY_TABLE><ROWCOUNT/><ROWSKIPS/><DATA><item><WA/></item></DATA><FIELDS><item><FIELDNAME>SNDLAD</FIELDNAME><OFFSET/><LENGTH/><TYPE/><FIELDTEXT/></item></FIELDS><OPTIONS><item><TEXT>IDOCNUMBER EQ &apos;"
                             + SourceDocNum
                             + "&apos;</TEXT></item></OPTIONS></ns0:RFC_READ_TABLE>";
    inputStream = new ByteArrayInputStream(rfcXML.getBytes());
    XmlPayload inPayload = LookupService.getXmlPayload(inputStream);
    Payload outPayload = rfcAccessor.call(inPayload);
    responseStream = outPayload.getContent();
    DocumentBuilderFactory factory =DocumentBuilderFactory.newInstance();
    /* Create DOM structure from input XML */
    DocumentBuilder builder = factory.newDocumentBuilder();
    Document document = builder.parse(responseStream);
    NodeList list = document.getElementsByTagName("WA");
    for (int k = 0; k < list.getLength(); k++) {
        Node node = list.item(k);
       if (node != null) {
         node = node.getFirstChild();
                    if (node != null) {
              if (!node.getNodeValue().equals("")) {
                   OutputDocNum = node.getNodeValue();
    Regards
    Bhavesh

  • Handling idoc acknowledgements inside BPM

    Hi,
      I have a scenario like this
    File - >XI BPM -> SAP (idoc)
    after posting idoc into sap ALEAUD idoc will be triggered for sending acknowledgements back to XI
    ALEAUD SAP->XI BPM -> email
                 I have activated application acknowledgement in the send step of BPM and also cofigured ALEAUD idoc in the SAP, it is working fine I could able to see the acknowlegement back from SAP system in SXMB_MONI. But my requirement is to read the acknowledgement messsage back in XI and if there are any errors during idoc posting I should send that error message as an email . I tried configuring reciever determination as follows
      Sender SAP
      sender interface ALEAUD
      reciever XIBPM
      reciever interface ALEAUD
               But this also didn't work, I am not seeing any message transferred between SAP and XI for ALEAUD idoc . I referred SAP how to do docs for handling idoc acknowlegement and also looked into some forum discussion but nothing helped. Is there anyway to read the acknowledgement messsage in the BPM?
                If anyone had come across such kind of scenario please help me.
    Thanks,
    Jayanth

    Hi Gasio,
         I checked SM58 nothing got stuck in that queue. Moreover I am explaining part of my BPM steps actually this is not the exact steps involved in BPM, lots of validation and data extractions are done prior to idoc send step.
         I am getting positive acknowledgement from SAP .  I am seeing the idoc message in the acknowledgement payload. My question is how to read the content of acknowledgement message in BPM.
        I have created correlation between idoc and acknowledgement idoc in the BPM as shown below
    Recieve file
    Transform to idoc
    Send step ( idoc )
    Recieve (ALEAUD idoc)
      But the process is waiting in the recieve step.
    Thanks
    Jayanth

  • How to get Idoc acknowledgment in File to Idoc scenario

    Hi All,
    Please give suggestions about the below mentioned scenario:
    Scenario: File–XI- ECC - Data from File is converted to various IDocs and posted in SAP. (No BPM used)
    Problem: Exception Handling > > We want a message back from SAP system telling us that out of 100 IDocs that were sent, ‘n’ were posted successfully and rest failed along with the error description. How can this be achieved?
    Regards,
    XIer

    Pls go thruough these links also
    Please see the below links
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping
    /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm
    /people/stefan.grube/blog/2006/09/18/collecting-idocs-without-using-bpm
    unable to import from SLD
    /people/sravya.talanki2/blog/2005/08/17/outbound-idocs--work-around-using-party
    /people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping
    /people/sravya.talanki2/blog/2005/10/27/idoc146s-not-reaching-xi133-not-posted-in-the-receiver-sap-systems133
    /people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change
    /people/ravikumar.allampallam/blog/2005/02/23/configuration-steps-required-for-posting-idocsxi
    http://help.sap.com/saphelp_nw04s/helpdata/en/6a/e6194119d8f323e10000000a155106/content.htm
    idoc settings /people/ravikumar.allampallam/blog/2005/02/23/configuration-steps-required-for-posting-idocsxi
    idoc erros - http://help.sap.com/saphelp_nw04s/helpdata/en/6a/e6194119d8f323e10000000a155106/content.htm
    /people/saravanakumar.kuppusamy2/blog/2005/01/20/configuration-tips-for-a-business-serviceintegration-process-to-send-back-ale-audit-idoc
    <b>IDOC Acknowledgements</b>
    R/3 IDOC ->XI-> ORACLE Error Handling
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/903a0abc-e56e-2910-51a8-9dc616df56eb
    /people/kannan.kailas/blog/2005/12/07/posting-multiple-idocs-with-acknowledgement
    /people/udo.martens/blog/2005/09/30/one-logical-system-name-for-serveral-bpm-acknowledgements
    Regards
    Abhishek Agrahari

  • Idoc acknowledgement message to web service

    I am trying to set up the scenario SOAP sender>XI>IDoc Receiver.
    I have exposed the outbound, synchronous message interface as a web service, and I'm planning to use sync-async bridge in BPM.
    My problem is: I need a response message from SAP. Can I use an iDoc acknowledgement message for this purpose? If this is the case, how do I set up SAP to send this acknowledgement message to XI, and do I have to configure an iDoc sender channel for this purpose?
    Any comment is appreciated!
    Thanks,
    Håvard

    One option - not a ABAP expert but this is what I understood with my discussions with my ABAP team when we were coveringt he same issue -
    In the Idoc Inbound Processing Code - write a ABAP Exit that after processing the Idoc will trigger the RBDSTATE report to trigger the AleAudit back to XI and XI will send it back to R3.
    It is surely possible, as the Aleaudits are triggered by RBDSTATE report instead, you can manually makde the Idoc procesing code to trigger this report immdeitaly and so on.
    An Abap , Ale_Idoc specialist will have the answer to this in seconds - on how to do this - but am not one
    Regards
    Bhavesh

  • Idoc Acknowledgements and Idoc Packaging

    All,
    I am implementing a requirement wherein we need to post 2 different types of Idoc's from our BPM.  The Business requirements is such that until the Idoc 1 is not processed by the R3 system, the Idoc 2 should not be posted from XI as there is dependency in the data.
    This can be addressed using  Application Acknowledgements. The solution to this is to use the send step in my BPM with application acknowlegement. Until the application acknowledgement is not received for the first send step , the next send  step will not be processed and so things will / should work fine.
    The problem comes in the fact that the Idoc's being sent out of XI use Idoc Packaging, ie., the First Send Step uses Idoc Packaging to post multiple Idoc's to the target system.  A question that arises due to Idoc packaging and Idoc ack's are,
    <i><b>How will the Idoc Ack's be sent back to XI?</b></i>
    I have read through the online help and it states that every ALE AUDIT Idoc can contain the status of maximum 500 Idoc's. Now, in  my  case , when using my Idoc packaging, if the number of Idoc's are greater than 500, how will the Application Acknowledgement for the Idoc's work?  Will I still get a single acknowlegement in my BPM or will I get multiple acknowledgements? Will Send Step with Application acknowledgement still hold good?
    Any ideas, thoughts / experiences on using idoc ack's with idoc packaging?
    Regards
    Bhavesh

    If I undestatood correcty you have 2 send step, the first send a message containing multiple IDoc (IDoc Packaging). In this first send step you set the application Acknowledgements.
    I think that this is not managed from the BPM, bacause the acknowledgements will come someone positive and someone negative, and so when the first send step will be completed ?
    I think that the solution must to be changed a little bit, or removing the IDoc Packaging, or removing the wait of Acknowledgements.
    Also take in mind that if you use a BPM with many possible correlation (Acknowledgements) you will have bed performances.
    Regards,
    Sandro

  • Idoc Acknowledgement in File

    Hi All,
    I came through some  threads in SDN regarding Idoc acknowledgement and followed handling Idoc acknowledgement document. I am able to get back acknowledgement(ALEAUD) in Xi.
    I configured a scenario to receive this acknowledgement in File.
    But i am not able get the acknowledgement in the File.
    In SXMB_MONI ,in the pipeleine step Technical Routing of Response i am getting Acknowledgement Message Stopped.
    How to rectify the above error..I need to get the acknowledgement back in File..?
    Is it possible to do without BPM..?
    Hoping for good solution..
    Thank You
    Regards
    Prakash

    Hi,
    If you are lokinf for IDOC acknowledgements means check these
    setting up Audit Response.
    /people/saravanakumar.kuppusamy2/blog/2005/01/20/configuration-tips-for-a-business-serviceintegration-process-to-send-back-ale-audit-idoc
    ALEAUD need at least following fields to be filled:
    E1ADHDR/MESTYP: original message type
    E1ADHDR/E1STATE/DOCNUM: original IDoc number
    E1ADHDR/E1STATE/STATUS: 68 in case of error, 53 in case of success
    E1ADHDR/E1STATE/STATXT: Short description for R/3 user what has happend
    If you are using XI 3.0 SP12 then there is some bug See : 828277
    Just have a look into this blog-/people/saravanakumar.kuppusamy2/blog/2005/01/20/configuration-tips-for-a-business-serviceintegration-process-to-send-back-ale-audit-idoc
    http://help.sap.com/saphelp_nw04/helpdata/en/42/c8f66bc7a56bb0e10000000a1553f6/frameset.htm
    ALEAUD not coming to SAP from XI & u0093Acknowledgment not possible" in idx5
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/903a0abc-e56e-2910-51a8-9dc616df56eb
    Or else if you are looking to receive the File Acknowledgements means have a look at this
    /people/michal.krawczyk2/blog/2006/06/22/xi-playing-with-the-file-adapters-acknowledgments
    Regards
    Seshagiri

  • IDOC-Acknowledgement for Scenario  IDOC_Sender to 3rd Party Filereceiver

    Hello,
    We have the following async scenario:
    SAP-ISU (BS_OU9_300)=> IDOC-SenderAdapter => FileReceiverAdapter (BSV_EDSN).
    We would like to receive an Acknowledgment (ALEAUDIT) back from XI to SAP-ISU (BS_OU9_300) when the fileadapter has written the file or if something goes wrong during the pipeline processing.
    We went through the following HowToGuide: HowToHandle_Acknowledgements for IDOCs.pdf
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/903a0abc-e56e-2910-51a8-9dc616df56eb
    Unfortunately our scenario is not described there. Does anybody know, if our scenario is supported by ALEAUDIT?
    The situation is as follows:
    The ALEAUDIT is send back to SAP-ISU, but the segment fields are not filled correctly.
    In E1ADHDR only the fields MESTYP and MESTYP_LEN are partly filled.
    In E1STATE the field DOCNUM is not filled.
    For my understanding the docnum should contain the idocnumber from the original idoc, for which the aleaudit is the confirmation. The process-code AUD1 (in partner profile for ALEAUD) then updates the status of the original IDOC.
    Now my questions: (We are on PI 7.0 SP12)
    1.     Is our scenario supported?
    2.     If yes, why are the idoc fields are not filled correctly
    3.             Is my understanding from the processing of the ALEAUD correct?
    Regards Marlies

    Yep what you have done makes perfect sense.
    Am not sure why the Aleaduit does not contain the Docnum with the Source Idoc Number. I remember using Aleduits and they contained the Idoc Number in the DOcNum field.
    Can you check the following,
    1. Is there a logical system name associated with the Target Business Service/ System which is used against the file system.
    2. If yes, is this what the partneprofile configuration in SAP R3 is done against for AleAduits?
    Which SP are you on? If it is the latest patches, maybe a bug?
    Regards
    Bhavesh

  • IDOC Acknowledgment

    Hello All,
    My scenario is SAP(IDOC) -
    >XI-->SAP(RFC synchronous)--> Webservice(synchronous) using BPM and Scenario running successfully.
    But my new approach is Source SAP(IDOC) expects the acknowledgement , If BPM process is  success till step and after expects acknowledgement if it success.
    Normally we used RFC/CWLD/ to send back the  response about IDOC to source SAP system  if the whole BPM process is success. But  at the moment we don't want call the RFC/CWLD instead RFC we need to send the IDOC acknowledgment
    So what is approach i need to follow from here? I am looking forward from you.
    Thank you very much.
    Kindest Regards,
    Sateesh

    Hi Bhavesh/ Indranil
    Thanks for your great response.
    @Bhavesh:  I have little doubts related to your answer
                          1)  SYSTAT IDOC is need to be import from sender SAP side?
                          2) is their any more configurations are required between XI and Sender SAP?
                          3) instead of using SYSTAT IDOC can I use ALEAUDIT01?
    @Indranil:
              My Scenario is SAP(IDOC sending)->XI->RFC Call syn(SAP)-->Webservice(SOAP Sync)
    Idoc is receviing to XI from Sender SAP system and it send to target SAP system using RFC call and getting RFC response back from target SAP and the response RFC is map Webservice call and get the response from Webservice call by status, If the status is 'success'  then I am sending the IDOC number status  back to  sender SAP
    system using RFC/CWLD call.
    But using insted of RFC/CWLD call I need to use the IDOC acknowledment to send back to sender SAP system.
    Please guide me how i will follow here. Thank you.
    Kindest Regards,
    Sateesh

  • IDOC Acknowledgement and Header Mapping

    Dear all,
    I've got the following scenario:
    SAP 4.6C is sending many different IDOCs to XI 3.0 (SP14).
    On XI side there are several integration processes, business systems and business services receiving the IDOCs.
    I want to create IDOC acknowledgements and send them back to SAP system.
    For one integration process I was able to successfully create and send back an acknowledgement by following the steps described in the very good blog:
    /people/saravanakumar.kuppusamy2/blog/2005/01/20/configuration-tips-for-a-business-serviceintegration-process-to-send-back-ale-audit-idoc
    Now I want that every integration process/business system/business service is sending back an acknowledgement with the <b>same</b> logical system name (meaning "this acknowledgement is coming from XI").
    As it is not possible to enter the same logical system name for more than one process I created a receiver agreement with:
    Sender Service = the integration process
    Receiver Service = the SAP 4.6C business system
    Receiver Interface = ALEAUD.ALEAUD01
    Receiver Communication Channel = IDOC receiver channel called "Ack_IDOC_Receiver", existing in SAP 4.6C business system and pointing to this system
    Additionally I created a header mapping in this receiver agreement where I set the Sender Service to the business system of the XI system.
    Unfortunately the tests showed to me that obviously the header mapping (maybe even the whole receiver agreement) is being ignored completely as no Acknowledgement IDOC will be created. Instead I get the error message "Unable to convert sender service to an ALE logical system".
    I also played around a bit with the options "Apply Control Record Values from Payload" and "Pass Sender value from Payload" but this didn't make any difference.
    Why is the header mapping not replacing the sender service in the acknowledgement message?
    Best regards,
    Tobias

    Tobias,
    we have the same Problem.
    we´re sending with Receiving Partner "12345" and the IDoc in the target System is filled with the standard SAP Value maybe the one configured in the SDL.
    We have configured our IDOC_REceiver with a mark on "Apply Control Record Value from payload".
    If you have a look at the SAP Helpfile you will find out that some header fields are not be changeable and get the value from sap.
    like IDOC-Number, Receiving Partner and maybe the sender service ???
    Regards,
    Gordon

  • IDOC acknowledgement in XI

    Hello All,
    I am working on Asynchronous scenario (EDIFACT to IDOC). Please, explain me step-by-step procedure to receive an acknowledgement to XI.
    Regards,
    Amit..

    Hi,
    Check this links
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50b499b3fbe
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50b499b3fbe
    Regards
    Ramesh

  • Idoc Acknowledgements in SAP PI7.31 Single stack

    Hello All,
    We are migrating from SAP PI 7.0 to SAP PI7.31 single stack.
    in Existing landscape(SAP PI7.0) - sender system ECC is receiving the acknowledgements(ALEAUD) for the idocs sent to PI system where in the port is different i.e. port is receiving back with different Partner Number.
    But in SAP PI7.31 single stack, ECC is recieving the acknowledgmenets(ALEAUD) as same as the sender partner number of the idoc sent to PI 7.31 system.
    can someone please explain me if it is possible to implement the same functionality as per SAP PI7.0 in SAP PI7.31 single stack as well or is this the Limitation of the product.
    Thanks
    VR

    Hello Experts,
    Can someone please suggest me if SAP PI7.31 Single stack can send ALEAUD with different partner number to ECC.
    Thank you
    VR

  • IDoc-Acknowledgement causes error

    Hi,
    I'm using XI 3.0 SP15. My scenario is IDoc -> XI -> Mail. Sending mails works fine.
    If I look in the message monitoring of the RWB, I see for every processed message a new one generated which stops with "system error". My assumption is, that this generated message is an acknowledgement.
    When I look at the details, the message stops in the  Integration Engine. Sender service is the service which is calling the mailadapter. Receiver service is empty, pipline is CENTRAL_BACK, error category is IDOC_ADAPTER, error code is ATTRIBUTE_INV_SND_SERV.
    How can I fix that?
    Regards,
    Daniel
    Edit: In the Adapter Engine, the Receiver service is filled with the IDoc-Sending service. It seems that this information got lost in the Integration Engine?
    Message was edited by: Daniel Himmel

    Hi Krishna,
    thanks for the links to the blogs.
    That was the point: I forgot to set a logical system name for the Business Service which I created for the mail server. Now the acknowledgments cause no more errors.
    But I've still some questions: I assigned the logical system name "mailserver", its the same name which I choosen for the Business Service for the mail server. Is this correct or should this be the logical system name of the Idoc-Receiver (in this case SAPISU)?
    I also read in some blogs/articles from an IDOC ACK channel. I've only configured an receiver IDoc communication channel which gets the IDocs from our ISU-system. Do I need to configure a second IDoc communication channel which is configured as sender to get the IDocs-Acks properly back to the ISU-System?
    Regards and thanks for your help,
    Daniel

  • IDoc acknowledgement again :)

    Hi Expers
    i am realy strugling with IDOC acknowledgement!!
    i am following the Howtodo doc
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/903a0abc-e56e-2910-51a8-9dc616df56eb..
    According to this document
    page no 3(scenario 2. Externel system -XI-SAP)
    and page no 26...
    we can route the Idoc Ack ALEAUD to the sender system as a XI request message.In the Integration Server,we have to  call transaction SE38, and run program IDX_ALEREQUEST to process IDocs with message type ALEAUD as XI request message.
    Enter Sender Port, Sender Client,
    Partner Number, Partner Type, and
    Partner Role..
    but m unable to execute this scenario... nothing is showing in Moni
    Can anyone put some light on tha???
    Thanx
    Biplab

    <i>Receiver adapters support system acknowledgments if they are requested by the server.
    They are triggered if the message is processed successfully by the adapter.
    The receiver adapters do not support any application acknowledgments.
    http://help.sap.com/saphelp_nw04/helpdata/en/8f/d906d01f77fa40a4c84683c3f8326f/content.htm
    Receiver adapters that run on the Adapter Engine support system acknowledgments if they are requested by the sender.
    Acknowledgements are triggered when a message is successfully processed by the adapter or if an error occurs while it is being processed.
    Receiver adapters do not support application acknowledgments. The RNIF and CIDX adapters are exceptions to this rule, since they also support scenario-dependent application acknowledgments.
    Sender adapters of the Adapter Engine do not request any acknowledgments</i>

  • IDOC Acknowledgement Error

    Hi All,
    I am getting "Receiver exists , No filters , No conversion , No version change" message in IDOC Status of ALEAUD. And IDOC has not been sent to XI System.
    I have done the settign for Idoc acknowledgement.
    What is the reason of this message.?

    this is inbound message that i am getting..
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ALEAUD01>
    - <IDOC BEGIN="1">
    - <EDI_DC40 SEGMENT="1">
      <TABNAM>EDI_DC40</TABNAM>
      <MANDT>900</MANDT>
      <DOCNUM>0000000002416250</DOCNUM>
      <DOCREL>620</DOCREL>
      <STATUS>30</STATUS>
      <DIRECT>1</DIRECT>
      <OUTMOD>2</OUTMOD>
      <IDOCTYP>ALEAUD01</IDOCTYP>
      <MESTYP>ALEAUD</MESTYP>
      <STDMES>ALEAUD</STDMES>
      <SNDPOR>SAPEIT</SNDPOR>
      <SNDPRT>LS</SNDPRT>
      <SNDPRN>EITCLNT900</SNDPRN>
      <RCVPOR>SAPXID</RCVPOR>
      <RCVPRT>LS</RCVPRT>
      <RCVPRN>XIDCLNT300</RCVPRN>
      <CREDAT>20071105</CREDAT>
      <CRETIM>190225</CRETIM>
      <ARCKEY>A05D0C308BBB11DC8598001A4BA967D2 0000000000573053</ARCKEY>
      <SERIAL>20071105171956</SERIAL>
      </EDI_DC40>
    - <E1ADHDR SEGMENT="1">
      <MESTYP_LNG>Z_MLS_INBOUND_RECEIPT</MESTYP_LNG>
    - <E1STATE SEGMENT="1">
      <DOCNUM>0000000000573053</DOCNUM>
      <STATUS>64</STATUS>
      <STACOD>SAPB1999</STACOD>
      <STATXT>& & & &</STATXT>
      <STAPA1>Immediately processi</STAPA1>
      <STAPA2>Unable to interpret</STAPA2>
      <STAMQU>SAP</STAMQU>
      <STAMID>B1</STAMID>
      <STAMNO>999</STAMNO>
      <STAPA1_LNG>Immediately processing not possible:</STAPA1_LNG>
      <b><STAPA2_LNG>Unable to interpret EGOD3 as a number.</STAPA2_LNG></b> - <E1PRTOB SEGMENT="1">
      <DOCNUM>0000000002416235</DOCNUM>
      </E1PRTOB>
      </E1STATE>
      </E1ADHDR>
      </IDOC>
      </ALEAUD01>
    In 'Ack' i am getting this message.
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Technical Routing of Response
      -->
    - <SAP:Ack xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Status>Error</SAP:Status>
      <SAP:Category>transient</SAP:Category>
      </SAP:Ack>

Maybe you are looking for

  • Help on query

    Hi, Looking for your help, SELECT c.Seq, case when s2.Str_Name like 'STR' then s2.Str_Name end as name1, case when s2.Str_Name like 'AVE' then s2.Str_Name end as name2 FROM assign a INNER JOIN customer c on a.seq = c.seq INNER JOIN address s2 on a.se

  • I delete by mistake a video from my iphone 4s..Can i get it back?

    Hello guys, I delete by mistake a video from my iphone 4s..Can i get it back?

  • Handle Error in for Loop and finish the iteration

    I am using a for Loop now i encounter an error. i want to handle this error but after that carry on with iteration of the loop. Any Parallel to "Continue" in JAVA or any other solution for this... Please Suggest.

  • Hi res video is skipping!

    I recently filmed using a dslr camera, and the video when placed into imovie is very jumpy and skips alot. Is there any way to fix this or do I just need to use Final Cut? Please help thank you.

  • Net results not apearing in Financial statement

    Hi We have created a Financial statement verion (FSV) in FSE2 and assigned in a report painter Balance sheet report (FSI5). The issue is the "Net Profit" is not displayed in the report painter report. Its showing in F.01. Thanks