Information Message shows up as Success message

Hi Experts,
I have a strange issue when i am trying to show an information message on my screen it shows up as a Success message. I am sure about passing the right values to the method report_t100_message of the interface IF_WD_MESSAGE_MANAGER and even though i am passing I to msgty parameter of the above method  it shows up as a success message.
is there no way to show an Information message in Webdynpro.
Thanks In Advance,
Chaitanya.

Hi,
If you look into the implementation of this method, you will see that message type S and I are treated the same way and therefore are presented as a "success" message.
What you could try is a popup to display your message.
Kind regards,
Jos

Similar Messages

  • Want to show an information message in PA30 screen

    Hi ABAP gurus,
       For Infotype9000,subtype RHUB(newly configured) ,I want to show an information message in PA30 initial screen for operations 'Create','Copy' and 'Delete'. For that , I have used a BADI (hrpad00infty) , written code in PBO method of the BADI.
    The problem is this, we cannot show the message in PA30 screen,else it is showing a pop-up dialog box (information msg. is missing in the dialog box) in the next screen.
    Our Requirement:
      1. For the above mentioned operations , we want to show the information message in the PA30 initial screen.
    Please post your valuable comments.

    Hi
    What you're trying to do is not really obvious for someone that's familiar with  the usual USER-EXITs and BADIs in HR but there's a possible workaround using the BADI HR_F4_GET_SUBTYPE and its GET_SUBTYPE_TEXT method for your 9000 IT
    METHOD if_ex_hr_f4_get_subtype~get_subtype_text.
    *SUBTY  Importing Type  SUBTY
    *PERSNR Importing Type  PERNR_D
    *TCLAS  Importing Type  TCLAS
    *BEGDA  Importing Type  DATUM
    *ENDDA  Importing Type  DATUM
    *LANGU  Importing Type  SPRSL
    *MOLGA  Importing Type  MOLGA
    *FLT_VAL  Importing Type  INFTYPA
    *STEXT  Exporting Type  SBTTX
      FIELD-SYMBOLS <rp50g> TYPE rp50g.
      ASSIGN: ('(SAPMP50A)RP50G') TO <rp50g>.
      IF sy-subrc EQ 0.
        IF <rp50g>-infty EQ '9000' AND
           <rp50g>-subty EQ 'RHUB'    AND
         ( sy-ucomm      EQ 'INS'  OR
           sy-ucomm      EQ 'COP'  OR
           sy-ucomm      EQ 'DEL' ).
          MESSAGE i398(00) WITH 'Your message'.
        ENDIF.
      ENDIF.
    ENDMETHOD.

  • Can we show information messages after triggring IDOC's in background

    Hi friends,
    Iam executing one custom transaction for sales cycle in background, in that iam trigging IDOC's, user are getting the messages like
    1. Idoc No: 0000014254 despatched to client -
    2. 1Output  were processed.
    3. 1 IDOC's selected.
    user has to enter 3 times while the transaction is running in background.
    But requirement is "can i set all 3 information messages after trigging IDOC's to background.
    any body suggest the solution.
    regards,
    vamsy krishna.

    Nope nope, I don't work for Apple - I'm just a Level 3 Discussions pleb...! ;-))
    I'd been in touch with the senior tiers of Apple Support on the phone to diagnose the chkdsk incidents of 2004-2005.
    Following that, I also negotiated (part-)resolution to the Smart Playlist issue.
    Since Updater 2006-01-10 (part-)fixed the Smart Playlist problem, but seemed to introduce some other issues for folks, I've been continuing to pass feedback from my Level 2 contact who is handling investigation of the latest problems. In turn, he is working with US Engineering to handle this issue.
    So no, I'm not Apple, but I (and some others) pass commentary to and fro between Discussions and Level 2 Support, and by by-passing Front Line phone support, it helps us to get serious issues investigated and resolved more quickly. I find that such an approach for serious problems works well to help the Community.
    I'm not sure if my message gives hope - but I do hope that having reported this on up to Level 2, and having been told that US Engineering have teams watching Discussions, that maybe we can expect some attention from Apple R&D on this matter. However, the official line is for individuals to contact Apple directly themselves via the phone and website feedback, so US Engineering have an idea of the number of people affected. The more people who report to Apple directly, the more likely the problem is to be noticed, and hence the priority for investigation and resolution increases. I can start an unofficial ball rolling, as I have done, but we cannot keep the momentum up unless users use these official routes to let Apple know they are affected.
    Sorry it's all a bit foggy, but it's the best I've got! Hope this little explanation helps to clarify things a bit more. Feel free to post back if you'd like to discuss this further. Best for now.
    Kind regards,
    Gopha.

  • Why is Information message showing up

    we have certain user that is getting a info message and need to know why.
    its the oaf Information message box. states.........
    The current responsibility context has been switched to: (responsibility) just below there is a lov w/ menu names
    not everyone is getting it. is this a profile setting. if so what is it. i have confirmed the system/personal FND:Diagnostics is set to no.
    thanks

    This is because the function they are accessing is not accessible from the responsibility(they are using now) but is accessible from other responsibilities(the employee already has). If you are using User Management try to give them access to the functions using User Management.
    Regards,
    Peddi.

  • Information Message Does Not Appear

    Hi,
    We're trying to display an information message (message box type I) from our program but it doesn't show. When we make it as type E or A, the message shows.
    Anyone knows why?
    Thanks!

    Hi Sandeep,
      IF l_return NE '0000'.
        MESSAGE ID 'ZTR' TYPE 'A' NUMBER '999'
         WITH l_message.
      ELSE.
        MESSAGE ID 'ZTR' TYPE 'I' NUMBER '999'
         WITH 'Successfully credited in WEB ACES'.
      ENDIF.

  • Close Popup on clicking OK button of Information Message Dialog

    JDev 11.1.1.5.0 ADF BC
    I have a popup and a dialog inside it where user inputs some data and clicks Save button.
    I am showing an Information message on click of Save on successful insertion of data into the database.
    What I am looking to achieve is that I want to close the popup window on click of the OK button which is inside the information message dialog that is been shown on successful Saving of data.
    There is already a similar thread Close popup in adf but that doesn't have a correct answer.

    1) Bind the main popup to a bean variable:
    <af:popup id="mainPopup" binding="#{MyBean.myPopup}" ...>
    public class MyBean
      private RichPopup myPopup;
    }2) Add a DialogListener to the <af:dialog> of the information message:
    <af:popup id="infoPopup">
      <af:dialog dialogListener="#{MyBean.infoPopupDialogListener}">
        ... Info message here ...
      </af:dialog>
    </af:popup>3) Use this DialogListener to close the main popup programatically:
      public void infoPopupDialogListener(DialogEvent dialogEvent) {
        myPopup.hide();
    }Dimitar

  • Information message for duplicate vendor check( message 144)

    Hello everyone, i am trying to configure information warning message in vendors. The configuration for this is SPRO-IMG-FA-AR/AP-vendor accounts-master data-preprations for creating vendor master data-change message control for vendor master data.
    I need to configure
    message: 144
    message text: vendors with the same address:check
    online:  I information message
    When i enter the new entry, i can see MsgNo 144 under the MsgNo but under "online" i need to use I: informational message but i dont see that option under there. I think i need to configure that message ( I: information message) under "online". Does why one know how to configure that? Any suggestions will be appreciated.
    Regards

    Hi there ,
    By default it will show Information message only.
    Why there is any need of changing anything?

  • Problem with information message in User exit

    Hi All,
    Iam using the below code in MV45FZZ to check the customer(sold to party) entered in VA31 with a Ztable and popup a message if it exist in the Ztable.
    select single * from zcust into zcust where kunnr = kuagv-kunnr.      
    if sy-subrc = 0.                                                      
    call function 'POPUP_TO_INFORM'                                       
         exporting                                                        
    titel   = 'INFORMATION'                                               
    txt1    = 'Calender day orders for this customer have been blocked'   
    txt2    = 'Please contact [someone] if this block should be removed'  
            TXT3    = ' '                                               
            TXT4    = ' '                                               
         exceptions                                                       
              others  = 1.                                                
    if sy-subrc = 0.                                                      
    leave to screen 101.                                                  
    endif.                                                                
    endif.                                                                
    <b>The problem is, the message needs to be in logon language based.</b>
    I tried to give it in a text element, however it is asking me a access key to enter it in a text element. Also I tried to give just a information message box like this message I088(z2). But this is comming like a success message .  Letme know how to overcome this.
    Regards,
    Senthil

    Hello,
    I have gave similar kind of info message in the same exit like this
    <b>          message i082(Z48SD) with l_r_xvbap-posnr
                                       l_r_xvbap-matnr
                                       text-302.</b>
    <b>Text-302 is created for the same program SAPMV45A</b>
    U could try like this.
    If useful reeward.
    Vasanth

  • How to display the information message in the end in BDC

    Dear All,
    I have been submitting a BDC for FB01, in a dialog program of mine.
    The BDC gets executed successfully but it does not display the 'Documnet No....generated' information message in the end.
    I have even written the following code in the BDC, after call transaction, to accomplish this, by assigning the value of genno (variable) to sy-msgv1, but it's not working.
    call transaction 'FB01' using bdcdata1 mode 'E'.
      message id sy-msgid type sy-msgty number sy-msgno
            with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      genno = sy-msgv1.

    Hi,
    try this its easy .
    create an internal table e_report for sucess with the fields you want to display .like the same for F_tab for failure .
    so finally u will be having the success record in e_report and the failure in f_itab.
    call transaction 'FB09' using bdcdata MODE 'N' MESSAGES INTO IT_ERROR.
    IF sy-subrc eq 0.
      E_report-status = 'Sucessfully Updated'.
      e_report-belnr = itab-belnr.
      e_report-year = fiscalyear.
      APPEND E_report.
    else .
       F_tab = itab.
       F_tab-year = fiscalyear.
       F_tab-status = 'FAILED'.
       APPEND F_tab.
    finally print this
    sort e_report by  belnr ascending.
    LOOP AT E_report.
        at FIRST .
           WRITE:/'**********SUCCESSFUL RECORDS ARE **********'.
           FORMAT COLOR 6.
           WRITE:/ 'Document Numer',20 'Year',35'Status',54 ''.
        ENDAT.
        FORMAT COLOR 3.
        write:/ E_report-belnr,20 E_report-year ,35 E_report-status.
        FORMAT COLOR OFF.
       at LAST.
         write:/ 'Total No.Of Successful Records:',sy-tabix.
         FORMAT COLOR OFF.
       ENDAT.
       RESERVE 20 LINES.
    ENDLOOP.
      IF F_tab is initial.
           FORMAT COLOR 1.
           WRITE:/ ' NO Errored Files'.
           FORMAT COLOR OFF.
      ENDIF.
    WRITE:/ SY-ULINE.
    new-PAGE.   " to display in a  new page
    sort f_tab by  belnr ascending.
    LOOP AT F_tab.
        at FIRST .
           WRITE:/'**********FAILED RECORDS ARE **********'.
           FORMAT COLOR 6.
           WRITE:/ 'Document Numer',20 'Year',35'Status',54 ''.
        ENDAT.
           FORMAT COLOR 5.
           WRITE:/ f_tab-belnr ,20 F_tab-year, 35 F_tab-status.
        at LAST.
         write:/ 'Total No.Of Failed Records:',sy-tabix.
        ENDAT.
    ENDLOOP.
    ENDIF.
    if they want to display in the excel sheet pass the internal table to the F.M.
    plz motivate me.
      by rewards.
    thanks
    vinoth

  • Information message

    When I start my program I will show an information message about what the program does. Where in my program should I write this message and how?

    Write this information Msg. after
    Start-of-Selection.
    Message "ABout Your Program" type 'I'.
    If it is a dialog Program
    Then write the same in PBO of the screen.
    Hope it works 4 u
    Do rewards...if it helps.
    Regards
    Sachin Dhingra

  • Information message "Down Payment more than invoice amount"

    Hi Experts,
    After creating down payment request while making down payment,one information  message shows in status bar "Down Payment amount is more than invoice amount"
    can anyone tell me why that message popup everytime?
    Thanks in advance
    Sanjay

    Dear,
    Ideally this message should appear at the time F-54 transaction when down payment is greater or lesser than invoice amount.
    But as you said it is appearing at time of F-48 so please check purchase order is entered and invoice has been done for that invoice with variances.
    If query does not belong to any of above, please elaborate the scenario and also provide message number.
    Regards,
    Chintan Joshi

  • Information message to Error Message  -HCM standard Leave Workflow

    Hi ,
    I am configuring leave management for a demo purpose.
    The leave application workflow used is ws20000081.
    There are few scenarios configured in system for  not allowing leave applications for  the employees .
    Example:-paternity leave u2013 maximum days which employee can apply through one application is 3 working days
    This validation is working fine as we directly using IT2001 application through tcode- PA30 .more than 3 days it giving an error message.
    But issue is
    When we are applying the leave through ws20000081, system is allowing more than 3 working days and allows a successful application. Then its allows a successful approval for employer. After approval system fails to update the data in system and forward the application to administrator where as in ideally system should not be allowing the employee for a successful application.
    When we are applying the leave through ws20000081 and clicking on the u201Cchecku201D button system is giving the actual error message as an INFORMATION MESSAGE.
    As it is an information message on ws20000081 application page, system is allowing successful application.
    How can I change this information message as an error message u2013any STANDARD settings apart from  taking the access key and change it     (similar behavior as application as PA30)?
    Regards
    Thomas
    Edited by: Thomas Padiyara on Jun 2, 2011 11:23 AM

    Thomas,
    The validation can be even done prior to the workflow called.  You may have to implement the BADI BADI - PT_GEN_REQ and inside the using the class - method IF_EX_PT_GEN_REQ~CHECK_IF_ACTOR_ABSENT can be used for the validation of this 3 days and generate an error message to portal.
    Hope this helps...
    Cheers,
    Thomas.

  • Information message in the workflow

    Hi Experts,
    We are using an Information message ...message of type I inside a method in the leave request workflow.
    message i001(ztest1) with lv_pernr where ztest1 is teh message class.
    We are using this after a User Decision step....when the user clicks on the successful button, a messaage should just pop up telling him to run the RPTARQPOST program.
    When we executed and tested the same, it is not working.
    I just wanted to know whether we can put an Information Message inside the method and can this be used in the workflow.
    Is there something that we have missed out.
    Awaiting your response,
    Cheers,
    Belinda Clarke

    Hi,,
    If you test your code directly in SE24 does it work? If not, then it will not work in workflow either. If yes, then you probably need to set the advance with dialog checkbox in your user decision step (in SWDD).
    In general I would stay that your solution is not the most elegant one. I would consider any another solution than putting an information message into a (separate?) step in workflow? Can you just instruct the users to execute the report? Can you write the message to the user decision directly. Can you launch the report directly in the step (instead of asking the user to run it). There are multiple better ways to do this, if you just told what you want to achieve or what the users need to do.
    Regards,
    Karri

  • Supressing the information message in ALE

    Hi All,
      I created a report which will call this bd10 based on the selection screen parameters. it is executing correctly, but this tcode should be given to end users.
    generally after execution of BD10 , it will give the information message 1 master idoc is setup and after entering this it will show another information message like 1 communication idoc is setup for this. I dont need to display these two messages. <b>how to supress this information message.</b>
    Is it possible?
    Regards,
    vinoth.

    Hi,
    This can be possible,but its beyond a developers rights,this information message will be displayed always.
    if you want to avoid it run in background.
    regards,
    pankaj singh

  • XR:015 Information Message in BDoc

    Hi Experts,
    we are creating contact persons to customers in CRM (4.0). Customers were created before in R/3.
    The BDoc of the contact person always shows information message: XR:015 (No classification is assigned to business partner &1 <BP number>).
    Also this is only an information message, I would like to avoid the message.
    How can I do so? Is therAnybody who can help me, please?
    Best regards,
    Cristina

    Hello Naresh,
    Question #1: If you are getting a green light on the BDoc, what harm does the informational message cause?
    There are a lot of messages like this. The requirement is to maintain the system "clean" of unnecessary messages, that might influence the performance of middleware flow.
    Question #2: When you create a contact person in CRM, can you specify a role (Contact person role) and save it. Do you still get the informational message?
    Yes I am getting two bDocs with the same message, the first one, when I save the Business partner without any role, and the second when I save the BP with role Contact Person. Once I have assigned the relationship (Contact person), the newly created bDocs do not bear the information message.
    Best regards and many thanks for your help!
    Cristina

Maybe you are looking for