HOW TO DETERMINE  MESSAGES FOR CHATTING IN SAP

HI,
sap gurus,
HOW TO DETERMINE  MESSAGES FOR CHATTING IN SAP
LIKE YAHOO CHAT.
THIS IS 100% POSSIBLE IN STD. SAP
AND ONE YEAR BACK I DID IT BUE I HAVE FORGOTTEN THE PATH TO DO IT.
CAN ANY BODY SAY ABOUT THIS
how can i configure message determination in spro.
any clues plz
regards,
balaji.t
09990019711.

hi,
a) SAPmail has functions to display system messages to broadcast all users.
b) Transaction sm02 will provide text boxes to submit a system-wide message.
c) This must be set up as a profile parameter (login/messagecreate=true). Once the value is set, users can send it with the options under menu path system->status.
d) Only users with SAP_ALL authorizations can broadcast from transaction sm03
regards
sadhu kishore

Similar Messages

  • How to attach Pacakge for Local made SAP Script

    Hi,
             I have created a SAP Script, initially I have made it as local without assigning any  package,  ow I want to attach one package for that SAP Script form to transfer it to quality and production but in chnage mode the package filed is disable.
              Also other option is there to copy existing form to new and give the package name  but i want to know insted of copy how to add package for existing form.
    regards,
      zafar

    Goto SE03>object directory>change object directory entries> enter FORM in the first text box and script name in the object name select checkbox and execute.....>select the form and press button change object directory above....

  • How to determine reason for socket write failure

    Hi,
    I'm new to socket programming in general, so please bear with me. I've looked around on the forums quite a bit, and haven't found an answer to this question.
    I'm working with server code which creates TCP connections over an air interface with a mobile phone client. Since the air interface is inherently unstable, we rely on the TCP buffering/retry mechanism to store up to its capacity of messages if the client is temporarily non-responsive. Since we are sending small amounts of data, this will actually last for quite a while (several minutes or more depending on how much data we are needing to send). As part of an audit mechanism to detect lost clients, I do a write of a "heartbeat" to the socket and if the write fails, I can assume that either the buffer is full (meaning the mobile "went away" either due to loss of battery power, driving through a very long tunnel, etc.), or the mobile actively disconnected the socket.
    However, I'd like to know if there is a way to determine the reason for the write failure? I catch the exception, but as far as I can tell they are all IOExceptions. Is there any way to further delineate the reason for a socket failure?
    Any help would be greatly appreciated.
    Thanks,
    -Lisa

    If you're in a hurry, I don't have an answer for you.
    That said, it was an intriguing enough question that I did some poking around as well. There is a socket exception class, but generally speaking, the only methods that throw socket exceptions tend to deal with defining, creating and closing the socket.
    Communicating through the socket is done through input and output streams, and like any other streams, those throw I/O exceptions. I suspect you're catching IOEs because you're using streams. Unfortunately, even Socket.sendUrgentData( int data ) also returns an IOException rather than an SException.
    In the interests of covering all the bases, are the IOE messages unsufficient? That is, try...
       } catch ( IOException ioe ) {
          System.out.println( "IOException: " + ioe.getMessage() );
       }...might give you enough information to make a guess at whether the buffer is full or if the foreign host has closed the connection. I would suspect this feature is architecture dependent - UNIX systems might have more detail than Wintel systems.
    As a last resort, you could extend the InputStream class and do the appropriate testing when writing/sending your packet. I would think that the only cases you can test for are whether the buffer is full (by maintaining a copy of the buffer and updating as appropriate), the mobile is currently sending data, or if the mobile is just not available.
    Conventional Java isn't really the best for this because I'm not sure the JVM security model really wants to allow you to directly analyze TCP packets (otherwise you could just check for ACK statements). JME might have an easy solution that we didn't know about and you should ask on the appropriate forum. Alternatively, you might want to think about using C to write a library that handles connections this way, and externally call the library from the rest of your Java program.

  • How to create messages for Validation in transaction type OB28

    Hello All!
    I am creating a validation in transaction type ob28. I have created the first point "prerequisite", second point "Check" and in the third point "Message" I want to put the message number 016 but the next error appears "Entry E ZFI 160 does not exist in T100". How can I create this messages number?
    Thank you in advance!

    Hi Leyre,
    This message applies to a problem with change requests. When creating a message, it's a workbench request that system has to create. Apparently, when you try to create a message, it tries to catch 'tramp' on existing CR which is assigned to a different client in your system. You should try assigning a new CR for this change; you could ask your BASIS team to help you on this.
    Regards,
    Eli

  • Introduce error message for a particular SAP standard function

    Hi All,
    In TCode CS02 - BOM Changes, for a particular BOM usuage [say D], whenever a user clicks on Material BOM- DELETE, I would like an error message to be displayed saying that they need a Change Number.
    Could you please let me know how I go about acheiving this and in which module I have to build the code ?
    Thank you,
    Satish

    Hi,
    To find the BAdi for CS02, follow steps:
    Goto SE24 and enter CL_EXITHANDLER and click on display. Now double click on the method GET_INSTANCE. Set breakpoint on CL_EXITHANDLER=>GET_CLASS_NAME_ON_INTERFACE.
    Now run the transaction for which you want to search the Badiu2019s. Now whenever the method is called, the program goes into debugging mode. Check the value of exit_name (changing parameter),this would give the name of the Badiu2019s. Run the entire transaction and note down all the Badiu2019s.
    Now we have to implement the Badi. Go to SE18 to check the definition of the Badi and SE19 to implement the Badi. Enter the name of the Badi in the create implementation section (if you are creating a new implementation u2013 Radiobutton Classic Badi) and click on create implementation. Now enter the name of the implementation. Double click on the method name and add the code for the implementation.
    Now, you need to check the parameter inside the BADI and figure out as per your requirement.
    Use break-points (break <user_name>) and execute the transaction to check the flow and find the BAdi exectued when user click DELETE button.
    Hope this helps you.
    Regards,
    Tarun

  • Issue with provided message for WSDL of SAP PI sender interface

    Hi,
    as I am not familar with SOAP interfaces and use of WSDL by partners with WSDL generated in SAP PI there are some issues that I have with a scenario:
    1. Import of external xsd for message is done
    2. Enterprise Repository and Integration Directory objects are completely created and activated
    3. WSDL was generated from ID Sender agreement (This is PI 7.1)
    4. Partner got the WSDL
    The partner provided now some test messages by mail that I would like to test in the mapping as the message is really complex.
    But the result is strange...
    1. The header of the partner message is this:
    <XJustiz_Daten xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <Grunddaten xmlns="http://www.xjustiz.de">
    (Some german words are in that example. But this doesn t matter!)
    This is different to the xml that PI generates in mapping:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:XJustiz_Daten xmlns:ns0="http://www.xjustiz.de">
       <ns0:Grunddaten>
          <ns0:Grunddaten XJustizVersion="">
    Partner defines xsi:   instead of ns0   and PI fails using this message!
    So I had to change the message header and add ns0: to all element tags and node tags of the message.
    (See for example with first node "Grunddaten").
    2. There are some mandatory nodes and elements.
    An example:
    - Rechtsform is mandatory node (1..1) with element content (mandatory 1..1)
    So it will appear in the payload like this:
                        <ns0:Rechtsform>
                                <ns0:content xmlns=""/>
                         </ns0:Rechtsform>
    But the partner provides this:
    <Rechtsform xsi:nil="true" />
    which is the next issue as PI doesn t understand as xsi is not mapped to a namespace. !
    It would be easy to use an "exist" function to solve the issue with the not provided element but this will not help
    when the node is provided with additinal information xsi:....
    Can you give any help/answer why PI is not able to handle such things.
    Thank you!
    Best regards
    Dirk

    Hello Meinhard,
    If you are the Service Owner, the sender system must use your wsdl message (WebService Definition).
    If there're other problems or the sender system can't use your message structure, in agreement with them you need to develope a different mapping.

  • How to determine target for links in search results

    I've created an autoquery custom search portlet.
    The search results are by default showed is this portlet.
    The text items which are found display a link to their content.
    When clicked, the content is showed in a style different from the page on which the portlet was placed, and at full screen.
    How can I force the content to display on a page of which I can determine the style and layout?
    Thanks,
    Ton

    Unfortunately there's no way to do this directly at the moment although this functionality is planned for a future release.
    However, its possible to acheive the same effect by using procedures associated with the Text item type.
    To learn more about this, navigate to the Shared Objects page group, click on "Item Types" and edit the "Text" item type. Click on the "Procedures" tab. The help on the screen has information about creating custom procedures to render information associated with the item.
    Also see a Body text in custom search results to this forum.

  • How to configure SolMan for interfacing with SAP Quality Center

    Hello everyone,
    Our company has only recently acquired and activated the permanent license for SAP Quality Center by HP. We would like QC to interface with SAP Solution Manager. My question is how to perform the configuration steps to make the interface work with Quality Center? I need to set up the IMG addon SM_QC_AD, which can be found under the transaction SPRO, but I need documentation on which steps to take and why.
    I am often referred to SAP note 1059350 and/or the configuration guide, but these only say that I should configure the IMG but not how.
    There is a SAP tutor available on the service marketplace, but I think it's rather uninformative.
    Can I find better documentation elsewhere?

    Hi ,
    [Configuration Guide SAP adapter for SAP Quality Center by HP|https://websmp101.sap-ag.de/~sapdownload/011000358700000612662007E/Adapter_Configuration_.pdf] might be useful.
    Check [Master guide|https://websmp201.sap-ag.de/~sapdownload/011000358700000612672007E/Adapter_Master_Guide.pdf]  also.
    Regards
    Naveen
    Edited by: Naveen kumar Palanichamy on Feb 19, 2009 6:38 AM

  • How to set restriction for user in sap

    Hi,
        I have created a user,now i need to restrict the user to work only for 8 hrs per day.HOw can i set timing for the user.Kindly help out regarding this.
    Regards
    sekar

    Sekar,
    If you use external authetnication for users when they logon to SAP, then you can control the times they can logon and which days of week (if required). For example, it is possible to use Active Directory authentication to authenticate users to SAP application via SNC or using a custom login module in WebAS Java, and in AD you can set times when logons are allowed. This might be what you are looking for ?
    If you want to log somebody off SAP when they have been using it for a period of time, then this can be dangerous if they are in the middle of a complex transaction when they are logged off. Also, I don't think this functionality is included in SAP product. If you don't want somebody to use SAP at certain times of day, then it might be better to force a screen saver at workstation instead, if this is what you want.
    Regards,
    Tim

  • How to estimate (hour) for Alerts in SAP XI.

    Hi Experts,
    I got alerts configuration assignment for mapping errors, adapter errors and queues in SAP XI/PI, my team lead asked me to provide the estimation time for alerts (alert creation, alerts configuration, alerts testing in Dev, Quality and Prod).
    Can anyone tell me approx estimated time to complete alerts in each environment for one interface and estimated time for basis part (SMTP configuration) also, based on that I will calculate remaining interfaces.
    Thanks for the help.

    Hi,
    For Mapping and adapter errors this is quite straightforward...
    i.e create Alert category (30 min max with all container variables..) and then create the alert rule (5 min)
    test the scenario for all kind of possible errors..(half a day)
    for queue errors you need to use CCMS alert mechanism which needs some time...
    if want to go for some framework mechanisms need some developments ...which will take lot of time depending on other factors though...
    based on the above you can calculate the effort required for begineer intermediatory and for expert..
    HTH
    Rajesh

  • How to Trigger IDOC for GR in SAP?

    Hi Gurus,
    I am making the configs for triggering an IDOC whenever a GR document is posted. Could you please advice on what are the configs need to be done and also on the Message type for the Idocs on the same?
    Thanks in Advance,
    Saakithyan

    It is possible.But you need to maintain output condition record to trigger idoc once GR is posted.
    Check below Idoc message types this may help your requirement
    MBGMCR01     BAPI Posting of goods mvts with MB_CREATE_GOODS_MOVEMENT
    MBGMCR02     Post goods movements with MB_CREATE_GOODS_MOVEMENT
    MBGMCA01     Reverse goods movements with MB_CANCEL_GOODS_MOVEMENT

  • How to determine count for the number of rows

    Appreciate if any of you could think of a way of determining the count for the number of rows in the subquery without having to run another query.
    SELECT *FROM
    (SELECT rownum, rn, rlp_id, rlp_notes, cad_pid, status, jurisdiction_id, s.state_abbr, rlp_address, rlp_route_id, rlp_route_section, psma_version FROM ipod.relevant_land_parcels r, state s WHERE s.state_pid = r.state_pid(+) AND rlp_route_id = 'SM1' AND status = 'CURRENT')WHERE rn > 200 AND rn < 216
    And I want to import this into.net and C# environment.

    Something like this,.....????
    SQL> select * from emp;
    EMPNO ENAME      JOB         MGR HIREDATE          SAL      COMM DEPTNO
    7369 SMITH      CLERK      7902 17/12/1980     800,00               20
    7499 ALLEN      SALESMAN   7698 20/02/1981    1600,00    300,00     30
    7521 WARD       SALESMAN   7698 22/02/1981    1250,00    500,00     30
    7566 JONES      MANAGER    7839 02/04/1981    2975,00               20
    7654 MARTIN     SALESMAN   7698 28/09/1981    1250,00   1400,00     30
    7698 BLAKE      MANAGER    7839 01/05/1981    2850,00               30
    7782 CLARK      MANAGER    7839 09/06/1981    2450,00               10
    7788 SCOTT      ANALYST    7566 19/04/1987    3000,00               20
    7839 KING       PRESIDENT       17/11/1981    5000,00               10
    7844 TURNER     SALESMAN   7698 08/09/1981    1500,00      0,00     30
    7876 ADAMS      CLERK      7788 23/05/1987    1100,00               20
    7900 JAMES      CLERK      7698 03/12/1981     950,00               30
    7902 FORD       ANALYST    7566 03/12/1981    3000,00               20
    7934 MILLER     CLERK      7782 23/01/1982    1300,00               10
    14 rows selected
    SQL>
    SQL> select max(rw) from
    2 (
    3 select empno , row_number () over (order by empno) rw from emp
    4 where job='CLERK'
    5 )
    6 /
       MAX(RW)
             4Greetings...
    Sim

  • How to determine eligibility for applecare

    I bought an used MacBook Air. I was told that it was purchased in Nov. 2011. How do I make sure of this before buying Applecare?

    Apple - Support - Check Your Service and Support Coverage

  • How to determine transaction for MIRO badi - invoice_update?

    Dear All:
           As subject. Because I want to print report when transaction is credit memo.
           But i have not fine any parameter is for transaction, please help.
           Thanks a lot!!
    Best Regards,
    Nicole

    Hi,
    This will help you out....
    MIRO: BAPI_INCOMINGINVOICE_CREATE
    Thanks,
    Krishna...

  • AP1131 - how to determine "elevation" for location server?

    I have some AP1131's. These have internal omni-directional antennas, so they are just square boxes with a plastic cover on the top and a mounting bracket on the bottom. I think they are supposed to be mounted upside-down on the ceiling (horizontally), but I'm not sure.
    Mine are mounted in the ceiling, but vertically, so the top cover is pointing towards a certain area of the building instead of the floor.
    So I'm trying to figure out how to set the "elevation" in the location server maps. I read that 0 degrees means the top cover of the AP points to the right (east), and 180 means it points to the left (west), and 90 degrees means it points down toward the floor. So I think I need to set mine up as 0 degrees or 180 degrees, but how do I tell it that it's pointing north or south?

    Check the two following documents:
    http://www.cisco.com/en/US/docs/wireless/wcs/5.0/configuration/guide/wcsmaps.html#wpmkr1129876
    - The antenna angle is relative to the map's X axis. Because the origin of the X (horizontal) and Y (vertical) axes is in the upper left corner of the map, 0 degrees points side A of the access point to the right, 90 degrees points side A down, 180 degrees points side A to the left, and so on.
    - The antenna elevation is used to move the antenna vertically, up or down, to a maximum of 90 degrees.
    AP configuration antennas
    HTH

Maybe you are looking for

  • Address book sync google problem

    I tried to sync Contacts of my Google account into the address book.  I follow the steps after clicking the preferences in Address book and type the google account and password info correctly.  I hit the circle icon on the top right menu bar and pull

  • New on forms server 6i : need help

    Hi, I have installed a web sever that have to use Form Server Listener to read .fmx file on the website. When I launch my web page, all the classes are founded and imported, IExplorer indicate applet initialized, But I have no picture from the applet

  • Blackberry 9220 no option for internet mail account

    hi guys i have been trying to setup email on my bb but it in setup it does not show an option of Internet Mail Account. Guys please help me out

  • Automated Message from Oracle Files

    Good Morning: When I set a new user account in Collaboration Suite, Oracle files generated a email notification like: "(Automated message from Oracle Files) An account has been created for you on Oracle Files (http://middleserver:7779/files/app) with

  • Other in your storage

    When you sync your phone with the computer and the Other is 3.22 GB... what is in the OTHER section and how do you clean it out?