Select Messages in Listener By User ID

Hi,
I have one issue in message listeners. Is it possible to select /query messages in listeners by using user id?
or in MII, is it storing details of transaction executions including logon user id?
Can you help to retrieve this data?
Thanks,
Senthil

Hi Anushree,
The issue is when user is raising or calling some SAP BAPI or web service thru transaction, in we are able to get the message UID and ID. Is it possible to get user id if message UID is passed in query messages? for example, if I want to see the data for one user like how many records he created thru web service call?
The input will be message UID or message ID.
Thanks,
Senthil

Similar Messages

  • How to select several values from a user exit variable in a planning folder

    Hello,
    I have created a user exit variable for limiting the values only to which the user need to access.
    For a simulation part, it is then necessary for him to select several values from these values (not only one, and not all)
    But It seems in this case the user has only two possibilities :
    - keep all the values without any restriction
    - restrain the selection to only one value.
    It seems possible for the user to access to a multiple choice window, but this possibility doesn't seems to work : in all tests we did, only the first value was taken into account by BPS.
    If this method is not good do you know an other manner to permit the user to choice several values amongst a set of pre-selected  (because the original set is too important) values ?
    Thanks for your help.

    Hi Mayank,
    Thanks for your response, but I don't think it corresponds to my problem.
    I my case, I use a user exit variable to filter some data. It seems BPS offers the possibility to the user to select several values amongts the pre-selected values presented by the user exit variable, but it doesn't work. We can use a popup in which we enters the required values, but in final, only the first value is taken into account.
    I don't know if it is due to a BPS bug or if it is not a good solution in regard to BPS philosophy. In this case, the concerned caracteristic isn't in the header but in lead columns.
    I must present a solution to my client next monday, so I have not enough time to open an OSS message.
    An alternate solution should be interesting too.
    My need is to present to a user a selection of values amongst all values from an infoobject (the user exit variable seemed to be a good solution) and the user must have the possibility to select some values amongst these as filter.
    Regards

  • HT4245 When I try to activate iMessage and while I write my correct password I I receive message say that my user name and password is incorrect although I was use iMessage service on the same network (etisalat ) U.A.E  before I update to ios6

    When I try to activate iMessage and while I write my correct password I I receive message say that my user name and password is incorrect although I was use iMessage service on the same network (etisalat ) U.A.E  before I update to ios6
    Note : my iPhone is been swapped 2 weeks ago and I already erase all data in old I phone

    1) Go here: http://www.apple.com/support/appleid/manage/
    2) Click on Sign in to manage your Apple ID
    3) Click on Manage your Apple ID
    4) Type in your Apple ID and Password and click Sign in
    5) Select Addresses from the left hand side
    6) Click Edit
    7) In country region type United Kingdom
    8) Click Save at the bottom of the page
    9) Go to your Apple Device Settings - General - International - Region Format - Select United Kingdom
    10) Press the Home button
    11) Log into Facetime and iMessage with your CORRECT APPLE ID AND PASSWORD
    This should work for all of you guys. Hope it helps.

  • Welcome message for new-registred users

    Hi!
    I'm not sure if this is already been suggested or if it's implemented already, but here I go:
    When a new user register at the forum or NI, I would presume that the user is new to LabVIEW. How about a welcome message for the new user? This could be a private message and contain useful information. Like links to the biggest and mostly used community groups, links to different basic tutorials, links to popular boards etc.
    I see that there are many new users that ask questions which would be answered by doing the basic tutorials. We provide them some links and they appreciate it alot. When I registred a year ago, for me, the NI site and forum where quite unfamiliar and I spent alot of time, just to get to known where to look for stuff. I didn't discover the basic tutorials until I posted a "newbie" question and got some links in reply. The tutorials helped me alot!
    The tutorials are not so hard to find, but I think many people, like myself, don't know they exists when they register to the forum.
    Please correct me if I'm wrong, since my memory is like "10 second Tom" in the movie "Fifty first dates" with Adam Sandler 
    Regards,
    Even
    Certified LabVIEW Associate Developer
    Automated Test Developer
    Topro AS
    Norway

    Hi Laura,
    I found the 3 and 6 hour courses very useful. Also the learning LV 101 found here.
    I believe I just searched the forums for answers and posted questions if I could not find anything. Many of my questions would not have been nessesary if I had taken the courses first. 
    For providing the user with the links I can think of two ways:
    1. Since there can be users for other products thatn LabVIEW, maybe the links should be general for everyone.
    2. When a user registers, he/she should be able to choose products/interests and the private message could be built based on that. The register page should contain checkboxes and the user just select what he/she wants.
    Regards,
    Even
    Certified LabVIEW Associate Developer
    Automated Test Developer
    Topro AS
    Norway

  • IPhone 4s wont send picture messages to non iPhone users.

    I've tried reinstalling the IOS 6, changing the settings, shutting off the phone. I can not send picture messages to non iPhone users but can send texts and receive texts and receive picture messages. just can't send. Help.

        jannwj, sending and receiving pictures is very important these days because we try to capture the moment all the time. I know this issue is frustrating because I take, send, and receive pictures at least 20 times a day. I researched  your issue and did not find this as a known issue. Do you receive a error message? I recommend checking your message settings to ensure they are enabled. I have listed the steps below:
    1) From the home screen, select Settings.
    2) Select Messages.
    3) From MMS Messaging, drag the switch left or right to enable / disable.  Enabled when set to ON.
    Please let me know if this helps. Also ensure the data network is enabled. I have listed steps below:
    1) From the home screen, select Settings.
    2) Select General.
    3) Select Cellular.
    4) Drag the Cellular Data switch left or right to enable / disable cellular data.
    On /Celluar data enabled
    Off /Cellular data disabled
    Keep us posted with the status of your issue.
    KinquanaH_VZW

  • How to pop up a system message for a specific user when She/He log on SAP

    Hi Friends,
    As we know SM02 setting will pop up a system message to all users in specific client in a specific period when the user log on SAP system; and we can do the same thing via using function module SM02_ADD_MESSAGE.
    But now we want to pop up a message to a specific user ID when somebody log on SAP via this ID, instead of all user IDs in the client. Please do we have any similar traction / function module / class method to to do this job??
    Thanks in advance.
    Joe

    Below code can be used to send a pop up message to all users who are logged on to the
    system.
    DATA: MESSAGE(128) VALUE 'Test message'.
    DATA: OPCODE TYPE X VALUE 2.
    DATA: BEGIN OF USR_TABL OCCURS 10.
    INCLUDE STRUCTURE UINFO.
    DATA: END OF USR_TABL.
    CALL 'ThUsrInfo' ID 'OPCODE' FIELD OPCODE
    ID 'TAB' FIELD USR_TABL-SYS.
    LOOP AT USR_TABL.
    CALL FUNCTION 'TH_POPUP'
    EXPORTING
    CLIENT = SY-MANDT
    USER = USR_TABL-BNAME
    MESSAGE = MESSAGE
    EXCEPTIONS
    USER_NOT_FOUND = 1.
    ENDLOOP.
    In the above code just pass the desired user ID instead of All user ID's
    Edited by: harsh bhalla on Mar 26, 2009 2:14 PM

  • Chat user is not getting message from the other users

    In my application when user [A] initiate the chat with user[B]  , I am facing following issues
    -          User[B] is not getting initiation notification so that I am unable to open chat pod for user [A] on user[B] application
    -          Due to above problem , User[B] not getting any message sent by the User[A]
    -          User[A] can send only one message and it is displayed on simple chat pod
    when User[A]tries to send more then one message it is not displayed on simple chat pod but on the console I can see the messages
    following is sample code
     public function connectChat() :void {
    _collectionNode =
    new CollectionNode();_collectionNode.sharedID = NOTIFICATION_COLLECTION_NODE;
    _collectionNode.connectSession =
    this.connectSession;_collectionNode.addEventListener(CollectionNodeEvent.SYNCHRONIZATION_CHANGE, onSynchronizationChange,
    false, 0, true);_collectionNode.addEventListener(CollectionNodeEvent.ITEM_RECEIVE, onItemReceive,
    false, 0, true);_collectionNode.subscribe();
    /*** @private
    * Handles the creation of a collection node if it does not already exist
     protected function onSynchronizationChange(event:CollectionNodeEvent):void { 
    if (_collectionNode.isSynchronized) { 
    if (!_collectionNode.isNodeDefined(START_CHAT_LIST) && _collectionNode.canUserConfigure(connectSession.userManager.myUserID)) {_collectionNode.createNode(START_CHAT_LIST,
    new NodeConfiguration(UserRoles.VIEWER, UserRoles.VIEWER, true, false, true,false, NodeConfiguration.STORAGE_SCHEME_QUEUE));}
     public function connectChat() :void{
    trace('connectChat');_collectionNode =
    new CollectionNode();_collectionNode.sharedID = NOTIFICATION_COLLECTION_NODE;
    _collectionNode.connectSession =
    this.connectSession;_collectionNode.addEventListener(CollectionNodeEvent.SYNCHRONIZATION_CHANGE, onSynchronizationChange,
    false, 0, true);_collectionNode.addEventListener(CollectionNodeEvent.ITEM_RECEIVE, onItemReceive,
    false, 0, true);_collectionNode.subscribe();
    /*** @private
    * Handles the creation of a collection node if it does not already exist
     protected function onSynchronizationChange(event:CollectionNodeEvent):void { 
    if (_collectionNode.isSynchronized) { 
    //Creates the nodes if they don't exist 
    if (!_collectionNode.isNodeDefined(START_CHAT_LIST) && _collectionNode.canUserConfigure(connectSession.userManager.myUserID)) {_collectionNode.createNode(START_CHAT_LIST,
    new NodeConfiguration(UserRoles.VIEWER, UserRoles.VIEWER, true, false, true,false, NodeConfiguration.STORAGE_SCHEME_QUEUE));}
    /*** Checks if a chat is going to be started with this specific user
     protected function onItemReceive(event:CollectionNodeEvent):void { 
    var item:MessageItem = event.item; 
    var openChatEvent:OpenChatEvent = OpenChatEvent.ToOpenChatEvent( item.body, OpenChatEvent.OPEN_CHAT ); 
    switch (item.nodeName) { 
    case START_CHAT_LIST: 
    trace("Starting Chat Notified");  
    if( openChatEvent.userId && openChatEvent.userId == this.connectSession.userManager.myUserID ){
    this.dispatchEvent( openChatEvent ); 
    if( this._collectionNode.isSynchronized ) 
    this._collectionNode.retractItem( START_CHAT_LIST, openChatEvent.roomId );}
    break;}
    /*** Publishes a request for someone to join a chat
     public function publishChatRequest(notificationEvent : NotificationEvent) :void { 
    if( this.connectSession.userManager.getUserDescriptor( notificationEvent.userID ) ){
    var openChatEvent:OpenChatEvent = new OpenChatEvent( OpenChatEvent.PUBLISH_CHAT,null,notificationEvent.sharedID, notificationEvent.userNotificationList, null, notificationEvent.userID ); 
    if( this.presenceUsers )openChatEvent.descriptors =
    this.presenceUsers; _collectionNode.publishItem(
    new MessageItem( START_CHAT_LIST, openChatEvent, openChatEvent.roomId ) );}
    else{
    Alert.show(
    "User "+ notificationEvent.userID + " is not logged in.", "Publish Error" );}

    A) are these methods copied twice in the code here on purpose?
       connectChat() and onSynchronizationChange is repeated in code due copy paste mistake
    B) are both users subscribing to _collectionNode right away? Do each of them
    get to onSynchronizationChange?
       Yes , each of them get to onSynchronizationChange
    C) If you put a breakpoint in onSynchronizationChange, do you see the node
    get created? Do you see it in the dev console?
    Yes , it is creating a node
    D) Is user B receiving an onItemReceive at all? Is user A?
    Yes , it is creating a node
    Now both the user getting chat message, have following issue
    When user A initiate the chat with user B this action is not opening chat pod / window on user B end which shows user A has initiated chat with user B
    But when user B click on user A name to initiate the chat, this action opens a chat window and user B can see message send by user A
    Above scenario is not normal chat behavior in which other user gets the notification of chat . what could be the problem

  • HT4528 i upgraded from an iphone to a Samsung galaxy and now i am unable to receive text messages now from iphone users.the iphones think that my number is still another iphone and always sends a message as imessage.

    Upgraded from iphone to a Samsung and now i am unable to receive text messages from other iphone users unless they disable imessage .
    Being my original number was on an iphone is why this is happening .
    Please help. Almost everyone has an iphone

    You should have turned iMessage off before disabling the phone. Do you still have the phone so you can turn iMessage off? If not, you will need to go to Apple support on their website and delete the product from your profile.

  • HOW create support message ONLY for KEY USER

    Hi all,
    I just configured my service desk and I wanted to give only the key users the permission to create support messages. But every user have the rights to create a message from the satellite system.
    How can I prevent that? Is it possible to hide the option in the menu bar (help - create message) for non-key-users? The key users have the role SAP_SV_FDB_NOTIF_BC_CREATE . non sap users have just standard roles for hr, ...
    Thanks in advance!

    hi,
    in the documentation it is written
    Create messages from satellite systems with Help ® Create Support Message
    SAP_SOL_SERVTRANS_CREATE
    Authorization object S_RFC,
    profile S_RFC_VERS with the activity Execute for the object SAPSMO*
    this is working fine
    see link http://help.sap.com/saphelp_sm310/helpdata/en/71/50548566324a7491916585fe73a2b4/content.htm
    best regards Xavier

  • How to Create Support Message with no SolMan User

    Hi all,
    I would like to test if it is possible to create a support message from ECC system, if the same user do not have a SolMan user.
    Now, in few other threads, like
    Creation of support message in SolMan without having user id in SolMan
    Re: Do End User Require Login in Solman to raise Support Messages !!
    show to the user there support message list
    e.t.c.
    it is clearly stated: it is possible.
    I have done the next steps:
    In ECC:
    - created a test user
    - assighned him a "sap_all" profile (and "Z_SAP_SV_FDB_NOTIF_BC_CREATE" role) + user comparasion
    - assighned him a "Z_SAP_S_RFCACL" role + user comparasion
    In Solman:
    - No user created
    - In TX DNO_CUST04 the Field Name "NO_USER_CHECK" is maintained with the value "X".
    - In tx BP business partner is created as a general BP, with valid external SYS ID no (other users with both ECC and SM user are OK), and changed to "employee" with ECC username defined.
    Now, the problem is when I try to create a support message as a test user in ECC, I get an error:
    "Error in Local Message System: No authorization to logon as trusted system (Trust Message was Not Created"
    All I could find is the tread:
    solution maanger issue
    and this one is basicly different:
    the mentioned user has both ECC and SM user.
    And one of the answers was the user must have S_RFCACL roles in BOTH ECC ans SM systems...
    In ST22 (in solman) I get error description:
    " An RFC call (Remote Function Call) was sent with the invalid user ID
      "TEST_T01230 "
    . Or the calling system is not registered as trusted system in the
    target system."
    Now, the calling system IS regged as a trusted sys (as I mantioned - other users with both ECC and SM users can send supp. msgs)
    So -  the only answer is "invalid user ID".
    The short message is
    " No authorization to logon as trusted system (Trusted RC=0)"
    and  the trusted return codes ( 0 ) have the following meaning:   Invalid logon data (user ID and client) for the trusting system.
    So. how can I perform trusted Logon with no user in SM?
    Thank you in advance,
    cheers
    Nenad

    Hi again,
    thank you for your help.
    At first I thought you meant *_back dest. directly in SM, and now I see you ment to use SMSY to go to ECC sys, and maintain the RFC conns on ECC diredtly from SMSY, "clean-up RFC Destinations". Yes, can do
    So:
    The problem is solved.
    I deleted the *_back user from ECC to SM, and re-generated the connection with default system pre-defined user SMB_T01. (it is interesting that SU01 reports - user SMB_T01 does not exist)
    I even deleted a SRFCACL role from the test user in ECC, and the user was still able to create the support message (certanly he was, as he uses a *:back rfc with SMB_T01to log on to SM)
    So, resume:
    To be able to create / send a support message from another system, with no user in SolMan, it is needed:
    - a user in other system with roles needed for everyday work, +  "Z_SAP_SV_FDB_NOTIF_BC_CREATE" role;
    - a not trusted SM_<SID>CLNT<CLNT_NB>_BACK rfc connection from satelite system to SolMan, with defined logon user (with apropriate authorisations) - generated by the system.
    -  the BCOS_CUST table in ECC system should be onfigured like: OSS_MSG W SM_<SID>CLNT<CLNT_NB>_BACK CUST 620 1.0
    - a Business Partner for user in SM with identification number for system from where the massege will be sent from. (the user can send the note with out this condition, but the "created by" field in message will be empty in that case)
    Once again thank you,
    cheers,
    Nenad
    Case closed.
    Edited by: Nenad nikolic on Mar 23, 2010 10:54 AM
    Edited by: Nenad nikolic on Mar 23, 2010 10:57 AM

  • How to add Popup message as soon as user logins to portal system?

    Hi,
    I want to display a popup message as soon as user logs on to the portal system.
    Regards,
    Anagha

    Anagha Bhat wrote:
    what do you mean by  "iView with the popup as the entry point" ?
    I think this means, iView's 'Launch in new window' property should be accordingly set..

  • I have entered my username and password and the message comes up is "User name or password is incorrect" when I have tried to press ok and continue, it won't let me, it has frozen, the rest of the phone is working fine, it's just in the iclound screen

    I have entered my username and password and the message comes up as User name or password is incorrect, this has frozened this page - so I am unable to use my settings, the rest of the phone is working fine

    Try "resetting" the iPhone.
    Hold the On/Off Sleep/Wake button and the Home button down at the same time for at least ten seconds, until the Apple logo appears.

  • How do you make Mozilla listen to users and stop FFFFirefox Auto Updating despite being set to NOT auto update?

    I am spitting nails
    After all the STUPID problems outlined here
    https://support.mozilla.org/en-US/questions/999831?esab=a&s=&r=0&as=s
    I set Firefox to stop auto updating,
    Then the other day I installed a new user on my laptop, when they loaded Firefox it auto updated MY version of Firefox.
    Has NOTHING been learnt?
    STUPID STUPID STUPID STUPID STUPID
    So I have 2 questions
    How do you make Mozilla listen to users?
    and how do prevent what happened to me happening again?

    SuperSluether
    Not a millionth, you have only provided 150 answers and I doubt they were all this issue.
    If you don't like it, don't use it.
    If a business took this attitude they would soon be out of business
    Updates help KEEP YOU SAFE
    Sometimes, but in my experience FFirefox updates can really screw up your system, lose you data, mess up your user interface. I have run IT for one of the biggest intranets on the planet and we never allowed even Mictosoft updates until we did User Acceptance Testing and understood the impact of the upgrade. I am a grown up not a child, I have system where I test updates for performance, security and impact, I WILL DECIDE when I want to install it. If Mozilla wants to provide real security updates I would take them but if you look at the link in my OP you will see it said an update was security and it completely messed up.
    Updates add tons of great new features
    Actually with FFirefox in my experience they take more away than they add, things I did not ask them to take, they do not look at my config and leave my settings as they were and then tell me about new options, no they completely screw my productivity as it takes days to figure out how to undo the kwap they have added. Copying the AWFUL Chrome interface is not an improvement, Google has one of the worst UI's on the planet accross all their products.
    Firefox is designed to be customized PER USER, NOT CROSS-SYSTEM
    There are some things that benefit from being per user and some that are per machine, windows has group policies per machine and per user. My OP is telling Mozilla that this is another area where they have "designed" badly, I tell them this so that they improve it and in the vain hope that there is some config setting that will stop this nonsense.
    So SuperSluether you have not really helped, all you seem to say is FO if you do not like it. Good job you do not run a business. With that attitude probably best you do not contribute.

  • Error message - attributes of the user inconsistent or not defined

    Hi,
    We are in SRM 7.0 have created new plant and some users assigned to this plant.
    However when logged into portal page, it gives the error message ' Attributes of the user inconsistent or not defined' see PPOMA_BBP.
    When checked in the org structure the data entered are correct.
    What could be the reason for this error message.
    Rgds,
    Madhan

    Hi,
    Please check the following in the org structure in PPOMA_BBP for the users
    1. Check whether the attribute for the ITS --URL is given.
    2.Check the attribute for the company code is given.
    3.Check whether the Roles for the users is given
    in addition go to the check  tab and check if any Red mark are there.
    correct those attribute.
    The error is basically related to  the PPOMA_BBP only
    Regards
    G.Ganesh Kumar

  • Help required on Brodcast messages to logged on users in Portal- Weblogs

    Hi All
    The link to the weblog is
    Brodcast messages to logged on users in Portal(Part1)
    My doubts is
    1) Whenever user refreshes his/her page the popup gets displayed.
    User might get irritated everytime he will referesh the page.
    2) When does the data stored in container destroys?
    Please comment
    Points will be rewarded.
    Regards
    Sonal Mangla

    Hi Sonal,
    Did you find a solution yet ?
    I'm also interested.
    Regards,
    H. Cakir

Maybe you are looking for

  • Mouse and trackpad clicks won't register?

    Hi all, I'm using an iMac that I purchased last year around this time (Nov 2011), and it's sometimes not registering the clicks from my trackpad or mouse.  The problem resolves itself if I put it to sleep them wake it up, and only happens when I run

  • How can I turn off word wrap in the View Source output?

    I'm trying to extract HTML from Word and one way to do that is to save the Word file as a .htm file and then View Source in a browser and copy that. But the words are wrapped in the View Source file. I want each paragraph to be all on one line. Is th

  • Error message "Can't Publish" iPad 4 video to YouTube

    Have the latest iPad (4?) and cannot load two videos I shot with it. Length of he videos are 12 minutes and 7 minutes.

  • Regarding Receiver Determination

    Hi Everyone,       Would anyone clarify, in <b>Receiver Determination</b> under <b>Receiver details</b> <b>"Party"</b> and <b>"Service" values are" * "by default.</b> <b>why these values are * ?</b> Regards, Varun Reddy.K

  • What is the use of JDBC User Configuration

    Hi , I am trying to configure JDBC User Configuration. but i am not able to understand exact usage of this configuration