Modal window for value helps WD ABAP in EP

Using value helps in WD ABAP opens a popup window as modal window. The main Window is grayed out (ghosted).
Questions: Is it possible to modify the colour and transparency of the gray out. It became much stronger from SPS10 to SPS12.

No longer relevant

Similar Messages

  • Value Help in ABAP (Backend)

    Hi experts,
    I am trying to provide a value help option for one of the input fields in a program in ABAP backend. The requirement is basically to use value help to access a table and choose one of the rows. Could you guide me with the exact steps to be followed for the same?
    Thanks in advance and Regards,
    Kamalesh

    Hi,
    Welcome to SDN.
    Checkthis this for all required Function Module and Sample code.
    Function Module for F4 Help
    Regards,
    Anirban

  • Value help in ABAP Webdynpro

    Hi Experts,
    I have to create a value help for an icon in a table.
    The full story is:
    There is a table with a filed, which has the proper standard value help, which works perfectly
    The problem is that this column in the table  is just a "technical" field, becase it isn't displayed by the webdynpro, because in the next column  an icon is displayed for the field.
    Example:
    FieldName = ready
    Possible values: 0, 1.
    The AWD display the "red Light" icon for value 0 and "Green light" icon for value 1 in the table
    I'd like to display the value help for this field (it's an information for the user, what does the green/red light means)
    How can I do that? Is this even possible?
    Thanks
    N.

    Is it possible to have both thing in my field (display the icon and use the value help)
    No - not really...
    you can launch the value help from the link to action (in the action handler call the value help -  I think I've posted on how to do this before - have a search, but if you can't find it post another question)- but it won't display that nice little dropdown icon and I'm guessing you want two types of interaction - one on click and one just to explain/choose the current value. I'd probably go with the previously mentioned solution of using a tooltip - although again you have the issue of not being able to have anything other than text in a tooltip. Alternately I'd have the custom value help launched on click of the icon and then have another button to launch any other actions
    A legend somewhere in your screen might be useful - but perhaps your screen layout won't like that very much.
    If you're looking for a more graphical representation of a multi state option - you might want to consider the [Threshold Slider|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/dc/a65ca1b6054f06929ee40ac59f8a40/frameset.htm] rather than your own icons - but I guess it depends on your requirement.
    Cheers,
    Chris

  • Description for value help field for custom infotype field

    Hi,
       I`ve got to include a field in custom infotype. This field has got a value help attached to it. The values to be displayed in the value help are stored in the domain of the field(in the dictionary).
    The requirement is that once I select a value from the F4 help, the description for that value should be fetched and be dispalyed on the screen.
      I`m using the FM "<b>AM_READ_TEXT_ON_DOMAIN_VALUE</b>" to read the description from the domain ,but unable to make it display it on the screen.
      Can anyone suggest me as what should I do for displaying the description in the custom infotype screen.
    Regards,
    Farhana

    Hi anji,
       While using the "GET_DOMAIN_VALUES", I do get all the values from the domain. But I want only description to be displayed when I select a Value for that field.Kindly help out..
    Eg:
    1-Individual
    2-Family
    Then the description should be displayed as Family when I select the value 2 from the value help.
    Regards,
    Farhana.

  • WxFrame or wxWindow for my custom Acrobat modal window?

    I need create simple custom modal window for my plugin, that will have 2 comboboxes and 2 buttons. What type of window I can use best for my task: wxWindow or wxFrame?

    Ah - now I see.  I don't know enough about the differences between wxWindow and wxFrame to say - sorry

  • Searh help in ABAP webdynpro with Adobe form is flickering/blinking

    All,
    I have an WDA that has an interactive Adobe form for input. I'm calling the SAP standard search helps when clicked for value helps from the Adobe interactive form that opens up the search helps pop-ups in the web-dynpro style. But strangely, the portion of the search help pop-up window that is just over the Adobe interactive form is always flickering/blinking whenever something is typed or moved on the search help pop-up window. This seems to be a standard bug/issue with SAP. Has anyone encountered the same issue and have found a solution to that?
    Regards,
    Sam

    hi rock,
         try this: sometimes any event might be calle din the backend which is overrirding your adobe form which is causing you the flickering. check it
    ---regards,
       Alex B Justin

  • Dropdown and Value Help in Adobe Form (WebDynpro Java)

    Hi Experts,
    I need to develop a Adobe form where i have to implement Dropdown and Value Help, which will coming from custom BAPI. I am using WebDynpro Java, EP 7.0 and ALD 8.0. Please let me know how can i implement those 2 UI Elemnts..
    Regards
    Subhrajyoti

    Hi Jyothi,
    Herewith I had Explained detailed Procedure,
    For Dropdown,
    1.     Create a node and attribute to the dropdown ,
    2.     call the bapi,
    3.     Assign the Bapi attribute to the Dropdown node attribute
    4.     Place the Interactive form UI to the Java Application
    5.     Create an another  attribute for read the interactive form
                  a.Name: pdf_src
                  b.Type :byte, Assign this attribute to PDF Source property of the Interactive form UI Element.
    6.     Give the Name to the Template source property of the Interactive form UI and double click the        template source.
    7.     It asking Name for the Interactive form, Give the name for that
    8.     Once give the Name, It ask context for Adobe form, assign the already created node for dropdown in Webdynpro application to the interactive form.
    9.     Now Context Bounded with Webdynpro and Interactive form
    10.     Interactive form screen will be open into the studio
    11.     Place the Dropdown UI element  to the Interactive form and bind the attribute to the dropdown
    12.     Select the Dropdown UI Element, go to the object property, Click the Specify Item values. The pop window displayed, here give the $ value to the Item Text, Item value. The Data Connection dropdown and Default Binding , it has value when the attribute bounded to the dropdown UI .
    13.     Save and Test the Application
    For Value Help,
    1.     Do the Same Procedure for up to 10 steps,
    2.     Place the Text field UI and Value Help UI Element
    3.     Select the Value Help, go the Script Editor give the name of the text field attribute name in var fieldName = "*INSERT_NAME_HERE*";
    4.     Save and Test the Application
    By
    Parthi

  • Calling Modal window in a looping program

    Hi,
    I am working in Oracle Forms 6.0.
    I want to run a program unit in forms where the program has to call the modal window for the user input and continue back in a loop.
    eg.
    PROCEDURE PR_CALL_DIALOG IS
    v number;
    BEGIN
         --:BLOCK5.ITEM_MAIN := 0;
         :BLOCK5.ITEM_DIALOG := 0;
    FOR m in 1..4
    LOOP
    SHOW_WINDOW('WIN_DIALOG');
    GO_ITEM('BLOCK5.ITEM_DIALOG');
    :BLOCK5.ITEM_DIALOG := m;
    v := :BLOCK5.ITEM_DIALOG + v;
    END LOOP;
    :BLOCK5.ITEM_MAIN := :BLOCK5.ITEM_MAIN +v;
    END;
    The program is for making my point more clear.
    Can anybody help me?

    Hi.
    You must call that job within an RFC-enabled Function Module in background task.
    For example,
    call FUNCTION 'ZFM'
      IN BACKGROUND TASK
      EXPORTING
        i_data = i_Data.
    when the calling program COMMITs, then the ZFMs that have been called with the code above will start running in parallel.
    Please, read also the repsective HELP on calling Function Modules in BACKGROUND TASK.
    Reward points please if it helps.
    Regards,
    George

  • Non Modal Window Popup BSP View

    Hi,
    I have a requirement to launch a pop up window which will allow the user to access the original screen from which the pop up was launched (i.e. a non modal window). The pop up window contains a calculator with the intention being that the user would be able to view and copy data displayed on the original screen into the fields of the calculator.
    I have created the calculator as a form view within a BSP component. All of the fields on the form view have been configured using the configuration tab. I have successfully created a modal pop up using the following on the buttons click event:
    comp_controller->window_manager->create_popup( ).
    However, this does not meet my requirement because the form view is displayed in a modal window. I have also attempted to load the pop up using javascript however the view does not initialise correctly when it is loaded which causes a null reference error.
    Can anyone please provide any advice or assistance related to creating a non-modal window for a configured form view within a BSP component? Many of the examples I have found online are related to WebDynPro applications and html pages with flow logic rather than configured views with a controller class.
    Thank you.

    Hi,
    I have a requirement to launch a pop up window which will allow the user to access the original screen from which the pop up was launched (i.e. a non modal window). The pop up window contains a calculator with the intention being that the user would be able to view and copy data displayed on the original screen into the fields of the calculator.
    I have created the calculator as a form view within a BSP component. All of the fields on the form view have been configured using the configuration tab. I have successfully created a modal pop up using the following on the buttons click event:
    comp_controller->window_manager->create_popup( ).
    However, this does not meet my requirement because the form view is displayed in a modal window. I have also attempted to load the pop up using javascript however the view does not initialise correctly when it is loaded which causes a null reference error.
    Can anyone please provide any advice or assistance related to creating a non-modal window for a configured form view within a BSP component? Many of the examples I have found online are related to WebDynPro applications and html pages with flow logic rather than configured views with a controller class.
    Thank you.

  • Multiple selection in value help  with Web service

    Hi All,
    I want to get data from web service and store in data base. I created input form with set of inputfields. For some input filds in that input form, I want to get value from web service.So I have used value help wizard. I followed below link to create value help wizard for web service.
    Value help wizard working with java web service ?
    While creating value help, it is only showing 'single selection' option. It does not showing any other options. Here I want to get multiple values from value help. How can I acheive this?.
    Thanks,
    Venkatesh R

    Hi Venkat,
    Try the below links for value help in visual composer.
    Visual Composer: Value Help Data Service
    Choosing Multiple Values within Visual Composer
    http://help.sap.com/saphelp_nw04s/helpdata/en/50/91db4238bbf140e10000000a1550b0/frameset.htm
    Regards
    Basheer

  • Action code for search help

    Hi,
    what is the action code for F4 help in ABAP ?
    For example for clicking on send button it is "send " , in the same manner what is for F4 help ?

    There is no action code for standard f4. It's handle by system internal it self.

  • Value help buttons are missing

    Hi experts,
    I have something very weird going on in CRM 2007 webUI.
    scenario :
    When editing an account, you can also add an address in the address section, by pressing on the new button.
    After this, a new page loads where you can fill in information for the new address such as street , city, country, region, ....
    Now the weird thing is that the value help buttons in the country and region fields disappeared ...
    I'm quite sure that they must be there ...
    Anyone has a clue what may cause this ?
    What's the piece of code that triggers the value help button , so I can try to debug and understand what is going on ? In which GET_ method should I look into (GET_I, GET_P, GET_V, GET_M, .... ) ?
    Regards,
    Abjuh

    Hi,
    Check Get_P method of your field name. Here you can specify whether field is dorpdow or f4 or hyper link. You can also specify whether your field is radio button or check box.
    Get_I is used to hide and unhide the field.
    Get_m is for meta data
    Get_V is for value help. Here you specify what values will be available in your field.
    Get and set method you must be knowing.
    Best regards
    Pankaj Kumar

  • Modal window movable

    Hi Friends,
    I developed a Modal window for my webdynpro iview.
    Its a fixed posityioned modal window, can I make it movable?can user move the modal window screen?

    Hi Nav,
    Check
    Move Window
    IWDConfirmationDialog - allow user to move across screen.
    Best regards, Maksim Rashchhynski.

  • Apex 4.2 modal window having issues

    apex 4.2 modal window in hosting environment having issues...
    http://apex.oracle.com/pls/apex/f?p=39296:1:6345053861110:::::
    if you fill some data and perss quote the modal window is supposed to arrive
    but ..it arrives smaller in size..
    The theme i am using currently is uniframe...
    could it be creating issues??
    Need the modal window to be larger in size..
    why is it behaving strangley..
    Edited by: susf on Nov 28, 2012 10:13 AM

    I think I responded to a similar question from you in the below thread:
    Re: modal window can some help me here please apex 4.2 theme  cloud
    Thanks,
    Rohit

  • Filter Criteria in Value Help for InfoObject

    Hi,
    Is it possible to remove the value from Filter Criteria. When I use F4 for a Field (in Screen) , its showing a poup window (Value Help for Info Object) with some personal values. When I click "More Values" option its showing the General Value List, where I can see the Filter Criteria. When I click "Show Filter Criteria", its showing the Criteria with a Value (This value is coming from the field(Screen) from where I am coming). is it possible to avoid of passing value from my screen field to Filter Criteria ?
    Thanks
    Srinivas

    Murugan,
    I really hope that the moderator do not remove my points for this!
    WebDynpro ABAP Select-Options and OVS Help.
    How to Achieve OVS Search Help in Select Option in Web Dynpro ABAP
    How to Use OVS Help For Multiple Input Fields in Select-Options.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/707f0d73-94f0-2d10-97a2-a3776e2118d8?QuickLink=index&…
    Using Select Options in a Web Dynpro(ABAP) Application
    Regards,
    Ashvin

Maybe you are looking for

  • Recaptcha not working blank associated values

    I have two issues it seems and any help would be appreciated.  on the page www.socalda.org/meetfrm.php I built a form in Dreamweaver to add meeting changes and then the information is sent to me and one other person in charge of the material.   The f

  • Erase Deleted Messages - what's the diff btw the options given?

    There is a menu selection called Erase Deleted Messages. It gives three options: In All Accounts, On My Mac, and (me)@(mydomain).com - what's the difference between these three? I can't find the distinctions described anywhere.

  • MSP Integration with Oracle Projects

    Hi Dina, Does the integration between MSP and Oracle Projects work without any issues in R 12.1.3? We've tried using it in the past with R 12.0.6 but have to say the experience was not good. It used to work at times and fail on other times. Most of t

  • Line Out: broken ground connection?

    Hi! At home, I ususally connect my MacBook Pro with my stereo using the line out socket to listen to music. Today, after coming home from work, I plugged in my stereo into the line out of my MacBook and all I got was some nasty buzzing. Just like if

  • HT6104 where are internet options located in safari?

    Where can I find the internet options to upgrade safari?