Show F4 Help Popup

Hi all,
i) I have an F4 Help Popup working for vendor.  It's shown in a table view for line items of a service ticket, so my code is in the iterator
*set input field and F4 help to the Partner field in table
strA = 'ShowF4KeyAndValueHelp2(' .
CONCATENATE 'myFormId(''' p_cell_id '''),' INTO strB.
strC = ' ''CRMT_PRIL_QUERY_ICWEB_MAIN-VENDOR_ID'')'.
CONCATENATE strA strB strB strC INTO strF.
col_vendor->showHelp    = 'TRUE'.
col_vendor->onvaluehelp = strF.
p_replacement_bee = col_vendor.
However I can't get it to work for product_id - a popup comes up that is just a blank white box.
The code is the same above and I've tried
str4 = ' ''COMM_PRODUCT-PRODUCT_ID'')'.
str4 = ' ''COMT_PRODUCT_DATA-PRODUCT_ID'')'.
str4 = ' ''CRMT_PRIL_QUERY_ICWEB_MAIN-PRODUCT_ID'')'.
ii) I've seen the weblogs on creating a show help popup ffrom scratch - which I may have to do in the end - but do you have any control over this ShowF4KeyAndValueHelp2 popup (eg like limiting the results shown to business partners of role vendor, etc)
Cheers
David

Hello Ravi,
I think I have to explain via screenshot. When opening the input help by default the user gets the view 'history', in this example for fiscal year / period:
For some users it's confusing that within the history the periods are mixed up and some are 'missing' (indeed they are not missing but weren't used yet).
So by default I would like to bring up the setting 'single values' when opening the input help:
I hope it's more clearly now.
Thank you very much!

Similar Messages

  • Showing TaskFlow as PopUp in Jdev 11.1.1.5.0

    Hi,
    I am showing TaskFlow as popup and while entering popup TaskFlow,
    keeping following transaction setting
    Always Use Existing Transaction
    Share data control with calling task flow
    Create a save point on task flow entry
    On Task flow page, I have Ok and Cancel button.
    If User clicks on Cancel, I am restoring to save point and retuning from TaskFlow.
    If user clicks on Ok, i am just returning from TaskFlow.
    Every thing works fine but once in a while, I am facing HTTP 500 error on TaskFlow popup.
    I don't have enough logs also to analyze.
    If any one comes across this problem, please help me.
    Note: every time control enters to popup TaskFlow, TaskFlow get passivates.
    Thnaks...

    I got some logs and I have seen similar issue in many threads but no Solution.
    Please let me know if solution exists or SR raised for this.
    ####<Dec 16, 2011 1:46:06 PM EST> <Notice> <Stdout> <mia-slz-d01.wfs.com> <wltest2_ms1> <Timer-45> <<WLS Kernel>> <> <b215270f851cb10d:-38ad76b4:13424c2c766:-8000-00000000000daab1> <1324061166815> <BEA-000000> <oracle.jbo.PCollException: JBO-28030: Could not insert row into table PS_TXN, collection id 22,853, persistent id 1
    at oracle.jbo.PCollException.throwException(PCollException.java:36)
    at oracle.jbo.pcoll.OraclePersistManager.insert(OraclePersistManager.java:1901)
    at oracle.jbo.pcoll.PCollNode.passivateElem(PCollNode.java:564)
    at oracle.jbo.pcoll.PCollNode.passivate(PCollNode.java:688)
    at oracle.jbo.pcoll.PCollNode.passivateBranch(PCollNode.java:647)
    at oracle.jbo.pcoll.PCollection.passivate(PCollection.java:465)
    at oracle.jbo.server.DBSerializer.passivateRootAM(DBSerializer.java:294)
    at oracle.jbo.server.DBSerializer.passivateRootAM(DBSerializer.java:267)
    at oracle.jbo.server.ApplicationModuleImpl.passivateStateInternal(ApplicationModuleImpl.java:5975)
    at oracle.jbo.server.ApplicationModuleImpl.passivateState(ApplicationModuleImpl.java:5845)
    at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:384)
    at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:8995)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4603)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.manageReferencingState(ApplicationPoolImpl.java:1489)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.finalizeResource(ApplicationPoolImpl.java:1389)
    at oracle.jbo.pool.ResourcePool.removeResourceInternal(ResourcePool.java:865)
    at oracle.jbo.pool.ResourcePool.setState(ResourcePool.java:1120)
    at oracle.jbo.pool.ResourcePool.gc(ResourcePool.java:1556)
    at oracle.jbo.pool.ResourcePool.wakeup(ResourcePool.java:890)
    at oracle.jbo.pool.ResourcePool.wakeup(ResourcePool.java:895)
    at oracle.jbo.pool.ResourcePoolMonitor.run(ResourcePoolMonitor.java:121)
    at java.util.TimerThread.mainLoop(Timer.java:512)
    at java.util.TimerThread.run(Timer.java:462)
    Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (APPS.PS_TXN_PK) violated

  • F4 help popup to browse file path in web dynpro

    I need F4 help popup to browse file path in Web dynpro (for example C:\dir\file.xls). Popup should come like FM "F4_FILENAME" in report programming.
    Am i need to create another window or is there any other standard functionality there for this help.
    Please give your view to achieve this.
    Thanks
    Gokul

    Hello Arun & Abhi,
    File upload UI element has showing File browse pop up. But i want to download file from an internal table to Excel. User need to give file path so that the directory selection needs to be done. And also the user will select the directory and type the file name (File so far not exist) for download.
    If i add UI element 'File Download' I am getting a link and i cant browse directory and give file.
    Give your suggesions.
    Thanks
    Gokul

  • Showing error as popup when message type is 'E'.

    I have some problem about showing message.
    When I try to show error message by using message type 'E',
    message shows as popup like message type 'I'.
    I don't want to show message as popup.
    Sap version is ECC 4.6.
    please give me an answer experts.
    Have a nice day.
        SELECT SINGLE loevm
          FROM knb1
          INTO l_loevm
         WHERE kunnr = bseg-kunnr
           AND bukrs = bkpf-bukrs.
        IF l_loevm = 'X'.
          MESSAGE E037(zfimsg) WITH bseg-kunnr.  
        ENDIF.
    Edited by: SANG SIN BAE on Jan 16, 2009 3:11 AM

    Hi,
    As Martin said, it is depends on which event you put your message.
    Following link will help you:
    Link:[http://help.sap.com/abapdocu/en/ABENABAP_MESSAGE_DIALOG.htm]
    Best Regards,
    Victor.

  • Catching browser close event and showing my own popup

    Hi,
    I want to show my own warning popup on browser close event. Kindly help me with the solution.
    Thanks a lot in advance.
    Lavanya.

    Lavanya,
    I don't think you could show a ADF Popup during the onload event. Instead, you could use javascript's confirm method to prompt the user to choose what they want to do and perform that operation accordingly.
    Ex :
    jspx code
       <af:document id="d1" onunload="performUnloadEvent" clientComponent="true">
                <af:resource type="javascript">
                  // For Mozilla and Firefox
                  if(window.addEventListener){
                  window.addEventListener('beforeunload', function (event) {
                    showConfirm();
                  // For IE
                  else if(window.attachEvent){
                       window.attachEvent('onbeforeunload', function (event) {
                    showConfirm();
                  function showConfirm(){
                          var eventSource = AdfPage.PAGE.findComponentByAbsoluteId('d1');
                          var sel = confirm("Are you sure you want to exit?");
                        if(sel==true){
                            alert('Perform OK Operation');
                            var x = AdfCustomEvent.queue(eventSource, "handleOnUnload", {result : 'ok'},false);
                            var y = 0;
                        else {
                        alert('Perform Cancel Operation');
                         var x = AdfCustomEvent.queue(eventSource, "handleOnUnload", {result : 'cancel'},false);
                         var y = 0;
                </af:resource>
                <af:serverListener type="handleOnUnload" method="#{UnloadHandler.onUnloadHandler}"/>
                <af:form id="f1" clientComponent="true">
                </af:form>
            </af:document>onUnloadHandler method in bean
        public void onUnloadHandler(ClientEvent clientEvent) {
            System.out.println("Unload Event fired..");
            String outcome = clientEvent.getParameters().get("result").toString();
            if(outcome.equalsIgnoreCase("ok")){
                System.out.println("Outcome is OK ");
                // Perform some operation like Commit;
            else if(outcome.equalsIgnoreCase("cancel")){
                System.out.println("Outcome is Cancel ");
                // Perform some cleanup operation like Rollback;
        }-Arun

  • IE7: How to block F1 key to show windows help in java applet?

    Question
    My applet use F1 shotcut key in each popup dialog(JDialog) to show application
    help, IE6 works correct, but IE7 shows windows help also besides
    applicaiton help.
    By the way, when applet got the focus, the windows help do not popped up
    when press F1 key. Who can help me?
    The owner of the JDialog is sun.plugin.viewer.frame.IExplorerEmbeddedFrame
    which is get by the following code:
    Frame jFrame = null;
    Container f = getParent();
    while ((f != null) && (!(f instanceof Frame)))
    f = f.getParent();
    if (f == null)
    jFrame = new Frame();
    else
    jFrame = (Frame)f;
    } //else

    In my testing, I found out that this works in IE7:
    <body onhelp="return false;">
    But if you call a function that returns false, then it doesn't work, i.e., the following doesn't work:
    function donothing() {
    return false;
    <body onhelp="donothing();">
    In the applet codes, this seems to be a problem only when the dialog owner is IExplorerEmbeddedFrame. When I set the owner to null, then pressing F1 no longer pops up IE help window.
    Edited by: bkyd on May 8, 2008 2:06 PM

  • How to show a waiting popup until execution of command is done

    Hi,
    I am working with Jdev11g.
    I have a search text and button the result is in a popup window.
    Sometimes the serach takes a lot of time due to criteria entered.
    I want to be able to display a first popup with a message "executing ..." to notify the user that the query is running
    and then when wok is done show the result popup.
    Any hints
    Emile

    Hi,
    there also exists a native glasspane that you call from JavaScript
    function queueEvent(event)
    event.cancel(); // cancel action event
    var source = event.getSource();
    var params = {};
    var type = "customListener";
    var immediate = true;
    var isPartial = true;
    var customEvent = new AdfCustomEvent(source, type, params, immediate);
    customEvent.preventUserInput();
    customEvent.queue(isPartial);
    }You reference this from a clientListener on a button for the action event
    Frank

  • Ipad 2 screen is black . when i press the power button it takes a screen shot but i have no functionality . tried holding the home and power button together but the screen just flicker and stay black . no apple icon shows up. help please

    ipad 2 screen is black . when i press the power button it takes a screen shot but i have no functionality . tried holding the home and power button together but the screen just flicker and stay black . no apple icon shows up. help please

    Make sure it is charged for about 10min using the adapter, then connect in recovery mode, explained in this article:
    If you can't update or restore your iOS device

  • I-photo. When I click to go full screen  it goes fuzzy. Doesnt happen in film show. Help Please!

    I photo . When trying to go to full screen it goes fuzzy, Does not happen in film show. Help Please!

    Thanks for your help.I  have about  3,500 photos in I-photo. None will expand to full screen with out going fuzzy.I also have 400 in Kodac easy share and  these are not affected.
    About the same time that this happened the icons in the dock lost some of their colour and the system preferences vanished. We managed to reinstate this. Any ideas?
    Thanks Ron

  • Show the custom popup window on clicking the people name in sharepoint people search result

    Show the custom popup window on clicking the people name in sharepoint people search result
    We are doing the below code to open a popup but while clicking on name link its postback the page and not opening the popup in first click but opening in second click.The same issue occurs while navigate to second page using pagination
    The below code used to show name in item template
    <button id="NameFieldLink" class="temp" style="font-size: 12px;text-decoration:none;color:#0072c6;border:0px solid #fff;background:transparent;margin-left: 1px;height: 15px;padding: 0 10px 17px 0px;text-align: left;cursor:pointer;font-family:
    Arial, Helvetica, sans-serif;" title="">_#= DisName =#_</button> 
    The below jquery code used to open popup in control search template
    ctx.OnPostRender = []; 
    ctx.OnPostRender.push(function () {
    $(".temp").on("click", function(event)
    event.preventDefault();
    $('#fadeout').show();
    $('#pop1').find('.tab-content-people').html($(this).closest('.emp-card').find('.pop-content').html());
    $('#pop1').show();
    return false;

    I believe the issue is that you are not actually searching against the result source you made in step #1.
    It's not enough to make a result source, you have to tell the search results web part to use it.
    Try this:
    1. Go to the Pages library of Search Center
    2. Create a new Search Results page
    3. Edit the page, then edit the search results web part
    4. Change the source for the search results web part to your source
    5. Add the page to your Search Center navigation
    6. Run the search on that page
    Scot
    Author,
    Microsoft SharePoint 2013 App Development
    Author,
    Professional Business Connectivity Services
    Author,
    Inside SharePoint 2013
    Blog, www.shillier.com
    Twitter, @ScotHillier
    SharePoint Trainer, Critical Path Training

  • Modal Popup Window Hides Help Popup Window

    Hello Everybody,
    today I stepped upon an issue regarding popup windows.
    I have created an application with popup windows for editing and inserting new records.
    I left the item label templates to "Optional with Help".
    When I now click upon an item label the help - popup window appears but it is hidden behind the popup window I am working in.
    Is there a workaround for that.
    Is there a possibility to modify the z-order either of the help popup or of the modal window ?
    Any advice is appreciated.
    Regards
    Marc

    There are lot of options to customize the behavior of jQuery dialog. You can set height as auto, however you need to specify some fixed width depending on the content.
    $( "#TEST_POPUP" ).dialog({ height: "auto", width:500 });Default for height is auto, so you may not need to specify it.
    See http://docs.jquery.com/UI/Dialog for more info.
    Regards,
    Hari

  • I upgraded my Macbook Pro to Mountain Lion and now cannot get my album artwork to show?  Help!

    I upgraded my Macbook Pro to Mountain Lion and cannot get my album artwork to show.  Help!

    Office 2004 Applications Won't Work in Lion
    You must have Office 2004 which is a PPC-only suite and will not work in Lion. You need to upgrade to Office 2011 - Mactopia - or you can try the freeware suite, Libre Office, that is functionally similar to Office 2007 for Windows except it works on Lion.
    You may want to consider as well:
    These two suites are similar to Libre Office but not as current or as well-supported:
    NeoOffice
    Open Office
    And, then there is Apple's iWork suite:
    Pages - word processing and layout
    Keynote - presentation
    Numbers - spreadsheet
    Each can open and save Office compatible files. They may be purchased separately via the Mac App Store for $19.99 each.
    (Access to the Mac App Store requires Snow Leopard 10.6.6 or higher and an Apple ID.)

  • Please help me with portfolio.I am new in graphic design.I need portfolio done immediately soon as possible otherwise my design advisor will not let me register for fall. I need 15 or 10 artworks to show.Please help me

    Please help me with portfolio.I am new in graphic design.I need portfolio done immediately soon as possible otherwise my design advisor will not let me register for fall. I need 15 or 10 artworks to show.Please help me.

    Farooq,
    If you look at the first one, you should be able to align quite easily as follows, View>Smart Guides being your friends:
    1a) ClickDrag the top flower with the Selection Tool (black arrow) so it is clear of the pointy part;
    1b) Click an empty spot on the Artboard to deselect, then ClickDrag the top flower by its bottom Anchor Point (Smart Guides say anchor when you are close enough to grab it) down to snap to the top Anchor Point on the pointy part (Smart Guides say anchor when you are close enough);
    1c) Do the same for the boroom flower.
    If you look at the third one, to get the triangles and the hexagon sized and aligned precisely, you may, creating them with stroke and no fill:
    3a) Click with the Polygon Tool and select a suitable/chosen Radius and 6 Sides, then Object>Transform>Rotate by 30 degrees (or use the Rotate option in the Transform palette), you may Object>Transform>Reset Bounding Box to have it look nicer;
    3b) Click with the Polygon Tool and select the same Radius and 3 sides, then deselect and ClickDrag the top Anchor Point to snap to the top Anchor Point of the hexagon;
    3c) Object>Transform>Rotate by 180 degrees clicking Copy, deselect, and ClickDrag the bottom Anchor Point to snap to the bottomAnchor Point of the hexagon;
    3d) Select all and Ctrl/Cmd+G to Group (for alignment purposes, you will know why if you try without grouping, see below).
    To create full symmetry, you may use circles rather than almost circular ellipses; you may:
    3d) Click with the Ellipse Tool and select a suitable/chosen Width = height;
    3e) Object>Transform>Move a copy vertically by the Height (= Width) twice (or you may Ctrl/Cmd+D to repeat), to get three circles over one another with no gaps;
    3f) Select the topmost and bottommost ones and Object>Transform>Rotate a copy by 120 degrees twice, to have all the seven circles precisley touching one another; you may Group them, but it is not necessary.
    To have everything aligned, just:
    3g) Select everything and click Vertical Align Center and Horizontal Align Center in the Align palette; you may click the pointy group or the circles ojnce more before aligning if you want to keep it in place (that will make it the key object that the other set is aligned to).
    These ways may also help you further.
    Edit: About half an hour after midnight here. High time to attend to other duties, before the sun is up.

  • F2 on search help popup

    Hi,
    I'm looking at product group Id field in the TPMOE/PRODUCTGROUPEOL. How can I get the technical details (component name view name etc..) on the search help popup that comes up when you do input help on this field. (Can't do F2 ??)
    I need this information to trigger a popup(same product group popup) on the click of a custom button that I have in some other custom view (assignment block).
    Thanks
    Sreesanth

    Hi Sreesanth,
    This is not a normal F4 search help in which we re-use some other component. If you see the code in method GET_V_PGRP_ID, we are dynamically creating the F4 help by calling the constructor of class cl_crm_mktpl_vh_bol_proxy and passing the attribute-iv_fieldname      = 'PGRP_ID'
    Based on this attribute, the dynamic F4 help is generated. If you see in the code, also no outbound plug is called.This means we are not using any component usage over here.
    Hope this clears some of your doubts.
    Thanks and Regards,
    Rohit

  • My iphone 5 is disabled and is not being read by itunes, itunes is giving me a prompt of my passcode, but that screen is not showing, please help me able my iphone.

    my iphone 5 is disabled and is not being read by itunes, itunes is giving me a prompt of my passcode, but that screen is not showing, please help me able my iphone.

    +Do a DFU recovery:+
    +1. Open iTunes.+
    +2. Connect the iPhone+
    +3 Press both the home and sleep/wake buttons until the Apple icon appears (ignore the red slider if it shows).+
    +4. Continue pressing the home button alone until iTunes sees your phone in recovery mode.+
    +5. Follow the prompts to restore the iPhone.+
    If not, take it down to mobile dealers that can reset your phone for you. All data will be lost.

Maybe you are looking for