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

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

  • 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

  • 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

  • Custom purchase order text

    Hi,
       I need to create new custom purchase order text to display in ME23N and to capture some data.
    I have created new text id and configured for the required PO document types. But I still don't see the new custom text appears in ME23N.
    As far as I understand, I need to add an entry to 'define text type and copying for po header text' under purchasing as a last step. But I cound't add to this as there is no way I could select the custom text id here.
    Also, is it possible not to print this text when we print POs? This is used only for internal purposes.
    Please let me know.
    Regards,
    Sundar.

    Hi,
    why dont you put text in Po suppliment in ME24, so that it would be on system.
    Regards
    Kedar Kulkarni

  • Error in "Create ERP Customer"

    When using "Create ERP Customer", i am getting error message "Enter a relevant role for creation of customer master data".  What specifically am I missing, I believe I configured the CVI. I am on MDG7.0.
    Thanks for assistance

    Hi,
    from MDG's perspective only
    Set BP Role Category for Customer Integration Overview (Transaction SM30 view  V_TBD002)
      Set BP Role Category for Direction BP to Customer
    is relevant since you always create or change a BP with MDG that is mapped via CVI to a customer record. Yes, you're right: that table should contain only a single role if you use the customer like UI. The reason is that within the customer like UI you won't see the list for BP role maintenance (that's only part of the customer UI). But if there is only a single role in the CVI table, CVI uses this role automatically. If there are multiple roles, CVI has no idea which one to take.
    The other tables you've mentioned are only relevant if you want to migrate existing customer records to BPs. But this should never be the case within a MDG system.
    Best regards
    Michael

  • Steps for creating pop-up text on a specific customer when creating a order

    We want to be able to have a pop-up text for some customers, for instance informing the user to mark the order a special way. How is this done? Also, if we want for some customer always mark the PO number (VBKD-BSTKD) with the same reference, how can we do this?
    Kind regards

    didn't try this myself, but as my understanding goes, you can achieve this with a  user-exit.In the user exit USEREXIT_SAVE_DOCUMENT you can code & also check user-exit(function module POPUP_TO_CONFIRM)
    alternatively,you can create a text id and assign it to customer master.
    In customer master data, you can maintain the text for the customer. so this way this specific customer always gets linked to his/her specific text.
    HTH

  • How to create a custom control of a button where the look will be applied to all others but not the Boolean text?

    Hi all
    I would like to create a customized button as a master so that if I change the look of the master all other buttons will change too.
    I have done this with a custom control as a "strict type def" otherwise the look will not change BUT If I do this as a strict type def I cannot change the Boolean text anymore which should be different on every button.
    How can I create a master control of a button where the look will be applied to all others but not the Boolean text?
    Stay Hungry, Stay Foolish
    Solved!
    Go to Solution.

    Steve Chandler wrote:
    I don't think you can do that. I just looked and as I suspected the Boolean text property is read only for strict typedefs so you cannot use property nodes to change the text.
    As a workaround just make it a typedef. When you want to change the look open the typedef and make it strict, make your changes, then make it non strict again. You will have to update the Boolean text again for all instances. Kind of a pain. Maybe this is something for the idea exchange.
    Kudos for being sneaky.
    I like these creative work-arounds!
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How to create pop-up text boxes?

    Hello,
    Does anyone know if it's possible to make pop-up text boxes/windows in iBook Author? For instance, I can click on a text on the layout and a window pop-up with another text, in my case, they're references/citations. If this isn't possible in iBook Author, is there work-around for this, preferably, in iBook Author itself instead of creating widgets/imagest for every instance of the references. Any help would be appreciated.
    Thanks,
    Hoa

    The glossary offers this capability. However, using it for that purpose might be a bit confusing, especially if you also have "real" glossary entries.
    I'm not aware of any other way to create a pop-up.
    Michi.

  • Creating 3 links each with pop-up text box on the same slide

    Hi,
    I'm trying to create a slide that has 3 links and each link has a pop-up text box. I do not want to separate the pop-up text into separate slides. I have it so that there are 3 click boxes and each have the action "show" the proper text box. I also created another click box that acts as a close button where the action is to hide the pop-up box. I have an extra click box hidden on the page to make sure the user stays on the page and not automatically advance.
    Once I have the user click on the first "link" it shows the text box. Once the user clicks the close click box it takes the user to the next slide. I just need it so that it shows the user the pop-up text and then when the user closes the pop-up and returns to showing the 3 options/links. So it basically refreshes the slide instead of going to the next slide.
    Thanks,

    This will be a little tricky to achieve. This is because per default Adobe has decided that any interactive object (like a button or a click box) that has a user defined action on it (like continue, pause, open URL etc.) automatically continues to play the project when clicked.
    Therefore when you click your button it will show your textbox, but it will also continue to play on your timeline.
    You can read some more about it here: http://forums.adobe.com/thread/479725?tstart=0
    I did something similar to what you want one time and I just created a bunch of click boxes and made them very small and put them in a corner. The click boxes were placed on the timeline with 0.2 seconds between the pauses. Then I created my "real" buttons to show/hide the text boxes and placed them on the timeline before the other click boxes.
    The result is that once a user clicks your button it will show the text caption you want - continue on the timeline and pause at the first click box. When they click another button the same will happen. Just make sure that you have a lot of click boxes (I think I put like 30) and make sure that your navigation button for advancing to the next slide is set to "go to next slide" and not "continue" as that would make it pause at all your click boxes as well.
    /Michael
    Click here to visit the www.captivate4.com blog

  • Project Server 2010 - create a custom enterprise project field for persons (no text, no lookup table...)

    I want to create a custom enterprise project field and would like to use instead of for example a text attribute or a look-up table a field for employees (e.g. project manager) which are coming e.g. from the Active Directory. But when creating this custom
    project field I cannot see such an option. What solution do you suggest as I want to avoid that everybody uses different names and spellings for e.g. the project manager and without having to fill the lookup table with all resources of the company.
    Thank you so much for your help!

    Hi,
    Are you using Proejct Server 2007, 2010, 2013?
    In case you're working with 2010 version, here is an excellent
    blog about how to insert a resource picker in a PDP (project detail page).
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • How do you create the 'cream pop-up info text boxes' that appear when you hover mouse over?

    Hi people,
    I really need to know how you create the 'cream pop-up info text boxes' that appear when you hover your mouse over an object on a webpage (and often in any program e.g. Photoshop) for more than a second. I need to know because the logo on my website is the navigation tool used to return to the homepage. It is always found in the top left so the user can always click it to return.
    The only problem is im the only one who knows that when you click my logo, you return to the homepage. I need one of these 'cream info boxes' (forgive my lack of knowledge) to appear so the user will figure it out.
    Thanks for taking the time to read my question...

    Using your code it should look like this where title attribute is in red:
    <div id="apDiv2"><a href="index.html"><img src="divs_dw/jtgd_logo_trans.png" alt="jtgd_logo" title="your description goes here" width="176" height="163" /></a></div>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Error while creating a customer

    Hi All,
    While creating a customer my client is getting an error message "Specify reference account number-Message no.F2065".
    Thanks in advance.
    Ramesh.

    Hi Dear,
    When ever creating the customer master you must select account Group
    1.Ex: Local, Foreign or One time customer etc. check which group your selecting here.
    2. Specify company code
    3. Specify Sales Area
    4. Also check common Master data for  Distribution channel  and Division
    MENUPATH: SPRO - IMG - SD - MASTER DATA - Define COMMON Dist Chanl & Divsion.
    Regards,
    MH

  • "An unexpected error occurred while creating a custom installer."

    All;
    I—and I've seen several others in older posts—have been reported received the error "An unexpected error occurred while creating a custom installer" while attampting to build a customer ARD client installer.  My guess is that this is do to a issue related to 10.8.X (10.8.4, in my case) based console Mac but I cannot confirm this. I have verified that there are no outstanding OS, client or application updates or hot fixes, as well.
    Has anyone built an successful installer from Mountain Lion-installed Mac?  Is there any know workarounds?
    Thanks in advance, for any help. 

    Have the exact same problem.
    iMac running 10.8.4
    Got through the steps of creating a custom client installer.
    if I choose not to customize and just save an installer I don't get the error but it creates a file of Zero bytes in size.
    If I chose to configure, when I try to save I get:
    An unexpected error occurred while creating a custom installer. Please try again....
    Console log reports:
    9/1/13 12:32:29.603 AM Remote Desktop[1306]: open on /private/tmp/RemoteDesktopClientInstaller_HEATyAJ5CR/extracted/RemoteDesktopCli ent.pkg/Scripts/RemoteDesktopClient.pkg: No such file or directory
    I have tried to save this in several location, with no effect on the error or the information logged, with the exception of the name of the temp directory that DOES contains the file (zero bytes):
    RemoteDesktopClient.pkg
    Need help with this someone...!
    APPLE...I JUST purchase this Applciation for $80.....it just flat out does not work....

  • How do I create a custom sound/vibration profile per app, SMS text, phone, or email contact?

    I have a Verizon iPhone 4s recently upgraded to iOS 7.  I'm an IT engineer who's on call and started a new job last week with a company that doesn't provide company phones like a blackberry.  So now I get tons of company email alerts, text messages, and phone calls both private and for work.  I always have my phone switched to vibrate to filter out the noise of generic emails/texts/phone calls, but I also need to be able to configure specific emails sent from our network monitoring servers, text messages from my teammates and alerting devices, as well as phone calls from our internal tech support to be sent with sound.  Ideally I also need to be able to configure alert options in an "On-call" profile I can switch on so that I can configure alert repeats and the most annoying noise I can find so I don't sleep through network pages..  But I still want to be able to keep the default vibrate for everyone else and everything else.. How do I create a custom sound/vibration profile per app, SMS text, phone, or email contact?  In blackberry's, you can easily create different profiles to switch back/forth and configure each app/text/phone option to either a sound option or vibrate.  iPhone seems to be all vibrate or all sound, with little to no options to mix/match the two..  If Apple ever hopes to truly capture the enterprise market blackberry has, this is the most standard and essential feature on blackberries for IT professionals..  If I have to buy a third-party app for this, so be it.  But I've been searching for hours and found nothing that creates customized sound/vibrate profiles for iPhone like this (minus jailbreaking your phone, but I shouldn't have to jailbreak a $699 "smartphone" for simple sound/vibrate/alert options like this..).

    Yeah Appke wants to be like RIM (Blackberry) who is sinking fast and their devices will be door stops.
    http://www.apple.com under support you can ask at their forum or you can call them. However if you call under ios7 support they may help you for free. But if not they will cost you $$$$
    As far as I can tell with my iphone what you want to do is not possible. There are sites that tell you how  to make different ringtones for the device but your choices to change  sounds for email and text/sms messages are controlled unders sounds in the setting menu.  Again the manual is on your phone and online if you need assistance changing sounds and ringtones.
    Good Luck

Maybe you are looking for

  • Slow-Moving Item Report

    The issue I have has been addressed in oss note(541559) but I am unable to get the solution outlined to work. The situation is I would like to show all characteristic values for 0material__PNL that we have a history of transactional data, even if the

  • Drag and drop tracks in a playlist problem

    I have created a playlist and now want to reorganize the current alphabetically-organized tracks a bit. I don't see any specific discussion of how to do this in iTunes Help but it alludes to "dragging and dropping". I have tried this and I am able to

  • Song Wont Play, Already in Library

    I have downloaded the song i think but it wont play, it is already in my library and confirmed in purchases, it wont load on my ipod either, plz help

  • Unable to read from .csv having field in double quotes

    Hi to all, I am trying to reading data from .csv file using JDBC it was reading perfectly when fields are without quotes i.e. Field1 and unable to read with filedname as "Field" instead giving Exception Column Not Found, please help me out with this.

  • Problems with displaying Asian languages dynamically in a text box

    I have a text box that I am adding to the stage dynamically. The text box is a movieclip in the library. However, when it is added to the stage the message is not displayed. I have no problems with English or Spanish but for Chinese, Korean, and Jape