Send back IDOC ack with details  to  webservice response ?

Hi Friends ,
Can we send IDOC acknowledgment  as SOAP response . Our scenario is say for example create SO via Webservice call . Our requirement is to use IDOC only not RFC/BAPI etc . Even we know that IDOC is asynchronous we need to return the SO number which is created .So ,
1. Can we get Ack with SO number which is created and map to Webservice response filed ? 
Thanks .,
V.Rangarajan

Hi Rangrajan,
You Have to Identify in which Idoc you want to get the response back in R3 then Map Response of Webservice that contains SO to the idoc identified and you well get all the things you require in R3.
Let me make few things clear:
You have to use BPM for this
ALEAUD is for IDOC acknowledgment not for Idoc response (There is difference between ack and response). So it will not serve your purpose.
Report IDX_ALEREQUEST is to convert the idoc acknowledgment (ALEAUD) to XML formate.
Thanks
Sunil Singh

Similar Messages

  • Can any one send purchase order flow with detail

    hi i have one doubt during purchase order can any one send flow of purchase order

    Ravi,
    What Is The DataFlow Of MM?
    The dataflow as functional process below are the points:
    1) Purchasing Requsition -> sent by inventory dept to purcharsing dept
    2) Request for Quotation(RFQ)-> Purchasing Dept shall ask the vendors to give the quotation for the requested materials by inventory.
    3) Quotation -> Quotation is sent by vendors to the company
    4) Purchase order-> Based on all paramers of a quotation sent by vendors. Vendors are selected from whom the material has to be obtained.  The company  gives  purchase order to the vendor.
    5) Good's receipt -> vendors sends the goods to the company with goods receipt
    6) Invoice verification ->  this done based on good's receipt. this means that the ordered goods have reached or not.
    7) Payment -> payment is done based on invoice verification. this is (FI/CO)   *-- Santosh Kumaar.M
    Full MM Transaction Codes Flow:
    RFQ to Vendor - ME41
    Raising Quotation - ME47
    Comparison of Price - ME49
    Creation of PO - ME21N
    Goods Receipt - MIGO
    Invoice (Bill PAssing) - MIRO
    Goods Issue - MB1A
    Physical Inventory - MI01( Create doc)
    MI04 (Enter Count)
    MI07 (Post)
    The FI - MM integration:
    First you define the g/l master records.
    1) Inventry raw material a/c
    2) GR/IR clearing a/c
    3) Raw material consumption a/c
    Above like this you define all required g/l accounts then you will go to T.CODE - OBYC 
    Double click BSX (this is transaction key)
          "            GBB
          "            WRX
          "            PRD
    These are transaction keys important.
    Then you go to T CODE - OMSY (this is also important) then 
      Material creation T Code MM01 
      then 
    1) Purchase order T.code  ME21N
    2) Goods received     "       MIGO
    3) Invoice verification  "      MIRO
    The FI - MM integration finished
    PO Flow
    http://sap-img.com/materials/what-is-the-dataflow-of-mm.htm
    http://sap-img.com/materials/what-is-the-dataflow-of-mm.htm
    Don't forget to reward if useful...

  • How to send a SOAP message with attachments

    How to send a SOAP message with attachments thru webservice using axis-1_3 can any one sujjest.............................

    Please refer
    http://www.javaworld.com/javaworld/jw-09-2003/jw-0912-webservices.html
    http://xml.sys-con.com/read/40315.htm

  • After Invoice posted,materail sent back to vender with m.type 122

    Hi Gurus,
    Can any body explain, is it possible once invoice made against the po system will allow to send back the materail with m.type 122. because this is what happend in my case.
    Once GR posted then Invoice made against the PO then warehouse person what he has done is due to some quality problems he has sent back that material to vender with m.type 122.
    How system has been allowed with out cancled the Invoice how he could be able to sent back with m.type 122.
    One more thing if I want to control once IR done system should not allow to send back the material to vender unless cancel the IR for that what are the settings needs to be done pls explain.
    Thanks in advance.
    rk

    hii
    122 Movement happens when material is partially rejected taken for production before invoice verification,You can
    directly do return delivery from migo.
    Whereas,
    161 movment - Returns with reference to purchase order,it will happen after invoice verification when you are returning
    material to vendor.
    Thanks
    SAP-MM

  • Idoc distribution with status of error records.

    Hi Gurus,
    my business requirement is i want to creat the Outbound Interface to distribute the data from sapserver to ESB server using the one userdefined function module, in this custom function module i written the logic to validate the input data if validation is file those error records are updated to one return table parameter and using the FM Master_Idoc_distribute for  create and distribute the sucessfull records. till its working fine (with status 30-ready to dispach, 01- idoc creatd is in we05 and i have done  the all configaration of message type creation, idoc type creation, port, partnerfrofil) ,
    but my requirement is , for example if in 10 records even one record is also error records then no need to distribute the idoc data to sending system,  just i want to send the idoc number with status error with error message.
    plese suggest me the appropriate procedure.
    Thanks & Regards,
    Sai Ram.

    Hi,
    in ur code ur filling the idoc data rcord, control record ryt ..before u append data to idoc data , u r also validating and u might be doing in loop for appening the idoc data.
    if there is any error in idoc then it won't distribute the data, it will be in error status only..u can only see the data in WE02. Then u can also change the data in WE02 and redistirbute it via BD87.
    if u have any conerns let me know
    Regards,
    Nagaraj

  • ACK send back but which Idoc Adapter

    Hello,
    I have the following scenario(party):
    R3 ->  XI -> Http
    I am send orders from the R3 via XI to a customer. I'll get an status from the Http-Adapter that I want to send back to the R3. The definition for sending back are all done and fine. I've 2 Idoc-Adapter (Receiver). Adapter A is an old on used in an other scenario and the new on (adapter-B) with the special setting. When I am receiving the ACK from the HTTP-adapter how can I define wich idoc-Adapter has to be used. My problem ist that the adapter A is used which don't have the necessary settings and can't be changed. How/where can I define to use the adapter b for sendign back tke ACK to the R3.
    Regards Jami

    Hi Jami,
    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.
    There is a guide to handle idoc acknowledgements, in sap xi. please refer,"how to handel acknowledgements for idoc" at,
    https://websmp202.sap-ag.de/nw-howtoguides
    Have look at "How To Handle Acknowledgments for IDoc" .
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50b499b3fbe
    I hope this clears all your doubts.
    Regards,
    abhy
    PS: AWARD POINTS FOR HELPFUL ANSWERS.

  • Send Back An Interactive Form with updated Vendor Details

    Dear SDN,
                   We have a requirement of sending back an Adobe Form after the user updates some fields as an email or to the universal work list of the sender?
    The step is:-
    1. Receive Adobe form.
    2. Update Fields.
    3. Send back to the sender as an email//UWL.
    The receiver of the Adobe Forms  may not have SAP Access so whats the work around? Can javaMail API be used without the Dynpro ? Can Guided procedure help ? Or may be a webservice to send the mail ?
    Please suggest.
    Anirban.

    Hi,
    Well, as stated in the blog, it depends on your scenario. So there's no howto guide at the moment.
    Business logic and PDF (by email) sending has to be developed on your backend side. I suggest you to read the Interactive Forms tutorials in the Webdynpro for Java section for first steps.
    It's also possible to trigger a guided procedure with the help of an interactive form (with the help of a posting on a address specific to the GP). For this, you can check the CAF (Composite Application Framework) tutorials here on SDN.
    Regards,
    Francois

  • Purchase Requisition with wrong details - Sending back to Originator

    Hi Experts,
    In SAP Purchase Requisition contents found incorrect on the stand of technical specification then buyer do not have provision to send back it through SAP to the originator (Design department) for correction.
    At present buyer are resolving such issues on the basis of Email. Till the time PR get corrected by originator it shows pending for action on buyer’s a/c .
    Hence considering above facts request to suggest us the method for sending the Incorrect PR line items to the originator through SAP.
    Regards,
    Shekhar Gaikwad

    Hi,
       Configure release strategy for PO at item level along with workflow. The release code can be the buyer and once the buyer found any error in the technical specification, he can reject the release, which will notify the creator.
       Refer the help doc: Workflow for Reject Purchase Requisition Item (SAP Library - MM - Materials Management: Workflow Scenarios)
    Regards,
    AKPT

  • How to send back the stauts of inbound idoc to outbound system

    Hi  all.
    Idocs are scheduled to send from outbound to inboud.In inbound I have many idocs with status 51.(application document not posted).I need to report back the details of all the  idocs with status 51.(application document not posted) .ie I need to send the idoc no, error message,error data  from inbound to outbound on daily basis. Can any one let me know how to achieve this.i.e  How to trap the details of idoc with status 51 in inbound & send this details back to inbound.
    Can it be done by audit reporting of idocs? Or do I need to write a program?If so pls guide me.
    Thanks in advance.
    kind regards,
    Samiulla.

    You will have to setup the acknowledgements in this case. Message type ALEAUD.
    This will be setup in the WE20 of the receiving system to be sent to the sending system.
    regards,
    Advait

  • IDOC send step not running with exception in BPM?

    Hello,
    hope this is a simple question, but we are running with a problem here which is not answered well in SAP help or sdn. Possibly I didn´t find the right blog.
    Situation:
    We created a BPM with a send step (IDOC receiver) in a block (after a receive step starting the BPM) (That´s simple so far!).
    The send step (async IDOC) in the block is connected in its attributes in field "system error" to an exception branch defined in the same block.
    In this except.branch the process should send back to sender system a message via RFC and the last step in this exception branch is to interrupt the proces.
    But now we tried to do a test. In this test we modified the receiver address of the send step (IDOC reciver) so that the receiver could not be reached, which results in a system error in SXMB_MONI (Service unavailable).
    But this doesn´t work. The BPM starts the send step to the unavailable receiver, SXMB_MONI shows a system error step, but then the BPM continues with the next step after the block without starting the exception branch.
    Any idea why the exception branch is not called?
    Best regards
    Dirk

    Hello again,
    we are one step further now.
    We did the same with an RFC instead of the IDOC send step.
    Same result:
    The service is not reachable. So the step results in an system error.
    But as we could see in the monitoring SXMB_MONI the block with the exception and this send step (RFC) is passed before the step gives back this error!
    So it looks like connection problems do not trigger an exception?
    Any help is welcome!
    Best regards
    Dirk

  • IDOC Ack status back to XI/BPM ?

    Hi
    i have done File to Idoc scenario, and want to get acknowledgemnents inside XI/BPM.
    i hv proivded port,client,message type and selected 'Request acknowledgement' tab and executed report 'IDX_NOALE'. but im not getting any acknowledgement status in moni. please suggest hw could i get Idoc acknowledgements in XI.
    1.Do i need to import ALEAUD Idoc into XI ? and Is any configuration required in ID for ALEAUD?
    2.Is it possible to map Idoc status back into BPM? if yes, please explain how BPM should design?
    3.once Idoc ack status received inside XI, is it possible to send same status to the back end sender system?
    appreciate your help..
    Regards,
    Rajesh

    hi
    1.Do i need to import ALEAUD Idoc into XI ? and Is any configuration required in ID for ALEAUD?
    By default, audit idocs will come and get tagged to the IDoc. If you want to send it to the file system, all configurations must be done for IDoc to file scenario for the audit IDoc.
    2.Is it possible to map Idoc status back into BPM? if yes, please explain how BPM should design?
    Yes, it can be done. But won't be reqd in ur case.
    3.once Idoc ack status received inside XI, is it possible to send same status to the back end sender system?
    Yes, Q1
    Check this document on handling IDOC acknowledgements.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50b499b3fbe
    rgds,
    Arun

  • How can Webservice manage client sections and send back messages to clients

    Hi all.
    I am starting working with Webservice (jax-ws). Now i can make a good server side and on client side i can use method interface on webservice server side.
    But i want to make a advance feature as Server side manage client section and can send back message to client when Server change status...
    I know RMI and Corba can seems to support to send back messages to sections of cliens right ?
    So Webservice can do it ? Please help me !
    Thanks
    Diego
    Edited by: ThuCT on Sep 14, 2010 1:57 AM

    Hi all.
    I am starting working with Webservice (jax-ws). Now i can make a good server side and on client side i can use method interface on webservice server side.
    But i want to make a advance feature as Server side manage client section and can send back message to client when Server change status...
    I know RMI and Corba can seems to support to send back messages to sections of cliens right ?
    So Webservice can do it ? Please help me !
    Thanks
    Diego
    Edited by: ThuCT on Sep 14, 2010 1:57 AM

  • On my daughters iPad mini she can not send messages. She can receive them but the send button stays light gray after you type a message. It worked when we first set it up but now it does not. Tried resetting and logging out and back in. With no change.

    I can not send messages on an iPad mini the send button stays light gray and will not send. I can receive. I reset and logged out and back inn with no results. It worked fine when we first set it up. Any suggestions?

    Hello iMessage issues 1234,
    Thank you for the details of the issue your daughter is experiencing with sending messages on the iPad.  It sounds like you might have the Subject Field turned on. To disable this go to Settings > Messages > Show Subject Field.
    iPhone User Guide - Messages settings
    http://help.apple.com/iphone/7/#/iphf2d853e3
    If the Subject Field is not enabled but messages are still not sending, I recommend continuing with the following article:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Send/Receive IDOCs (XML) from/to SAP R/3 with XI-SOAP without XI!

    Dear SAP specialists,
    (BACKGROUND) We are using the Microsoft BizTalk Adapter for SAP 1.0, developed on top of the SAP DCOM Connector (we are using the version 6.20 Patch Nr. 177), with Microsoft BizTalk Server 2002 SP1 in order to send and receive IDOC via the tRFC transport protocol. We are using the Microsoft BizTalk Adapter for SAP 1.0 since February 2002, and today we are exchanging more than 25,000 IDOC/day with this architecture.
    When we migrate our SAP R/3 system to the version 4.7 with WAS 6.20, I was very enthusiastic about the possibility of sending the IDOC in XML via the standard HTTP transport protocol, because it would considerably simplify my architecture, i.e. no need of any (expensive) adapter any more! But, I had to realise that the quality of service exactly once will not be there anymore with HTTP as it exists with tRFC. Then, we carry on using the tRFC transport protocol with the adapter.
    (QUESTION) But recently, I followed the SAP Course TBIT40 XI Foundations and I learn that:
    1.     On one hand, the XI-SOAP protocol supports the quality of service exactly once by the usage of a message GUID within the XI-SOAP envelope;
    2.     On the other hand, all mySAP solutions using WAS 6.20 (or higher) carry a “small” Integration Engine (with XI-SOAP as the “native” transport protocol).
    Then, my question is: << Is it possible to exchange IDOC (XML) directly with an SAP R/3 4.7 (WAS 6.20) via the XI-SOAP transport protocol using the “small” Integration Engine embedded into it, with the quality of service exactly once? >>
    Many thanks in advance and best regards,
    Patrice Krakow

    Hello Patrice
    We have same issue. Is it possible to use IDoc (XML) directly with SAP 5.0 with SOAP (HTTP) without XI?
    Since your que is three years old, I'm sure you must have found some method for this.
    We'll highly appreciate your help.
    Regards: Gaurave

  • Issue with the configuration of http xml port for sending the idoc

    Hello,
          I am planning to send multiple idocs in a single file using http xml port.
    Presently I am trying to send a single idoc, but am having the issue.
    I am trying to create a RFC for HTTP XML port of type H i.e. HTTP Connection to ABAP System
    In the how to guide for - How Tou2026 Send Multiple IDocs Within One XI Message
    ( https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30ea2fdf-f047-2a10-d3a2-955a634bde6b )
    the following parameters are defined for the path prefix -
    RFC destination of type H (HTTP Connection to R/3 System).
    Specify the path prefix as follows:
    /sap/xi/adapter_plain/
    ?namespace=< your namespace>
    &interface=<IDoc_Type>
    &service=<Sender System>
    &qos=EO (or EOIO).
    I am trying to use the following prefix -
    /sap/xi/adapter_plain/
    ?namespace=urn:sap-com:document:sap:idoc:messages ( this is the standard namespace of SAP for all the idocs)
    &interface=DEBMAS05 (Idoc type )
    &service=SNDLS100 ( ECC system name )
    &qos=EOIO
    On testing the RFC connection, I am getting the error of page not found.
    Can anyone please give me pointers for the issue.
    Regards,
    Mayank

    Thanks Barry!!!
    Now I am getting a different message.
    In RFC...it is giving me the following message ->
    Status HTTP Response     204
    Status Text     Body is empty
    In case of Idoc, the status is till 02...
    the error description for the idoc is --
    "When transferring the IDoc by HTTP, the return code with the message '500<SAP:Error><SAP:Category>XIServer</SAP:Category><S' has occurred.
    The target address was: http://emgeccsnd1:8001/sap/xi/adapter_plain/?namespace=urn:sap-com:document:sap:idoc:messages&interf
    Check whether the IDoc can be sent again.
    It is unfortunately not possible to determine automatically whether the IDoc has in fact arrived in the target system and the error occurred afterwards"
    I am still not able to resolve the issue.
    Regards,
    Mayank

