How to set acknowledgement flag in asynchronous message

Hello,
I just read in the documenation that it is possible to request acknowlegment messages by setting an "acknowledgement tag" in the request message.
My question now is how to set this acknowledgement tag and which rules I have to follow? Do you have any more information on this topic? I see the flags in "ReliableMessaging" but not sure how to set them.
Thank you.
Edited by: Florian Guppenberger on Dec 2, 2009 5:16 PM

Hi,
For idoc check this links
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50b499b3fbe
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50b499b3fbe
I don't think it is possible for Proxy.
Regards
Ramesh

Similar Messages

  • HOW TO SET DELETION FLAG TO SERVICE ENTRY SHEET ?

    Dear Experts,
    Can anybody explain how to set deletion flag to Service entry sheet created ?
    Service Entry sheet has been accepted and saved, i want to set deletion flag to the Service Entry sheet.
    Thanks in Advance

    Hi,
    Go to ML85 and give your service entry sheet no in Entry sheet data and select "cancel release" check box and give the corresponding release code and execute and save. The release gets cancelled.
    The other way is go to ML81N and give your Po and service entry sheet and click on the icon "cancel release" (reverse arrow mark) give the corresponding release code for cancellation and save. Now the service entry sheet will go to "No acceptance" mode. again go to the change mode and select the line item and delete it by clicking on delete icon.
    regards,
    Kannaiah Naidu

  • How will I know, if the asynchronous message fails in XI? Acknowledgment?

    Hi guys,
    I have a FILE->XI->FILE scenario and sometimes the inbound message failsin XI (bad structure or whatever esle).. Is it possible to receive some message, that the original message failed?
    I have read topics about acknowledgments, but I didn't find it out, where to configure it.
    Could you give me some advice, how to set it up in my scenario?
    Thanx, Peter

    Peter,
    first go to the Integration Builder: Configuration
    access by, the design -> Environment -> Integration Builder(Configuration).
    1. Go to Scenarios
    2. Create a new Configuration Scenario by rightclick and NEW
    3. choose language and save
    4. on the left tree choose your created scenario
    5. choose Receiverdetermination
    6. Enter Service = sender System
    7. Choose Interface = your Interface File(Structure) from Design
    8. Choose Namespace if not filled
    9. create
    10. open the new Receiverdetermination
    11. tab"Configured Receivers" enter Service = receiving System and maybe a condition
    12. save
    13. Tab"Configuration Overview for Receiver Determination" open the new Receiver Service. The should be a text like "not defined".
    14. click at thew first symbol(Interface Determination) Dropdown and select new
    15. go on with create
    16. choose Inbound Interface and Mapping
    17. save and close
    18. Goto ReceiverAgreement and click at NEW from the symbol-line.
    19. go on with create
    20. enter sender Service and communication channel
    21. save, activate and good luck
    I hope it helps you to setup your communication.
    Feel free to contact me if you´re having problems.
    Gordon

  • How to set values of a parameterized message in ADF Faces?

    Hi all,
    i've got the following problem: I want to set the values of a parameterized message before i add the message to the FacesContext.
    Contents of the message resource bundle:
    testPage.successMsg.create=The device {0} was created successfully!
    Code within backing bean method:
    String message = getStringFromBundle("testPage.successMsg.create");
    FacesContext.getCurrentInstance().addMessage(null, new FacesMessage(message));
    In Struts/ADF UIX the following code did the job:
    protected void setUIXInfoMessage(HttpServletRequest request, String key, Object[] args)
    MessageData msgs = new MessageData();
    MessageResources mr = this.getResources(request);
    String msg = "";
    if (mr != null)
    msg = mr.getMessage(request.getLocale(), key, args);
    msgs.addMessage(null, msg, null, UIConstants.MESSAGE_TYPE_INFO);
    request.setAttribute(UIX_MESSAGE_KEY, msgs);
    Can anyone help me with this problem? I have searched a lot in the Oracle ADF Development Guide and within forum, but did not find any solution.
    Another interesting thing is, how to set the parameters from jspx-Code.
    How can i achieve the same results in ADF Faces corresponding to the following UIX-Code:
    <boundAttribute name="title">
    <messageFormat format="${nls['deleteTip.confirmation']}">
    <dataObject source="${bindings.TipName}"/>
    </messageFormat>
    </boundAttribute>
    Resource Bundle:
    deleteTip.confirmation=Do you really want to delete the tip {0}?
    Another question:
    What are the corresponding elements in ADF Faces corresponding to <concat> and <if> in UIX or what possibilites exist in ADF Faces to dynamically concatenate strings depending on certain conditions?
    I know, these are many questions. I am familiar with UIX, but now i have to start developing applications with ADF Faces and there are some things i don't find corresponding equivalents.
    Thanks in advance!
    Regards,
    Stefan

    Hi,
    SRDemo shows you how to do this declratively
    <h:outputFormat value="#{res['srcreate.confirmPanel.message']}"
    escape="false" id="nextButton">
    <f:param value="#{requestScope.SRDEMO_CREATED_SVRID}"/>
    </h:outputFormat>
    where the <f:param ...> element sets the value of the variable
    To programmatically access internationalized strings, SRDemo uses
    private static ResourceBundle getBundle() {
    FacesContext ctx = getFacesContext();
    UIViewRoot uiRoot = ctx.getViewRoot();
    Locale locale = uiRoot.getLocale();
    ClassLoader ldr = Thread.currentThread().getContextClassLoader();
    return ResourceBundle.getBundle(ctx.getApplication().getMessageBundle(),
    locale, ldr);
    public static String getStringFromBundle(String key) {
    ResourceBundle bundle = getBundle();
    return getStringSafely(bundle, key, null);
    You take it from there and put it to a FacesMessage, If it uses parameters I guess you will have to parse the string
    Frank

  • How to set a flag

    How can I set a flag?
    I tried to connect a boolean (true) to a local variable, but it didn't work since the local variable had a question mark in it!
    Is there a better method to set a flag?
    Many Thaanks

    They also use extra memory which can also dramatically slow down your app and they break dataflow with the risk of race conditions. Programs with a lot of locals are much harder to debug - trust me on this. Shift registers can be very tidy if done right and don't cause the problems that locals do. The "LabVIEW Development Guidelines" document that ships with LabVIEW has a section on locals/globals and a reference to functional global variables which can be used to replace a standard global variable but nothing in LabVIEW is as effecient as a wire.

  • How to set deletion flag in Production order item level

    Hi Friends,
    I have a requirement like...
    Suppose production order conatians 100 items. now i want to set deletion flag for 20 items only.
    In Co02 t.code deletion check box is disable mode.
    There are nearly 100 production orders .i have to write the program....
    Is there any BAPI or other way to meet this requirement.
    Can you please help me..

    Also, You might want to have a look at the BAPIs like BAPI_PRODORD_SET_DELETION_FLAG which are used to set the deletion indicator but it appears to me the deletion flag can only be set at the header level using these BAPIs.
    Please have a look at SAP business object BUS2005 methods from transaction SW01 for more Production Order related BAPIs.
    One more thing ... since you mentioned that in CO02 the deletion indicator is greyed out, then it might mean you are missing the authorizations to set the deletion flag. Please consult with your Authorization (BASIS) administrator. As a hint, the authorization object here is C_AFKO_AWK.
    Cheers,
    Aditya

  • How to set font for title and message in JOptionPane?

    Hi,
    I have following test code.
    JOptionPane.showMessageDialog(null, "Some Alert Message", "Alert", JOptionPane.ERROR_MESSAGE);In this code can we set font for "Some Alert Message", "Alert"?
    Regards,
    Kalyani......

    roll-your-own?
    import javax.swing.*;
    class Testing
      public static void main(String[] args)
        JDialog.setDefaultLookAndFeelDecorated(true);
        JOptionPane optionPane = new JOptionPane("<html><font size='5'>Your message here</font></html>");
        optionPane.setOptionType(JOptionPane.DEFAULT_OPTION);
        optionPane.setMessageType(JOptionPane.ERROR_MESSAGE);
        JDialog dialog = optionPane.createDialog(null, "Alert");
        dialog.getLayeredPane().getComponent(1).setFont(dialog.getFont().deriveFont(18f));//size = 18/whatever
        dialog.setModal(true);
        dialog.setVisible(true);
    }

  • How to set VL 626 to warming message

    Dear Expert,
    Understand error message VL 626 is not controllable error message.
    1. How could made system ignore this error message?
    2. How could change it to warming message?
    Regards.

    Hi Chan,
    First of all ..i wont suggest for changing this msg from error to warning..becoz thats the ways system should work as well as business..but anyway if you  want to do...then here is the solution..
    while doing reverse system calls function module  WS_REVERSE_GOODS_ISSUE..in that when it check for date..it again calls another function module MESSAGE_STORE and here u have that message class VL and message number 626 and msg type as E....all u need to do is make this E to W...but dont do just as it is...
    Pls involve ABAPer..explain the problem, show him the error and then show this fuction module...abaper will analysis and i am sure ur problem will be resolved
    I hope this helps and resolves ur issue and if yes then pls reward pts.
    one request is pls reply back whether this resolves or answers ur question or not becoz i have notice people not replying inspite of providing proper soultion
    Regards
    Jagdish

  • How to set an 'alert'  or reminder message for end-user Acrobat X form.

    Hi,
    I'm trying to see if I can add an alert or reminder message for the end user who will be filling in a form that I'm creating from Acrobat Pro X.
    Does it require a script if so, could anyone share one that is already exists?
    If it doesn't need a script, how can I set that up?
    What I want to do, is to remind end-user to fill in Numbers Only and not text.  I have already set my properties for numbers only and provided an example. But, In-case end users did not understand, I'd like to have a message for them to say that they must type in number and not text.
    Currently, with the limitation I've made, they couldn't type in any letters but, they might be frustrated and not fill in anything!
    Please help!
    Thanks,

    Thank you for the code.
    Is it correct to put that code under VALIDATE > run custome validate script, within the Properties box?
    Because I tried it, and it worked only AFTER I typed a number onto the field.
    Since my goal is to have the alert BEFORE, so if someone typed in a text, they should see the alert and correct themselves to type in a number instead.
    Please clarify.
    Thanks!

  • How to set the flag of the mail when I read it for POP3

    HI,
    All
    I know that POP3 does not support the flags. As per my knowledge the only flag POP3 supports is the DELETED. if i am not wrong.
    Now what i have to do is when i fetch the mails programmatically and once i read that I want to mark that mail as read in the yahoo also. means when i reterieve the mails through my client from the yahoo mail and next time when I Open the yahoo account the mail that i have retrieve must be seen as read rather than unread.
    Yahoo uses the POP3 Server for the incoming mails the same thing also happens with outlook you can find that outlook also uses POP3 as the incoming mail server and when we reterieve the mails from the yahoo using the outlook by some way Outlook marks the mails on the yahoo server as read the same thing I have to do for my client Program using the POP3 server.
    If Outlook does it dispite of the POP3 server there must be some way to do the same thing for the POP3 server using the Java Mail Api.I dont know how to do that thing and mark the mails as read once I fetch them.
    Any Help is appriciated,
    Rahul.

    I have tried to access the content of the message using the my program to fetch the mail but still Yahoo does not mark it as the read in its web interface.
    so I want to know how to do that. and also want to know that when you are doing same thing for the outlook then it mark it as a read on the Yahoo web mail interface so I want to know how do they do it means how Outlook mark it as a read mail on the yahoo server despite of the POP3 server.
    If anybody knows how outlook does that than we can do same using the Java mail Api.
    Regards,
    Rahul

  • How to set plain-text for outgoing messages?

    I just upgraded from a Pre "minus" to a Pre 2 with WebOS 2.1 . I now have mail recipients complaining that my messages are in HTML. How to I revert to plain-text for sending messages?
    Post relates to: Pre p100eww (Sprint)

    Hi jason ,
    For setting Heder text for your ALV table
    ip_confing type ref to CL_SALV_WD_CONFIG_TABLE.
    "set alv table header
      ip_config->if_salv_wd_table_settings~r_header->set_text( 'Test ALV Header functionality' ).
    first you have to hide the DDIC text and then try to set your own text .
    "modify columns
      LOOP AT lt_columns INTO ls_column.
        lr_column = ls_column-r_column.
        CASE ls_column-id.
          WHEN 'MANDT'.
            "hide this field
            lr_column->set_visible( cl_wd_abstr_table_column=>e_visible-none ).
           WHEN 'SEQNR'.
            "set header to different string
            lr_column->r_header->set_ddic_binding_field( if_salv_wd_c_column_settings=>ddic_bind_none )." use this line to hide ddic text
            lr_column->r_header->set_text( 'Position' ).     
        endcase.
      endloop.
    Regards
    Chinnaiya P

  • How to set email so it shows messages i sent?

    In my mac email inbox I can see the responses from my recipients but not the messages i just sent to them. I can only read my response once they have responded in the email thread. How can I get it so it lists my sent email too?

    Welcome to Apple Support Communities.
    These screen shots are from Mail.app version 4.6 (1085) on OS X 10.6.8.
    Click an image to enlarge it to full size.
    There should be a 'Sent' tab in the far left column of your Mail app under the heading 'MAILBOXES'
    Move the cursor to the 'Sent' line (the one with the paper airplane icon)
    Click on the 'play' triangle so it faces downward to reveal any and all email accounts you have set up in Mail.
    (I have intentionally obscured some mailbox and message details in this image.)
    Click on any one of the mail accounts listed under 'Sent' to see emails you've sent, as shown for the iCloud account below. (I have intentionally obscured some mailbox and message details in this image.)

  • How to set configuration flag

    Could someone help me ?
    How do you set the cfg flags with Forte ?
    Is it a command line option ?
    Thanks

    C:\forte\30M0\install\bin\ftexec.exe -fi
    bt:c:\forte\30M0\userapp\forte\cl0\forte -fm (x:64000) -fns
    NodeName:5001 -fr ReposName -fl "!stdout(cfg:c4:13:1)"
    Above is an example for starting a forte application with logger flags being sent to StdOut. You can send them to file by specifying a filename instead of !stdout.
    Hope this helps,
    Allister Dickson
    Technical Architect
    Xpedior Australia

  • How To Set Parameters in a SOAP-Message for QUERY_VIEW_DATA Web Service

    Hi all,
    I want to use the QUERY_VIEW_DATA Web Service to get data from BI through an existing BEx-query.
    How can I set a navigation status as it is stated in the SAP documentation [Web Service for Accessing Query Data|http://help.sap.com/saphelp_nw04/helpdata/en/d8/3bfc3f8fc2c542e10000000a1550b0/frameset.htm]?
    I am able to set filter values but setting any parameter with the name 'CMD' has no effect to the response.
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style">
      <soapenv:Header/>
      <soapenv:Body>
        <urn:GetQueryViewData>
          <Parameter>
            <!-- This has no effect -->
            <item>
              <Name>CMD</Name>
              <Value>SWITCH_AXIS</Value>
            </item>
            <!-- This works --> 
            <item>
              <Name>FILTER_IOBJNM</Name>
              <Value>0COMP_CODE</Value>
            </item>
            <item>
              <Name>FILTER_VALUE</Name>
              <Value>4020</Value>
            </item>
          </Parameter>
          <Query>Z_MYQUERY</Query>
        </urn:GetQueryViewData>
      </soapenv:Body>
    </soapenv:Envelope>
    We use SAP NetWeaver 7.0 EHP1. The documentation mentioned above belongs to NetWeaver 2004s and I can't find it in the docu for 7.0. Does that mean the QUERY_VIEW_DATA is deprecated?
    Thanks for your help!
    Best regards
    Heiko Braeske

    Dear Heiko,
    did you solve this problem?
    We are facing the same problem. Every parameter that requries "cmd" does not work. I guess we don´t use this paramter the right way.
    Best, Chris

  • How to set user ID in JMS message

    I am looking for ways to set the user ID in a JMS message over MQ series. I have looked at various way of doing it including:
    1) setting the appropriate environment variable in MQEnvironment
    2) setting provider specific properties (of the format "JMS_IBM_xxxx")
    3) in desperation, setting any likely looking property, e.g. "JMSXUserId"
    None of these work, consequently the default user ID "mqm" is propagated. Rather than getting an error message back (with, I think, a 2059 code) when host authentication fails, I simply get nothing back.
    I'd be grateful for any suggestions
    Hugh Ferguson

    3) in desperation, setting any likely looking
    property, e.g. "JMSXUserId"I believe these properties are case-sensitive. We don't set the user id property in our JMS messages, but I can tell you that when we receive messages from apps on our mainframe host (which do not use JMS - they use the COBOL api), the user id is in a property called UserID (note that "ID" is capitalized). In raw form, it's JMSXUserID.
    Hope this helps,
    -Scott

Maybe you are looking for

  • I click on my g-mail icon and now it won't open.  Why?

    I click on my g-mail icon and it refuses to open - respond?

  • Problem connecting laptop to printer via wireless connection

    I installed my HP Photosmart D110 series and the printer is not detecting my wireless internet (which is a Verizon Wireless card) . I only know the basics when it comes to computers, internet, etc. Therefore, this might be a completely stupid questio

  • Open file button

    Hi Coulod anyone point me in the direction of creating an open file button please. so a button that when clicked opens a file from a file server based on a path displayed in a text box. Thanks in advance

  • DB: Handling temp tables

    Another DB question... We have a function that grabs a random record from a table using a stored procedure (MS SQL): CREATE PROCEDURE dbo.sp_randomJudge_district @Dist int AS -- Create a temporary table with the same structure of -- the table we want

  • Podcast episode name change...?

    How do I change the name listed for my podcast? in the isting it's taken the name of the original blog post (which I wasn't aware that it did). I've since changed that blog entry's title to fit what I want it to say, but iTunes has not updated the Na