Custom message required on log on pop-up in SAP CRM WEB UI

We required custom message to the log- on popup, right now the message is coming after we give the user ID and password "starting SAP CRM" instead of that
user required welcome message.., how can achieve this ?
Please reply as soon as possible.

Hi Pankaj,
did you already check the guide in the CRM Wiki:
https://wiki.sdn.sap.com/wiki/display/CRM/WelcomeUserMessageinWeb+UI
Hope this answers your question.
Best Regards,
Michael

Similar Messages

  • Pop-up screen not showing while accessing transactions in SAP CRM WEB-UI

    When we are logging on SAP CRM WEB UI, for transactions like Lead, Complaints and Activities-
    Sometimes Pop up screen is showing for selecting transaction types, but sometimes it is not showing.
    We have tried it on different work stations with same user id and standard business roles , but we are not able to trace the problem. Also with same id sometimes error shows, "No business roles attached, not allowed to logon,
    after that when we tried on other workstation with same id we were able to access all transactions.
    Please suggest what would be the problem. 
    Rishikesh

    This is sporadically occurring issue hence I cannot pin point one single reason. Since sometimes you are able to logon and some time not certainly it could not be a Role authorization issue.
    Just check if your business role is properly configured. Thats all i can say.
    Regards
    Kavindra

  • Data of Pop Up (Third Party Provider) is not copied over to SAP CRM Web UI

    Hi Experts,
    we have created a Function Group (ZDI_PAYMENT) and have defined  FM ZDI_PAYMENT_SET to set data into the variables of this Function Group and FM ZDI_PAYMENT_GET to retrieve data out of the same variables.
    Process is as follows: A customer wants to pay with his credit card but credit card can not be saved on the Service Order. So that is why a token is created and this token is saved on the Service Order. To create this token SAP CRM is connected via HTTP Connection to a third party provider. When user needs a token he pushes a button and a pop up is openened. This pop up is already provided by third party provider and in this pop up the user introduces credit card number and on the same pop up the token is visible and just has to be copied over to the SAP CRM View.
    Problem now is that when we made testing we found out that for some user it works fine and FM ZDI_PAYMENT_GET gets actually the values for token and data is copied over to SAP CRM but for others it does not work. So we think it has to be to do with the browser settings but we are not really sure.
    Has anybody experience with that?
    Regards,
    Oliver Schultze

    Hi Experts,
    we found out already what was the problem. We have used a URL to log in into the SAP CRM that has a port. Log In Link should be without Port.
    Regards

  • Error Message when we create a Service Ticket in SAP CRM 2007

    Hi All we are having a serious production issue when we create a S.Ticket in SAP CRM 2007 We get the following error message we are not trying to send any information to R/3 We have a planned go live this saturday. So any help would be greatly appreciated.
    An error occurred in system EDIES during account assignment
    Message no. CRM_ORDER_MISC 060
    Diagnosis
    Errors occurred when assigning an account assignment object to a business transaction. To view the error message, see the accompanying log file.
    Transfer Log
    No controlling type could be determined (Notification E IAOM 012)
    No controlling type could be determined (Notification E IAOM 012)
    Regards
    Sathya

    Hi,
    I have looked into your issue.
    For this service ticket, kindly check the Org Unit maintained in Transaction and table OFIC_BILLORG_SRV are same. If not same kindly make changes in the following path in SPRO.
    ==> SAP Implementation Guide
    ==> Customer Relationship Management
    ==> Organizational Management
    ==> Cross-System Assignment of Organizational Units
    ==> Assign Billing Units to Service/Sales Organizations
    If the above information is not helpful kindly take a look at note 861116.
    I hope this helps.
    Regards,
    Venkat

  • How to send Email to customer when clicked on hyperlink on SAP CRM web UI

    Hi all,
    I am working with SAP CRM 7.0 EHP1. I have one field named Email on Complaint description page on Web client UI. I have made the field a hyperlink by using the setter getter methods of attribute in component workbench for the component -BT120H_CPL. Now I want to send one mail to customer who have raised the complaint when clicked on the hyperlink Email through SAP CRM if possible or by using Microsoft  outlook(Microsoft outlook is default mailing server on the system).
    Please help !
    Thanks and regards,
    Kavita Chaudhary
    Mobile: 8800222151

    Hi kavitha Chaudhary,
    if you wan to send any details to outside mail id first you should get that person mail id. based on that you can send data to that mail id by using this code...
    just fallow this code in your event..
    DATA: send_request       TYPE REF TO cl_bcs.
    DATA: text               TYPE bcsy_text.
    DATA: document           TYPE REF TO cl_document_bcs.
    DATA: sender             TYPE REF TO cl_sapuser_bcs.
    DATA: recipient          TYPE REF TO if_recipient_bcs.
    DATA: bcs_exception      TYPE REF TO cx_bcs.
    DATA: sent_to_all        TYPE os_boolean.
    TRY.
    *     -------- create persistent send request ------------------------
           send_request = cl_bcs=>create_persistent( ).
    *     -------- create and set document -------------------------------
    *     create document from internal table with text
           APPEND 'Hi to all' TO text.
           document = cl_document_bcs=>create_document(
                           i_type    = 'RAW'
                           i_text    = text
                           i_length  = '12'
                           i_subject = 'test created by srinivas' ).
    *     add document to send request
           CALL METHOD send_request->set_document( document ).
            sender = cl_sapuser_bcs=>create( sy-uname ).
           CALL METHOD send_request->set_sender
             EXPORTING
               i_sender = sender.
    * hardcoded value im passing here u should capture customer mail id here..
    data : lv_email type string.
    lv_email = '[email protected]'.
    *     --------- add recipient (e-mail address) -----------------------
    *     create recipient - please replace e-mail address !!!
           recipient = cl_cam_address_bcs=>create_internet_address(
                                             lv_email ).
    *     add recipient with its respective attributes to send request
           CALL METHOD send_request->add_recipient
             EXPORTING
               i_recipient = recipient
               i_express   = 'X'.
    *     ---------- send document ---------------------------------------
           CALL METHOD send_request->send(
             EXPORTING
               i_with_error_screen = 'X'
             RECEIVING
               result              = sent_to_all ).
           IF sent_to_all = 'X'.
             WRITE text-003.
           ENDIF.
           COMMIT WORK.
    * *                     exception handling
    * * replace this very rudimentary exception handling
    * * with your own one !!!
         CATCH cx_bcs INTO bcs_exception.
           WRITE: text-001.
           WRITE: text-002, bcs_exception->error_type.
           EXIT.
       ENDTRY.
    after this go to sost transaction.
    first you can see first mail.. select your recent mail id execute then you will get email..
    try this and let me know..
    if this is not working then see this link too this might be help full to you.
    Hyperlink in Email using Send Mail Activity
    Thanks & Regards,
    Srinivask.

  • Log Sizing recommendation for DB6 / SAP CRM

    HI
    Can anyone have Tran Log sizing recommendation for DB2 for Unix ( DB6 ) to be used in SAP CRM 7.0 ?
    Thanks
    Kirubakaran

    Hi Kirubakaran,
    please have a look here
    1086130      DB6: DB2 9.5 Standard Parameter Settings
    or
    1329179      DB6: DB2 9.7 Standard Parameter Settings
    BR,
    Andreas

  • Message required in Log in Language

    Hi,
    SRM 4.0 , Classic Scenario.
    While creating a SC , I am getting an Error message which is in Dutch Language , which I want in English Language.
    Actually this message is for Cost Centre which is called from B.E. system KI-235 & in SRM , message called is BBP_PD - 047 which is maintained as &1&2&3&4.
    In BE system, this message KI - 235 is maintained in Multiple languages i.e. in English , Dutch , Chinese etc. & in SRM, 047 is also maintained for Log on Language, but still the error message is pop up in Dutch only even through I log on in SRM in English only.
    What I need to do to get this error message in Lon On language in SRM?
    BR
    Don't worry about points....

    Hi,
    Please remove the language in the RFC user (SU01)
    Kind regards,
    Yann

  • Log off pop when navigating from SAP CRM Web IC to Utilities transactions

    Hi Experts,
    I have created about 100 transaction launchers for ISU transactions, which are linked to the navigation bar in the Web IC. If I Click on this link which should open an ISU trnsaction, it doesnt open the ISU transaction. Rather it gives me a pop up as LOG OFF. The problem is most of the transactions are opening up this way, but there are only a few that doesnt open up and gives a log off error.
    The client mapping of CRM system and Utility system has been done.

    Hi Friends,
    I have configured a transaction launcher for ISU transaction code EL27 and EL29,
    I am facing the simular issue, when try to access these transaction from ICWC i face the same problem. Logged off successfully screen appears.
    Please let me know if you resolved this error.
    Thank you.

  • Custom Pop Up in SAP CRM

    Hi Guys,
    I have 1 query. I am creating a custom pop up on web ic screen
    I have added 2 radio buttons on screen. I am having issue in capture the checked radio button on event handler.
    Please suggest. Thanks in advance.
    Regards,
    Nitin

    Hi Pankaj,
    did you already check the guide in the CRM Wiki:
    https://wiki.sdn.sap.com/wiki/display/CRM/WelcomeUserMessageinWeb+UI
    Hope this answers your question.
    Best Regards,
    Michael

  • Vl31/32n inbound incompletion log updation wit custom message

    hi SAP gurus,
    The Requirement is: based on some conditions i have to update my custom message in incompletion log of Inbound delivery(VL31N/32N) <h4> while saving</h4>.
    Please let me know how can this be achieved.
    Thanks in advance

    Dear Nirmal,
    Go to Customizing>Sales and Distribution>Basic Functions>Log of Incomplete Items>Define Incompleteness Procedures
    Here you can define your incompleteness procedure for delivery types.
    Then, Go to Customizing>Sales and Distribution>Basic Functions>Log of Incomplete Items> Assign Incompleteness Procedures>Assign Forms to Delivery Types
    Assign your Incompleteness Procedure to respective delivery type.
    Now finally Go to Customizing>Sales and Distribution>Basic Functions>Log of Incomplete Items>Define Status Group
    And finally assign the status group for which you want to display the incompletion log.
    Regards,
    Ashu

  • Warning Messages to the log

    Hi Experts,
    I want to send a warning message to the order log , for this I used
    CALL FUNCTION 'CRM_MESSAGE_COLLECT'
            EXPORTING
              iv_caller_name = 'ORDER'
              iv_ref_object  = iv_guid
              iv_msgno       = 002
              iv_msgid       = 'ZMSG'
              iv_msgty       = 'W'
              iv_cumulate    = 'X'
            EXCEPTIONS
              not_found      = 1
              appl_log_error = 2
              OTHERS         = 3.
    MESSAGE ID 'ZMSG' TYPE 'W' NUMBER '002' .
    But the problem is order is not saving at all, I want order to be saved and the warning message to be in the log.
    Please help me out in this.
    Thanks in Advance,
    Praveen

    I am using it in the BADI_ORDER_SAVE, when I do not add this message to the log the pop up message is coming out fine.
    In this FM if I send E to iv_msgty ,its working fine too.The problem is coming only for warning messages.
    Your time in replying to this thread will be appreciated.
    Thanks in Advnace,
    Praveen

  • Decision Pop Up: buttons with custom message

    Hi Experts,
    I have a requirement to display buttons with custom message on it for a decision pop up instead of 'Yes' or 'No'. Please guide me how do I do it?
    Thanks for your help.
    Regards,
    Surekha.

    Hi,
    if you want to do this, you first have to Create a new Context Node e.g. u2018DATASTORAGEu2019 in your Viewwith only a Dummy value attribute to store the custom buttons and catch which button was clicked.
    Then you have to call the popup in the Event Handler. Here is some sample code from a project I used to display a popup with buttons Yes and Cancel, but instead of these Yes and Cancel, you can put any custom name of the button (in lv_s1 and lv_s2).
    Put combination of Buttons (Yes - Cancel) in global table *****
              ls_btn_comb-name  = '99'.
              lv_s1 = cl_bsp_runtime=>if_bsp_runtime~get_otr_text( 'CRM_BSP_WD_TOOLS/BTN_YES' ).
                CONDENSE lv_s1 NO-GAPS.
              lv_s2 = cl_bsp_runtime=>if_bsp_runtime~get_otr_text( 'CRM_BSP_WD_TOOLS/BTN_CANCEL' ).
                CONDENSE lv_s2 NO-GAPS.
                CONCATENATE lv_s1 ',' lv_s2 INTO ls_btn_comb-value.
                APPEND ls_btn_comb TO GT_BTN_COMB.
    Put actual buttons in global table on level of Context Node 'DATASTORAGE' *****
                ls_buttons-id = 'btnYes'.
                ls_buttons-text = 'Yes'.
                ls_buttons-on_click = 'YES'.
                APPEND ls_buttons TO ztyped_context->datastorage->gt_buttons_custom.
                ls_buttons-id = 'btnCancel'.
                ls_buttons-text = 'Cancel'.
                ls_buttons-on_click = 'CANCEL'.
                ls_buttons-icon_src = '/SAP/BC/BSP/SAP/thtmlb_styles/sap_skins/default/images/cancel.gif'.
                APPEND ls_buttons TO ztyped_context->datastorage->gt_buttons_custom.
    Call Confirmation Popup *****
                  IF confirm_popup IS NOT BOUND.
                    lv_title = ls_item_dated_entry-ITEM_NO.
                    lv_text =  'Exam date has already passed. Do you want to override?' .
                      CALL METHOD comp_controller->window_manager->create_popup_2_confirm
                        EXPORTING
                          iv_title = lv_title
                          iv_text = lv_text
                          iv_btncombination = '99'
                          iv_custombuttons = ztyped_context->datastorage->gt_buttons_custom
                        RECEIVING
                          rv_result = confirm_popup.
                      CONFIRM_POPUP->SET_ON_CLOSE_EVENT( iv_event_name = 'CONFIRM_POPUP_CLOSED'
                                                         iv_view = me ).
                      CONFIRM_POPUP->OPEN( ).
                  ENDIF.
    Then the ON_CLOSE event, you can use the "standard" coding in case of decision popup.
    Hope this helps.
    Kind regards,
    Carl

  • How to display custom error message in Job log for batch processing

    Hi All,
    I am rexecuting one R/3 report in batch mode and i want to display all the custom error i have handled in job log when its executed from SM36,SM37. The custom error are like 'Delovery/Shipmet doe not exits' or others which we can display in online mode like message e100(ZFI) or any other way and accordingly we can handle the program control like come out of the program ro leave to transaction'Zxxx' or anything. But i want my program to be executed completely and accumulate all the error in job log of batch processing.
    Can anyone tell me how can i do so...
    Thanks,
    Amrita

    Hi,
    Thats what i have done from the begining. I have written message like this:
    Message i100(ZFI).
    I was hoping to see this message in the log. But i cant see. Can you help me pleae...

  • A pop-up message is frozen on my settings page. I was trying to set up an apple id for iTunes when I got a message "required fields have been left blank. The missing information is highlighted in red." the ok button doesn't work. 1st gen iPad.

    A pop-up message is frozen on my settings page. I was trying to set up an apple id for iTunes when I got a message "required fields have been left blank. The missing information is highlighted in red." the ok button doesn't work. The message is now fixed &amp; I cannot get rid of it. Ironically, when I found this forum I was able to set up an apple Id. Please advise how to get rid of the pop-up box. Thanks!

    I'm having this same problem as well and cannot advance--very irritating. All of the information is filled out correctly and I've editted my AppleID information online separately as well to get around this issue, but no luck...

  • Help required  to display login failed custom messages?

    Hi,
    Need Help, I have modified WPMessages.prop file(in IDM 6.1) to display custom login messages(Exp: Invalid user ID or Invalid password or Account locked),
    still I am unable to display these custom messages on user page,Whether do I need to change user login.jsp? or what else changes are required to do?

    Hi,
    Need Help, I have modified WPMessages.prop file(in IDM 6.1) to display custom login messages(Exp: Invalid user ID or Invalid password or Account locked),
    still I am unable to display these custom messages on user page,Whether do I need to change user login.jsp? or what else changes are required to do?

Maybe you are looking for