Maybe you are looking for

  • Any ideas for fast track Blackberry help?

    I know nobody has time for long rambling posts so I'm going to endeavour to keep this short. The android part of the operating system software on my Q10 is no longer working after a system restore to fix another issue. I've tried wiping the whole thi

  • Can't figure out how to set a frame width

    Noob questions I suppose....our instructor has us creating a site using only framesets. I realize this isn't the best way to go, but we are leading our way up to CSS. If you look at my navbar, it needs to be 125 to be able to fit my buttons, but I ca

  • Acrobat 9 Pro possessed, opening docs on its own.  What do I do?

    I scanned a document and printed to Adobe Acrobat. This opened the Acrobat program. At some point, either when I was last in Acrobat or today when I told the program to print to Acrobat, Acrobat seems to think I want several hundred files opened at o

  • Multiple photo issues on Macbook that seem to revolve around iPhoto

    Hi I'm having numerous problems when dealing with photo on my laptop and was wondering if anyone might know why. Here's some info about my software, Max OS X version 10.5.8, Safari 5.0.1, iPhoto '08 version 7.1.5., and my Java software is up to date.

  • Adjustable arm for 24" iMac

    Has anyone come across a working VESA desk mount arm that support the 24" iMac's 25 lbs? Anybody have any experience with the Egrotron LX (rated at 20 lbs) or the Moview mv17dc (rated at 25 lbs)? Is there another DESK MOUNT arm that anybody has exper