Function to get message payload by MESSAGE_ID

Hello Experts,
Can you please give me the name of the function to get message payload by MESSAGE_ID?
I was trying to call SXMB_SELECT_MESSAGES, but it returnes just technical info about message (like sender, receiver, etc), but not the payload.
Thanks in advance for your answers!

Akshay, but the main (original) problem still remains: How I can get an access to System Error description (Connection timeout, Connction refused, etc)?
If I will build a custom Alert in my UDF and then will call SALERT_CREATE to raise an Alert, than how will I fill the Alert Body with Alert Description?
I can have either the "native" Alert, containing just the Alert Description or "custom" Alert, containing some business data. But I need both.
So is there any way to access the System Error description in mapping?

Similar Messages

  • C309a all-in-one printer gets message: wireless radio is not functioning, contact HP support.

    Wireless connectivity lost this morning. Don't know why. When running diagnostics, I get message: The wirelss radio is not functioning. Contact HP support.

    My HP C309a had exactly the same problem.  Everything I found on the internet said that the printer could not be fixed and the only solution was to buy a new printer. The printer report said the wireless radio was not functioning. A factory reset did not fix the problem either. I had a problem with my HP Pavilion dv6000 laptop with the video graphics IC.  The solution for that fix was to do a solder reflow of the graphics IC.  Did it and fixed the problem. I figured maybe the same fix would work on my printer as I didn't have anything to lose at this point.  I located and removed the wireless radio board in the printer (on the left side upper right corner). I then did a solder reflow on BOTH sides of the board. I put the board back into the printer and wa-la, it connected immediately to the network. It has been functioning with no problems now for at least four weeks now (knock on wood). Hope this helps.

  • My daughter has just bought me an iPad 2 from Dubai and set it all up for me but unfortunately the iMessage function doesn't seem to work. We keep getting messages,when trying to activate it, that there is a network connection problem - help!

    My daughter has just bought me an iPad 2 from Dubai and set it all up for me but unfortunately the iMessage function doesn't seem to work. We keep getting messages,when trying to activate it, that there is a network connection problem - help!

    Thank you both for your responses but my daughter was reassured by the salesman in the iStyle store (official Apple store in the UAE) that iMessages would work but conceded that FaceTime wouldn't. My iTunes account is registered in the uk and my daughter's iPhone has iMessages even though she bought it (and uses it) in Dubai. Can anyone else throw any light on this?

  • Search help for partner functions in the message to get organisation unit O

    hello,
    Depending on the Business partner category (Organisation, Person,Group) the search help of the partner function in a message should return the corresponding partner list.
    This is working fine for standard partner functions like SLFN0002 (reported by=P) SLFN0003 (support team=O). When doing a searchhelp we get a list of organisation for the "support team" and a list of users for "reported by". this is a normal behaviour.
    When copying the partner function SLFN0003 into a new ZLFN0003 and including it in the partner profile of the message the search help returns all business partners of category P but should return category O.  The function category 0016 (service team) is well defined for ZLFN, I guess the link to business partner category is made indirectly there but I might be wrong.
    Does anyone of you experience the same behaviour ?  Any idea how to correct this ?
    thank you for your help
    Xavier

    Hi,
    Collective search helps:- Combination of elementary search helps. When we need to fetch data based on multiple selection criteriau2019s. More than one tables are Selection from multiple tables
    Steps for creating collective search help.
    1) Enter the search help name and click on create.
    2) Choose Collective search help radio button option as the search help type.
    3) Enter the search help parameters.
    Note that there is no selection method to be entered for a collective search help.
    4) Instead of the selection method, we enter the included search helps for the collective search help.
    5)We need to assign parameters for each of the included search helps.
    6) Complete the parameter assignment by clicking on the push button.
    7) Collective search help offers the user to obtain F4 help using any of the included search helps.
    Hope this helps u.
    thanks

  • IF i'm on a call and try to use the internet function, I get an error message.  Is this normal?

    IF i'm on a call and try to use the internet function, I get an error message.  Is this normal?

    Depending on your carrier, with AT&T there shouldn't be a problem.
    If you with Verizon, you will need to be on Wifi, to do that.

  • The get messages function only works for the first account

    regardless of which account is listed in any order, the get messages button only gets messages for the first account in the list, thus if you are expecting one into another account you have to highlight that account and click the get messages....

    I have no idea what your talking about. Thunderbird has no apps.
    Perhaps your talking of add-ons. If you found an add-on perhaps you could mention what it is, so that I and other might know it exists.
    You appear to be under some misconceptions,
    !. Moderation is about answering questions. Wrong. Moderation is about deleting questions, editing comments that do not meet the guidelines for the forum and banning users.
    2. Searching add-on is someone elses job.
    3. Someone is getting paid to accept your criticism. I am not.
    If I as a fellow user an ignorant of an add-on then tough luck for those I advise. They should have been resourceful enough to search for add-ons before they asked the question. I can only tell people what I know.

  • JMS Message Selector on Message Payload

    Hi,
    I have a requirement where in;
    A JMS adapter consumes messages from an AQ JMS Topic. We need to make selective dequeue from the Topic. Is that possible to make use of the message selector option on the 'message payload'?
    Message selector works on JMS Header and Properties as far as I know.
    Any insight on this would be of great help :-)
    Thanks,
    Manoj Nair.

    It's like almost a month to get a response for such a generic JMS functionality. Looks like the Oracle SOA user base is really low. Anyone with a working example reference.
    Thanks

  • Access to message payload at UDF

    Hi,
    I need to get the message payload at a User Defined Function. I found http://help.sap.com/javadocs/pi/pi711sp03/index.html which have many API class like http://help.sap.com/javadocs/pi/pi711sp03/com/sap/engine/interfaces/messaging/api/Message.html and http://help.sap.com/javadocs/pi/pi711sp03/com/sap/engine/interfaces/messaging/api/Payload.html . But i dont know how to get the message object from container. I checked the PI mapping blogs but couldnt find any clue about that. Any help would be appreciated.
    Kind regards,
    Altuğ Bayram

    When you want to work with the whole payload, why don't you use a Java mapping?
    The graphical mapping is made just to avoid that you have to deal with the XML structure.

  • Calculating No. of records XI message payload

    Hello,
    Can somebody help me out to calculate no.of records in terms of XML tags in XI message payload.
    I have a scenario File->XI->ABAP proxy. File content conversion is used in FTP adapter. So my requirement is to count no. of records come from to XML tags.
    Thanks in advance.
    Best regards,
    Jilan Bhasha
    Message was edited by:
            Jilan Bhasha.P

    Hi Jilan,
    Actually where do you want to get this count..
    In sender file adapter config , we have option counter..
    -- or you can have a UDF to count the no of msgs ..
    -- you can use count function to root. that can be assigned toone target field..
    Recordsets per Message see in the below link
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm
    Hope this helps. Do get back to me in case you need any more details...
    Regards
    Kiran..

  • PO 7.4 RESTAdapter issue : Unable to parse XML message payload

    Dear experts,
    We are implementing the scenario Exposing a function module as Restful service with the PO RESTAdapter that's avaiable in PO 7.4 SP09 as described in the blog written by Ivo:
    PI REST Adapter – Exposing a function module as RESTful service
    When we test the scenario to processing messages the adapter reports the error message:
    Error while sending message to module processor: senderChannel '589b39c9b91c3ae99040d9addc6a818b': Catching exception calling messaging system: Unable to parse XML message payload to extract operation for receiver determinationorg.xml.sax.SAXParseException: Premature end of file.
    Anyone an idea or solution direction?
    Thanks in advance.
    Cheers, Luc

    Hi YRV isa,
    Issue solved by Ivo Kulms
    "Either you use a Dummy Interface in the IFlow for the adapter or you have to specify on the Operation Determination Tab which XI Operation / Interface should be used. The table on the tab allows to specify different interface name depending on the internal variables. In the variable columns add for example the REST operation, by entering "operation", in the expression column "GET" or "POST" or "*" and in the operation/namespace columns the XI operation / interface you want to reference.
    The variable "operation" has to be in curly brackets, so that it gets evaluated. So the entry should look like "{operation}" ( or like "{service}" if you want to map the XI operation by REST service name)"
    Kind regards, Luc

  • I have just sought  to update my lightroom and am now unable to access the develop function and get a note stating that I have reduced functionality what it this about and how do I get my product back

    I have just sought  to update my lightroom and am now unable to access the develop function and get a note stating that I have reduced functionality what it this about and how do I get my product back

    Hi there
    I have version 5.7 and every time I opened it I was told that updates are available and to click on the icon to access these.  Instead it just took me to the
    adobe page with nowhere visible to update.  I then  sought to download lightroom cc and this is when I could not access the 'develop' section due to reduced
    functionality  It was apparent that my photos had been put in cc but no way to access them unless I wanted to subscribe. 
    I have since remedied the problem as  my original lightroom 5.7 icon is still available on the desktop and have gone back to that.  I do feel that this is a bit
    of a rip off and an unnecessary waste of my time though.
    Thank you for your prompt reply by the way.
    Carlo
    Message Received: May 04 2015, 04:52 PM
    From: "dj_paige" <[email protected]>
    To: "Carlo Bragagnolo" <[email protected]>
    Cc:
    Subject:  I have just sought  to update my lightroom and am now unable to access the develop function and get a note stating that I have
    reduced functionality what it this about and how do I get my product back
    dj_paige  created the discussion
    "I have just sought  to update my lightroom and am now unable to access the develop function and get a note stating that I have reduced functionality what it
    this about and how do I get my product back"
    To view the discussion, visit: https://forums.adobe.com/message/7510559#7510559
    >

  • Error while processing message payload Element PI SXMB_MONI (ECC to TM)

    Dear Experts,
    while processing an XML message in TM using receiver interface IntracompanyTransportationRequestRequest_In , we encounter an error message.
    <SAP:Stack>Error while processing message payload Element &#39;StockTransportOrderReferenceIndicator&#39; missing</SAP:Stack>  
    <SAP:Retry>M</SAP:Retry>
    ssee screenshot attached.
    The field StockTransportOrderReferenceIndicator cannot be located in ECC and I cannot find what the system is expecting to populate here.
    Can somebody propose an approach on how to investigate into this error message for the solution?
    thanks a lot
    Salvador

    Hi Salvador,
    Thanks for your reply. We were able to fix that issue. As of now we have managed to send sales order to TM but getting the following error. Messages are getting failed in SAP TM. Even if the product exists in the system (TM) still the error message persists. I have CIFed location, business partner, product from ECC and everything exists in SAP TM with the same business system group. Kindly advise. Did you happen to face any similar kind of issue during your implementation ?
    Thanks & Regards,
    Aunkur De

  • Server side function not get called after dispatching cairngorm event second time on same page

    Hi All,
    I am facing a urgent issue regarding cairngorm event. Actually my page contain 3 button add,delete,save
    and  clicking of any button I do the respected functionality. For ex:
    I click the add button & on clicking of add button I fire a cairngorm evnt & after getting response from server side that the record is added
    I displayed a message that the record is added & update the data source.
    After addition of the record , with out going to other page if I perform the same functionaly(Like adding another record) on same page the cairngorm
    event not call the server side function  -  after debugging I find out that cairngorm event  reach to the corresponding excutecommand function & called that function  but it is not calling my server side function & I also din't get any error message .
    I dont know why  the server side function not get called?. similarly if I try for delete or update case the same things happend. Only for the first time it works properly but not for the second  time.
    Could any of  you please tell me why the cairngorm event not calling the server side function.
    Thank you for your kind assistance.
    Regards,
    Ujjwal

    Okay, well I think I've worked out the problem.
    In ASP.NET we would typically bind repeating controls such as DataLists and Repeaters manually using <i>Control</i>.DataBind(), because we're usually using a separate class library containing collections for our objects. Seems the SAP Table control doesn't like this approach.
    I changed the code so that the databinding is specified on the control, and call the Page's DataBind() method and it all worked fine.
    One tip: because the collection I used to bind to is in a separate class library, I receieved a <i>BC306523: Reference required to assembly MyAssemblyName...</i> message, even though I had a reference to the assembly in my project and the DLL is being properly deployed. To fix this, you must include the following directive at the top of the component's ASCX file:
    <%@ Assembly Name="AssemblyName" %>

  • Running Mavericks, I was trying to get messages to run ICQ and apparently I changed a setting that now causes me to get an error message and shuts messages down.

    I am running Mavericks.
    I was trying to get "Messages" to play nice with ICQ. it was sending HTML format to the receiver on the other end.
    I saw online how to change the item typed to show up as plain text on the for the recipient.
    Unwisely, I didn't follow ALL the instructions (where it told me to make a copy on my desktop "in case" and I changed one of the settings incorrectly.
    Now when I try to start Messages up, it opens briefly, then says it encountered an error and needs to shut down.
    I can remove Messages, but before I do, I can't seem to find a place to re-download it.
    Any suggestions on the best way of handling this?

    Hi,
    Once you get to Lion (OS X 10.7) and higher the only way is to Restore the whole OS as several Apple App are included this way and are not available separately.
    It should be just the .plists that are involved.
    The com.apple.imagent.plist holds the account info as it provides a "listening" function on all logins before your start up the app.
    I would delete this one as well.
    If that does not work repeat the process and delete com.apple.ichat.plist itself.
    7:20 pm      Monday; March 24, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Idoc - Partner Function not getting captured.

    Dear all,
    I am using IDOC (type - /NFM/ORDERS05) to send a Purchase Order. The Idoc is getting created but the only a few partner function is getting captured from the Partners tab in the ME22n transaction. The remaining partner functions that are not captured are SP (Forwarding Agent) and ER (Employee responsible).
    Any bright ideas how to solve this problem.
    Points will be awarded.

    Hi Vivek,
    Thanks for your reply.
    1. Where do i have set the receiver port and the message type for each "partner fuction". We do this generally for a Partner Type. (Please clarify)
    2. If I remove the syntax check box then my PO is not getting created in ME21n transaction.
    3. I have checked the Partner types there is not problem with that.
    Regards,
    Gajanan.

