Error in pop up (dialog box)

Hello,
We are in SRM 4.0
Is it possible to have error messages in the pop up boxes instead of the screen? If so how.
Regards
Amit

Hi,
To implement general checks in SRM,you can use BADI "BBP_DOC_CHECK_BADI".But the messages will not come in form of POP UPS.To display messages in the form of Pop up ,you need to implement both the BADI's BBP_DOC_CHANGE_BADI and BBP_DOC_CHECK_BADI.
For sample code,refer the foll link:
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/srm/bbp_doc_check_badi-CheckPurchasingDocument&
BR,
Disha.
DO reward points for useful answers.

Similar Messages

  • Photoshop CS5 pop-ups (Dialog boxes) will not stay / stick in place

    My pop-up / dialog boxes have always opened in the same place as I had placed them from the previous time I had used them. All of a sudden they will no longer stick / stay, they open in the center of the page.
    For example when I first open PS and I click Ctrl > C for Brightness / Contrast the box will open in the center of the page. If I move it to the side (so its not in the working area) it should open in that spot the next time I use it.
    But now it will always open in the center of the page regardless of where I have placed it before. Very annoying it have to move the dialog boxes all the time.

    What OS are you running?
    I know of no way Windows can cause that, but I don't know about OS X.
    If you can't find a direct solution, it might be a case where a complete Photoshop preferences reset to defaults could help...  Press and hold Control - Shift - Alt simultaneously (or Command - Shift - Option if on a Mac) immediately upon cold-starting Photoshop. If you get the keys down quickly enough - and you have to be really quick - it will prompt you to confirm deletion of your current preferences, which will lead to the establishment of a fresh default set. If it does not prompt you, you haven't been quick enough to get the keys down.
    -Noel

  • How can I Create custom pop up dialog box with question/answer

    I need to create a pop up dialog box that asks a question and accepts an answer input.  The form needs to be able to be emailed out (not server based)  Can someone help me do this?  I am a designer,  with very (Very!) limited coding skills.   Looks like the windjack program that I keep running into does not work with Acrobat X.
    Thanks for any help you may have

    I am not able to help you with the current method you are using - which seems an odd one in that you are using a menu script to do this????
    I would have done the page completely differently - instead of slicing it up into a vastly complex table, I'd have added the image to the page and then used an imagemap.  Then I'd have used this script to add the popups (as toolitps) that you can be as simple or as complex as you wish: http://boxover.swazz.org/.
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Move an application "pop-up" (dialog box) with keyboard possible?

    Is there a way to move an application's pop up (dialog box) with a keyboard command/shortcut? I had a situation where I was not connected to my 2nd monitor and an application popup box was opening on that 2nd (*not connected*) monitor.
    I hate to say this; but on a PeeCee, a user can move a window via the keyboard. Is this possible on a Mac? Thanks!

    no, it's not possible on a mac. if the popup open on the other monitor connect the second monitor and move the popup with a mouse. it should open on the main monitor form now on.
    If you don't have a second monitor at all do the following.
    1) goto System Prefs - universal access - enable access for assistive devices.
    Paste the following into Script Editor and press run. This will move all offscreen windows currently open on the second monitor to the main screen.
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px; height: 335px;
    color: #000000;
    background-color: #ADD8E6;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    –– Example list of processes to ignore: {"xGestures"} or {"xGestures", "OtherApp", ...}
    property processesToIgnore : {}
    –– Get the size of the Display(s), only useful if there is one display
    –– otherwise it will grab the total size of both displays
    tell application "Finder"
    set _b to bounds of window of desktop
    set screen_width to item 3 of _b
    set screen_height to item 4 of _b
    end tell
    tell application "System Events"
    set allProcesses to application processes
    set _results to ""
    repeat with i from 1 to count allProcesses
    set doIt to 1
    repeat with z from 1 to count processesToIgnore
    if process i = process (item z of processesToIgnore) then
    set doIt to 0
    end if
    end repeat
    if doIt = 1 then
    tell process i
    repeat with x from 1 to (count windows)
    set winPos to position of window x
    set _x to item 1 of winPos
    set _y to item 2 of winPos
    if (_x < 0 or _y < 0 or _x > screen_width or _y > screen_height) then
    set position of window x to {0, 22}
    end if
    end repeat
    end tell
    end if
    end repeat
    end tell
    </pre>

  • BDC for pop up dialog box.....

    Hi Experts,
                 I need urgent help in BDC.
    I want to handle BDC for the pop up dialog box.
    Please help.

    hi
    can u he a bit clear

  • The pop-up dialog box, such as on Facebook, is truncated. It chops off the command buttons.

    The pop-up dialog boxes, such as those on Facebook, are truncated. The boxes are 1/2 of normal size with the bottom 1/2 gone, including the command buttons, making it useless. Since yesterday evening, ALL dialog boxes on Facebook and Zynga are affected. I can't post anything from the pop-up boxes.
    == This happened ==
    Every time Firefox opened
    == yesterday evening

    Reset the page zoom on pages that cause problems: '''View > Zoom > Reset''' (Ctrl+0 (zero); Cmd+0 on Mac)
    See [[Text Zoom]] and [[Page Zoom]] and http://kb.mozillazine.org/Zoom_text_of_web_pages

  • Open pop up dialog box

    I read on article i.e to create new pop up dialog box. We have to use launchListener"#{backing_bean.handleLaunch}" to pass parameter to corresponding pop up dialog box.
    Anyway I tried to do the same job declaratively by using setActionListener instead of launchListener. The pop up dialog box gets the passed parameter using EL #{prossesScope.param} And it works.
    Is this fine technique or not recommended at all?
    Regards
    Eric H

    Hi,
    its fine as well. As soon as the dialog is opened the process scope becomes accessible. With multiple parameters you will however find it more convenient to use the launch listener as describe in
    http://download-uk.oracle.com/docs/html/B25947_01/web_complex003.htm#CEGDAHEA
    because a setActionListener can only set one parameter at a time
    Frank

  • Printer Pop-up Dialog box

    Hi
    I encounter the printer Pop-up Dialog Box appear upon a
    PrintJob is sent.
    Is there a way to ignore or escape this pop up box?
    Regards

    We have currently upgraded 3 instances and it is happening in all 3 on all PC's. Appears that Oracle has it's own pop-up printer window it uses when printing from the PC instead of using the standard one. I imagine it is slow because of it being java. I'd open an SR but they will just say to update to today's version of java. We can't test in other browsers since IE8 is our standard company wide. I haven't got any hits searching MOS or Google on this so was just wondering if others are seeing the same thing. BTW - Our 11i instances work fine and load quick even on the first print but then 11i is using the PC's standard print pop-up window and not a java based one from the applications.
    FYI - Fuound Bug 9202075 which seems to be the same issue except that we are on java 1.6.07. I have opened an SR.
    Edited by: user649511 on May 20, 2011 7:18 AM

  • Confirmation Pop up dialog box

    Hi All,
    I want a pop up dialog box to be open on click of my create button asking "whether you want to submit the page"
    Need help
    Regards

    Hi Trent
    I have a create button. On the button optional URL target section, changes the Target as URL and the URL Target as
    javascript:apex.confirm('Are you sure you want to submit?', 'CREATE');
    I tried with this even
    javascript:apex.confirm('Are you sure you want to submit?', 'SUBMIT');
    But in both the cases the funtion is not calling.
    Regards

  • Please help!! How to communicate between applet and pop up dialog box

    Hi friend,
    I have done a AWT pop up dialog box from Applet. In this pop up dialog box, I want get user name, and display on an Applet, anyone can tell me how to do? Thanks a lot!!!!
    Alva

    You need to create two methods in your applet, getName and setName as well as a name field.
    private name = "";
    public void setName(String n)
        name = n;
    public void getName()
        return name;
    }The various constructor methods for Dialog already take the owner of the Dialog (your applet) as a parameter, so in your applet's ActionEvent handler, all you have to do is call
        name = textName.getText().trim();
        owner.setName(name);Yes, it's that easy.

  • Suppress pop up dialog boxes on error

    Hi, I was wondering if there is a way to suppress the error dialog boxes that appear when calling interface type commands. For example, I'm calling the TCP/IP Open command and if the port is not avaible it throws up a dialog box with an error stopping execution. I want to handle the error without stopping so I can report the error manually. I'm sure there is a way to suppress this from happening. Usually the general error handler is for showing the dialog errors if you want them.
    Thanks...
    Solved!
    Go to Solution.

    QRP wrote:
    That was a rude response! All I want to do is handle the error coming out of the TCP/IP open command without the error dialog box coming up, I still want the error reported though the error out, but just not the dialog. Whether it takes turning off the auto error reporting or not, I could really care less as long as the dialog box is not thrown. BTW, the only reason I turned off the auto reporting Altenbach is because someone else mentioned it previously that it might be causing the error dialog.
    What Altenbach is saying is if the error dialog is coming up, then, by definition you have an unhandled error. It is virtually impossible to handle an error if you are not capturing it, and you cannot capture it if you don't have something coming out of the error out terminal. The only way this dialog is shown is because you do not have an error out terminal wired, so the LabVIEW handling takes over. When a default error dialog comes up, it is basically to tell you you have an unhandled error.
    CLA, LabVIEW Versions 2010-2013

  • No display of error message log in dialog box

    Dear MM Experts,
    During enter incoming invoice (MIRO), when we click simulate after entering all necessary data, all error & warning messages are displayed in a dialog box if there is red traffic light. In our case despite red traffic light error messages are not displayed as shown in below screen shot. Only warning messages are displayed & document canu2019t be posted. Please let me know if anyone has encountered such behavior & knows the solution. We just want to see the error messages in dialog boxes so that necessary data can be entered and document can be posted.
    Additional information: 1. No GR needs to be done, 2. GR based IV is unchecked in PO, 3. No validation is active for the company code,
    Thanks & regards,
    Avinash

    Hi,
    Thanks for your response.
    Our problem is not to post a particular invoice doument, the main problem is that error log is not displayed in MIRO. For example if balance is not zero then this error should be displayed in error log dialog box, which is not happening due to which we are not able to post any invoice document as error is not known to the user. Please let me know if any suggestions.
    Additional information: We have deactivated all validations & BADis. We also tried to compare with other systems where error log is displayed properly however our ABAP consultant could not find any difference. Any Input on how to compare is also welcome.
    Thanks & best regards,
    Avinash

  • File format in pop up dialog box in table control

    Hi All,
    I am using a popup dialog box on user command click in table control. I have to fix the file format to '.CSV' format only from the selection, how to fix this. The FM is 'KD_GET_FILENAME_ON_F4'. Is there any other FM ?
    Regards
    Gajendra

    Hi,
    To implement general checks in SRM,you can use BADI "BBP_DOC_CHECK_BADI".But the messages will not come in form of POP UPS.To display messages in the form of Pop up ,you need to implement both the BADI's BBP_DOC_CHANGE_BADI and BBP_DOC_CHECK_BADI.
    For sample code,refer the foll link:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/srm/bbp_doc_check_badi-CheckPurchasingDocument&
    BR,
    Disha.
    DO reward points for useful answers.

  • InDesign CS3 Print Engine Error and Corrupt Print Dialog Box

    We are a networked office working on various files off of a server. After setting print settings in the print dialog box and saving the file, when another user (or the same user) reopens the file, the Print dialog box settings are changed in a bizarre, corrupted way, and the file will not print. We get the following error:
    Printing Error: The Adobe Print Engine has failed to output your data due to an unknown problem.
    and printing fails to the HP LaserJet 4240 PS (64 MB RAM).
    We all use Windows XP, SP2, Dualcore 3 GHz Pentium Processors with 3.5 GB of RAM.
    Specifically, the Print dialog box shows these strange settings:
    Scaling gets set to 0%, copies are set to 0
    Spreads are turned on
    Print Visible Guides and Baseline Grids are turned on
    All printers marks are turned on, offset is set to 0
    Use document bleed settings is turned on, include slug area is selected
    Output Text as Black is turned on
    Omit for OPI has all 3 file formats selected (EPS, PDF, and Bitmap)
    Usually resetting the Print dialog box and saving the file allows us to print but then the next time we open the file, the Print settings are corrupted again.
    Any solutions? Or any fixes in the works?
    Thanks for your help!

    We currently only notice this problem with files associated with one project. The project is a book of many chapters, each with it's own file. The problem affects multiple files and multiple users (4 out of 5 people working on these files have experienced the problem). It may very well be a problem caused by a different user opening the files after another has closed them.
    We have a LAN with multiple Dell servers running Windows 2003 and many end-user PCs using Windows XP. All printers are on the network but printing occurs locally, meaning that data sent to a printer does not go through a server.
    We could test the problem by copying a chapter to one person's computer and making them the only person who works on it for a day or two. It's just hard to do so because different people have different duties to perform on all files.
    Thanks for your help!

  • Best Way to Pop-Up Dialog Box Based on Form Data

    Hi,
    I'm using InfoPath 2010 to create a submission form in SharePoint 2010.  During the form submission process I'd like to pop up a dialog box if the difference between today's date and the service request date (which is provided by the user) is less than
    7 days.  The user only has to acknowledge the dialog box.  What is the best way to accomplish this?
    Thanks,
    Kevin

    Hi,
    What is the kind of your form : InfoPath (with InfoPath client on the machine) or InfoPath Form Services (web browser)?
    Is this is a an InfoPath form, you can add an action on a button of type "Show message". You can add too a condition on this.
    If you use InfoPath Form Services, there is two solution:
    - Use managed code to call an alert javascript where you respect your condition,
    - Create a new InfoPath View with the message and add an action "swith view" when you click on the button if you respect your condition.
    Hope this help.
    HI! Could you clarify please, how the 'Switch view' action could be called? I don't see such an option within Rules setup at Infopath 2010.

Maybe you are looking for