Message on a custom pop-up

Hi Experts,
  I have created a custom pop-up which acts like a search for contracts. This opens when i click a custom button on the standard screen. But I need to display some information on the pop-up on how to enter  the search criteria and if there is any error in the entry. If I use 'add message' , I see the messages on the standard screen after I close the pop up. But when I directly execute the pop up component , I see the messages on the component itself on the right corner. Can you please let me know how should i get the messages.
Thank you,
Geetha

Hi Geetha,
Before open the popup you need to change the display mode. Try this code:
gr_popup->set_display_mode( if_bsp_wd_popup=>c_display_mode_surrounded ).
gr_popup->open( ).
Regards,
Isaac

Similar Messages

  • Creating a Custom Pop-up Message?

    I would like to create a custom pop-up message for a form.  What I'm looking for is when the user types in a series of numbers and if the total is under 650,000 a pop-up message will appear explaining what to do next and then the user clicks okay and the box disappears.  Thanks in advance for any help.

    For the messageBox method see http://help.adobe.com/en_US/livecycle/9.0/designerHelp/index.htm?content=001368.html
    The attached contains the following logic on the calculate event on the field 'total'
    // form1.page1.subform1.total::calculate - (JavaScript, client)
    if (form1.page1.subform1.nf1.isNull || form1.page1.subform1.nf2.isNull || form1.page1.subform1.nf3.isNull || form1.page1.subform1.nf4.isNull) {
      this.rawValue = null;
    else {
      var total_ = form1.page1.subform1.nf1.rawValue +
          form1.page1.subform1.nf2.rawValue +
          form1.page1.subform1.nf3.rawValue +
          form1.page1.subform1.nf4.rawValue;
      if (total_ < 650000) {
        xfa.host.messageBox("The total must be 650,000 or greater. Please review...","Total LT 650,000",1);
      this.rawValue = total_;
    The code assumes that fields n1 - nf4 are mandatory. If you need to do the validation prior to an action such as print or save, you will need additional logic to force the calculate to fire.
    Steve

  • Update Z table from Custom pop up screen

    Hi All,
    I need to enhance  CC01 transaction.
    CC01 is used to create Change Numbers.
    My requirement is when Profile(Input field in CC01) is entered into initial screen of CC01 and enter key is hit, a custom pop up screen should be raised. This pop up screen will have 10 input fields from Z table. So when the user enters values in the input fields of pop up screen, I need to capture these values. When processing of CC01 is complete and saved system generates a Change Number, then I need to update the Z table with the values from custom pop up screen to the corresponding Change Number (Generated after Save)in Z table
    I have found the customer enhancement for raising Pop up screen pccd0005 (EXIT_SAPMC29C_006).
    My problem is how to link the pop up screen values with the Change number and update the Z table.
    Change Number is generated after CC01 Save.
    Can any one help me how to achieve this functionality?
    Thanks in advance
    Bhasker

    <u>Syntax:</u>
    EXPORT param_1 TO MEMORY ID 'EXIT_PCCD'.
    IMPORT param_1 FROM MEMORY ID 'EXIT_PCCD'.
    FREE MEMORY ID 'EXIT_PCCD'.
    Please look into the F1-help on Export/Import statements for more details.
    Message was edited by: Sam

  • Create a custom pop up text (warning) while entering a specific Vendor.

    Hi all,
    I would like know the steps to create a custom pop up text (warning message) while entering a specific Vendor number in the ME51 or ME51N screen. This test would be an instruction or a text for user to be aware off.
    Is it even feasible?...if so can someone please provide me with some steps or instructions on how to proceed?
    Thanks,
    El Matador.

    >
    matador wrote:
    > Hi all,
    >
    > I would like know the steps to create a custom pop up text (warning message) while entering a specific Vendor number in the ME51 or ME51N screen. This test would be an instruction or a text for user to be aware off.
    >
    > Is it even feasible?...if so can someone please provide me with some steps or instructions on how to proceed?
    >
    > Thanks,
    > El Matador.
    Hi
    In PR Vendor is not a mandatory to enter and even you can add warning message Go to SE91 and select appropriate message and activate for PR

  • 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

  • When my husband set up his new iPhone I read a message wrong when it popped up on my phone and now our messaging is synced. Is it because we have the same apple ID? Do we need to change that?

    When my husband set up his new iPhone I read a message wrong when it popped up on my phone and now our messaging is synced. Is it because we have the same apple ID? Do we need to change that?

    Yes, its best to have each individual apple ids. You can also go to settings, messages, send and recieve, start new conversation from, make sure there is a check mark beside each of your own individual email, not the same one on each phone.

  • HI, I recently upgraded my operating system IOS 5.0.1 on an iphone 3gs. MY question is, how do I get the text messaging preview to just pop up so that I can see the name only when the lock screen is on? The conventional ways of doing this aren't working

    HI, I recently upgraded my operating system IOS 5.0.1 on an iphone 3gs. My question is, how do I get the text messaging preview to just pop up so that I can see the name only when the lock screen is on? The conventional ways of doing this, such as using turning off the SMS preview under the "passcode lock", well that option no longer exists, or if it does, I'm somehow missing it.
    When I go to the "messages" setting under settings on my phone, I still don't see an option of turning it off.
    If I can just get the name of the person sending the message, as I had it before, I'd be happy.
    Help!

    That option still exists in Settings > Notifications > Messages > Show Prview (OFF) and View in Lock Screen (ON). Here's how to configure your Notifications and Notification Center for iOS 5: http://iphone-and-i.blogspot.com/2012/01/how-to-customize-notification-center-in .html

  • Messages in Search help Pop Up

    Hello Experts,
    I have created a Elementary search help in Data dictionary and have used for Web UI Fields.
    Now the search criteria is appearing as mentioned in elementary search help. I want to throw a error message if the user clicks on search without entering search criteria.
    i tried to add message in global message container, but the message is not displaying on the popup, message gets added to Global message container but will be shown once the pop up closes. I need to show the error message on Search help pop up screen only.
    Please suggest how to make these fields mandatory on search help.
    BR,
    Nikhil Kulkarni

    Hi Nikhil Kulkarni
    use method set_display_mode()
    before open popup as :-
        lo_popup->set_display_mode( if_bsp_wd_popup=>c_display_mode_surrounded ).
        lo_popup->set_on_close_event( iv_view = me iv_event_name = 'SRPOPUPCLOSED').
        lo_popup->open(  ).
    it will work.
    reagards, Harish Kumar

  • Change Message Control for Customer Master data

    Hi Friends,
    I have to choose/populate a message when the user is about to create an already existing customer.
    In SPRO --> Financial Accounting --> Accounts Receivable and Accounts Payable --> Customer Accounts --> Master Data --> Preparations for creating customer master data --> "change message control for customer master data" ...
    OK...
    When u click this it goes into Change View "message control by User" Overview screen wherein u can insert new messages and texts and the type of message ....
    Now .....
    I want to display the 145th message (F4 help of the Message column) ..... it picks up the text "Customer found with same address;check"..... with Online mesasage type 'I' and batch type 'I' and with standard type '-' ..
    I want to have the same message with message types 'E','E', and 'I' respectively.......
    How is this possible (or) what should i do to meet my requirement :-|
    Expecting ur answers
    Thanks in advance ........
    Cheers,
    R.Kripa.

    Hey yes it is not possible (as of now
    I ve met the requirement by just using message statement in the program itself ............
    My requirement is met but still if anyone knows about this do answer / reply
    Thanks
    Cheers,
    R.Kripa.

  • Messages window does not pop up when a chat is received

    Help!
    In the Messages app, when a chat is received, the Messages window does not pop up!  (Like it did with the old ichat.)  When a chat is received, it makes the noise, the icon bounces in the dock, and a red bubble is on the icon with the number of new chats.... but the messages window does not come forward.  This is the most frustrating thing ever!  I've been missing so many chats because I'm not staring at my dock.  How do I make the messages window pop up when a chat is received??  Please help!! 
    (I just upgraded from Lion to Mountain Lion...lost ichat, gained the Messages app, and this issue is driving me nuts!) 

    Hi,
    I am not sure you can.
    By Default  iChat could "Hide" any window such as a Buddy list.
    A new Invite put up a Invite window first that you had to Accept (Or set Auto Accept).
    This triggered the appearance of the Chat window.
    This does not happen in Messages.
    There is not Invite window now to any Form of Text chat invite.
    As a consequence there is no Trigger for the Chat window.
    Add to that the Messages main Window is an interface window as well as the Chat window.
    This puts it in the same category as  Buddy List which has to be called back (unhidden) into view with either Keystrokes or the Window Menu.
    A click (or possibly two to first bring Messages to the Front) on the DOCK icon also tends to reveal the Messages window.
    You can set the Messages > Preferences > Alerts for New Messages and Text Chat invitation to Bounce the DOCK and Play sounds to help.
    10:48 PM      Saturday; April 20, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.3)
     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
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Over riding a seeded message with a custom one.

    Hello everybody,
    Can you please tell me if it is possible to over ride the seeded error messages with our custom message. For example, while accessing UpdateSR screen on setting the Responded Date to a date before the creation of the case, we get an API programming error. Is there a way we can catch this exception and show the user a more understandable error. Please let me know...
    Thank you,
    Ramya

    Did you query if the message exists under Appl. Admin>Application>Messages form. If it exists, you can change the message text as per your requierments.
    Btb, What is the message text of the error?

  • TS3367 I am trying to FaceTime from my iPhone5 as well as my iPad 2 and it keeps saying that it's connect but then a message saying FaceTime unavailable pops up. How do I fix this?

    I am trying to FaceTime from my iPhone5 as well as my iPad 2 and it keeps saying that it's connect but then a message saying FaceTime unavailable pops up. How do I fix this?

    I am having the same issue... Please advise...
    I avidly use facetime DAILY and for about 3-4 days now, whenever I try and send or receive facetime request it hangs up immediately without ever picking up. This is happening on all my devices and with everyone and doesn't matter what network/ wifi I'm connected to. This is definitely a network issue with individual profiles...

  • After shutting down Firefox 3.68, an error message reading "Incorrect Function" pops up.

    I upgraded to Firefox 3.68 about four days ago. After shutting down Firefox 3.68, an error message reading "Incorrect Function" pops up. I click "OK." Nothing seems to happen, either good or bad.
    I installed Comodo Internet Security a few days before I upgraded to Firefox 3.68.
    == This happened ==
    Every time Firefox opened
    == After I upgraded to Firefox 3.68.

    I am the original poster. The problem seems to have nothing to do with my upgrade to Firefox 3.6.8 but with a configuration change I made to System Mechanic after I switched to Comodo Internet Security.

  • Pop up error messages for failed custom validation

    I am using jdev-10.1.3.4
    My application is in ADF BC
    I am writing custom validation through managed bean, I want pop-up error message for this failed validation.
    My problem scenario is:
    I had some list box as "status"-when this status changes to failed then the other field namely "closed date" should become madantory and also date in closed date field can't be in future.I am able to have all this validation through managed bean and also able to use af:messages through which i am able to print error message on the top of the form, but i am not able to give pop up error message for this failed validation.
    I had gone thru jdev guide but there is nothing like what i am asking.
    it would be of great help if someone can give me some example also.
    thanks in advance.

    ADF has global setting where you can configure the way messages are shown to user:
    You can make this setting in adf-faces-config.xml
    The <client-validation> element controls how client-side converters and validators are run.
    Three values are supported:
    "INLINE": validation is shown inline in a page (the default)
    "ALERT": validation is shown in an Javascript alert
    "DISABLED": validation is only handled on the server
    IN your case, set it to 'ALERT'.

  • Long Text of a custom message class on a pop up screen

    Hi All,
    I have a custom message class and i have few custom messages with short text and long texts.
    Then i have a ALV report output which displays the message class and message number and my requirement is when i do F1 on the message number i want the long text to be displayed on a popup screen
    Can anyone give me an idea as how to approach this
    Thanks in advance

    hi,
    try the below code.
    DATA: HELPINFO LIKE HELP_INFO.
    DATA: LONGTEXT LIKE TLINE OCCURS 1 WITH HEADER LINE.
    DATA: EXCLUDEFUN LIKE SY-UCOMM OCCURS 1 WITH HEADER LINE.
          longtext-tdline = 'Sales Order test help'.
          append longtext.
    CALL FUNCTION 'HELP_DOCULINES_SHOW'
      EXPORTING
       CUCOL                   = 10
       CUROW                   = 3
        HELP_INFOS              = HELPINFO
       LINENR                  = 1
      TABLES
        EXCLUDEFUN              = EXCLUDEFUN
        HELPLINES               = LONGTEXT

Maybe you are looking for

  • Outlook holidays no longer syncing with iPhone

    I sync with Outlook, and I have holidays on my Outlook Calendar but they are not on my iPhone. All other calendar entries are displayed. They were there recently, but I can't say for sure if this occurred after upgrading my iPhone 4 to IOS 6 or not.

  • Best monitor for graphic design?

    Hi - I am thinking of buying a mac mini to use for graphic design and I just wanted to get some opinions from any other designers using one. Whilst I'd love to be able to afford an iMac it's just out of my price range at the moment. I was thinking of

  • 3 Column CSS Newbie

    Hi all, I have a website that uses table. I am trying to setup a template in CSS so I can convert over from table format.  Below is my my css and html. I have 3 questions. 1) How do I make it so all three columns stay the same height or expand to be

  • Executing Stored Procedure from TOAD: ORA-00900: invalid SQL statement

    Ok-I have ALL the stored procedures converted into Oracle-now, when I go to test them I am getting the vague error of: ORA-00900: invalid SQL statement I am attempting to execute: --EXEC IEXGetAgentSysPerf(to_date('2008/09/01', 'yyyy/mm/dd/'), to_dat

  • Run a program on Macbook from a sd card

    Hi, I have a doubt, I have a Macbook air and I wanted to know if it's possible to run application from a SD card, I mean, cut the program from the aplication folder, for example Aperture and paste it into a sd card. Would it be able to run normal?