Maybe you are looking for

  • Is there any part of a PDF Form that is ignored when digitally signing?

    I'm building a simplified workflow process using PDF forms. Users would add a Submit button to a form that posted to an internal web service, which would add the forms to an internal document system for further processing. Part of the process involve

  • Mac Mini & Viewsonic VG150

    I was given an original Mac Mini, 256 MB RAM, no wireless, combo drive, along with a Viewsonic VG150 LCD monitor. However, when I start it up I get the beginning of the boot process and then the monitor goes black. Turning the monitor off and onn res

  • JSTL: header / referer in a JSP Document

    Hi all, I am about to get the HTTP referer in a JSP Document: <c:forEach items="${headerValues}" var="h">      <c:if test="${h.key == 'referer'}">           <c:set var="logReferer" value="${h.value}"></c:set>      </c:if> </c:forEach> However, logRef

  • My Bookmarks Created in Word 2013 Dont Display in Microsoft Reader

    I created some bookmarks in my Word 2013 file and I saved it as a pdf. I re-opened the file and when i open the Bookmark diaglog box my bookmarks show in the list. When I select one and click 'go to' it navigates to the book mark. However when i open

  • Cannot select different print template without closing and restarting Lightroom 4

    If I select an image in the library grid and then open the print module then I can select any of the templates eg 2x2 cells or (1) 8x10 as normal.  However, once I've selected that template, if I decide to see what any other template might look like