Icon in Dictionary Value Help List

Hi
I would like to add a Status-Icon like 'WEBICON_LED_RED' to the Result List of a Value Help. However, the Result List contains only of 'TextView' UI_Elements. Is there any possibility to get UI-Elements like 'Image' for displaying icons?
Thanks in advance
Daniel

Baskaran,
      I think we can do with OVS, by adding new image column. correct me , if i am wrong

Similar Messages

  • How to specify the value help list of a variable?

    Hi Gurus
       My requirement is like this. The query has at least two fields( manager and employee). A group of employees belong to a certain manager. When an employee is going to run the query, he will fill an employee number into a variable so that the information of the employee will be displayed in the query. My question is that is it possible to display all the employees of the same manager when the user trys the value help of the variable? Right now, the list of all employees will be displayed. I just want the ID list of employees of the same manager will be displayed.
    for example:  here is the data
    manager              employee
      A                          101
      A                          102
      A                          103
      B                           104
      C                           105
      C                           106
      C                           107
    IF user 105 runs the query and he clicks on the value help button of the varibale, only 105, 106, 107 will be displayed for him to choose instead of list of all employees.
    if is possible? how to? thanks

    Hi Stephen Xue,
    I think it can be done through Compounding option in the maintenance of the characteristics. Make the Manager as the compounding attribute of Employee. I am not sure about it, but have a try on it.
    Hope it helps.
    Veerendra.

  • Authorization on Value Help?

    Hello,
    I've set up 0EMPLOYEE as an InfoProvider. I have an authorisation object on 0COMP_CODE which restricts who can see which employees. This works fine in the queries. However, if I create a query with a restriction based on an employee variable and then go to the value help then I get a list of all the employees with their annual salaries.
    How do I get the authorisation to apply to the value help list??
    Regards
    Sheena

    Solved my problem

  • Value help dropdown list not showing up other values

    Dear all,
    I'm new to Adobe and Java WD. I managed to go through all the tutorials and developed a WDJ and embedded an interactive form in the view. I also used an RFC Model to pull some values from n R/3 table and populate in a context node element.
    These values are appearing perfectly fine in the WDJ if I'm using a table or a drop down list index field.
    But in the Adobe form, when i bind this context node to a WebDynpro native Value help drop down list box, only the first value of the table appears. On clicking on it, nothing happens. I'm not sure what is the problem.
    Can anyone please help me in this? Should i write some code to bring the other values too? (the tutorial doesn't say this!)
    If so, then please give some sample java codings and step by step process for populating the field values with the table values.
    My node structure is like below
    Context
         Ysam_Get_Values_Input(Node-RFC)
              Output (Node-RFC O/P)
                   Values(Node-table from the RFC)
                       Slno (attribute that has the values to be populated with)
    Any help is greatly appreciated.
    Thanks,
    Sam

    Hi Raja,
    In the view:
    <htmlb:gridLayoutCell id                  = "AddedProfileNameIF"
                                        columnIndex         = "2"
                                        rowIndex            = "2"
                                        horizontalAlignment = "LEFT"
                                        verticalAlignment   = "MIDDLE" >
                    <htmlb:dropdownListBox id         = "added_profile1"
                                           helpValues = "//model/ust10st.profn"
                                          />
                  </htmlb:gridLayoutCell>
    In the Model:
    method MODEL_INIT .
    select profn from ust10s into  table UST10ss.
    read table UST10ss index 1 into UST10st.
    endmethod.
    In controller:
    METHOD do_init .
      m_model ?= create_model( model_id = 'm'
                               class_name = 'zcl_model_zsox1' ).
    m_model->model_init( ).
    ENDMETHOD.

  • How to set a default value in a Value Help Drop Down List

    Hi,
    I used an age Range field in my adobe form, the control  is a Value Help Drop Down List. i am populating the drop down using following code.
    IWDAttributeInfo ageInfo = wdContext.nodePersonalData().getNodeInfo().getAttribute("CTAgeRange");
         ISimpleTypeModifiable ageType = ageInfo.getModifiableSimpleType();     
         IModifiableSimpleValueSet ageValueSet =  ageType.getSVServices().getModifiableSimpleValueSet();
         ageValueSet.put("1","21-29");
         ageValueSet.put("2","30-34");
         ageValueSet.put("3","35 or Above");
    My requirement is to set a default value e.g. 30-34 in the age range field.
    I want to give input to iform from my Implementation code only.
    Please help.
    Thanks in advance

    hi Ranjan,
    that means you have to set at design time,
    to set default drop down value you will have to set the value for particular attribute (which is linked to the dropdown element) in the context
    like
    wdContext.currentContext<nodeName>Element.set<FieldName>(<default value>)
    This generally done in Initialization method of the controller.

  • Entry list or value help?

    Hi Experts,
    i need a input box or a combo box for an entry field. For example this field should have an input assistance and should accept other values. For example i have a combo box for a licence number of a vehicle. So it must be possible to give value help or the user could enter his own licence number with is not in the help list. At the moment i use a dynamic entry list which get the help values by a webservice.
    Now i had the problem when a user enters a value which is in the list. In this case he get a validation error an he must select a value of the list for go on. In the configure of the combo box the setting "validation reqiured" is false!
    Many Thanks!

    Hi Dirk,
    If I get you correctly, you would like the end user to type in the Vehicle number / select from the list, When typing in the number there is no validation!
    This can be achieved with input box and a button in melting group. Something like [this|http://img355.imageshack.us/img355/8800/example1vq3.jpg]
    On click of the button you call the web service which would have the available licence details in table....
    Let me know if it helps...
    Best regards,
    Dharmi
    Edited by: Dharmi Tanna on Jul 21, 2008 3:26 PM

  • F4 Help list not showing values when a BEx 7x workbook is refreshed

    Hello All,
    Hope you are doing good. I have a very peculiar behaviour with F4 functionality of a variable while refreshing a workbook and thus requesting for your help.
    The workbook contains two queries. Both of these queries contains a common variable (of common characteristic).
    Info_Provider
    Query_Name
    Characteristic_Name
    Variable_Name
    Multi_Provider_1
    Query1
    Char1
    Var1
    Multi_Provider_2
    Query2
    Char1
    Var1
    When Query1 and Query2 are refreshed individually, the variable Var1 (basically a plant variable) shows the help list values.
    But when the workbook is refreshed (that's when both the queries gets executed together with a common variable screen) and
    upon clicking the help list of the variable Var1 doesn't show any values.
    Additional Info:
    1. Both the variables are configured to show data from Master table.
    2. The same set up works fine in 3x and also for other similar variables.
    Has anybody come across of this situation? If so, what is the issue and what was the solution?
    Pls share.
    Thank you.
    Lohith

    We recently had a similar issue with a variable... turns out the RSR_VARIABLE_F4_RESTRICT_BADI BADI was activated for this variable (and the code was no longer "valid" with the current situation).
    You may want to check whether you have that BADI activated.

  • Dynamic value help for a table field to fill two fields, how to?

    Hi all gurus,
    In SRM 7 I defined a dynamic value help for a single field (ZZ_PROLE_R3) of my header custom table.
    That's the code from WDDOMODIFYVIEW in the webdynpro /SAPSRM/WDC_DODC_CT, view V_DODC_CT:
    DATA: lo_tabnode        TYPE REF TO IF_WD_CONTEXT_NODE.
          DATA: lo_tabnode_info   TYPE REF TO IF_WD_CONTEXT_NODE_INFO.
          DATA: tab_value         TYPE WDR_CONTEXT_ATTR_VALUE_LIST,
                wa_value          TYPE WDR_CONTEXT_ATTR_VALUE.
          lo_tabnode = wd_context->GET_CHILD_NODE( name = 'THCUS' ). "the custom table node
          lo_tabnode_info = lo_tabnode->get_node_info( ).
          wd_this->GET_VALHELP_ZZ_PROLE_R3( EXPORTING iv_guid = lv_guid
                                            IMPORTING ZZ_PROLE_R3_VALHELP = tab_value ). "this method returns the dyn value table
          lo_tabnode_info->set_attribute_value_set( name = 'ZZ_PROLE_R3'
                                                     value_set = tab_value ).
    The method GET_VALHELP_ZZ_PROLE_R3 dynamically builds the value help table tab_value; such table is made up by two fields:
    value : contains the value of the field
    text   : contains a description of the value
    The above solution works; now I'd like to enhance it. The custom table THCUS contains also a field called ZZ_PROLE_R3_DESC, which represents the description of ZZ_PROLE_R3. It is, exactly, the TEXT field in tab_value.
    So I'd like to do as follows:
    - the user clicks on the search help for ZZ_PROLE_R3 field of the table;
    - the above described value help appears;
    - after the selection, both ZZ_PROLE_R3 and ZZ_PROLE_R3_DESC are filled with the selected couple value - text chosen from the value help.
    Could anyone help me achieving such a behaviour?
    Again, a little request... when I open the above value help dialog box, the window itself has a label "Floorplan Manager application for OIF.." that obviously I'd like to redefine (e.g. "Role selection value help"). Is there any way to do that?
    Thanks in advance

    Chris Paine wrote:
    It seems to me - given that your code is in wddomodifyview that you are trying to have different dropdowns per row
    - I'm not sure where you are populating lv_guid - but I'd guess it is an attribute of the row selected? If it isn't then I can't see any reason that you would do this code in wddomodifyview and not wddoinit.
    Hi Chris and thanks for your help,
    lv_guid is the GUID of the document's header; I need to pass it to the method that populates my value help table because the values in it are derived from some fields on the document. (the situation actually is more complex; there's an RFC call on the backend for which the document is intended for to retrieve the data that populate the value help...).
    I'm quite unexperienced on webdynpro and terminology; if dropdown menus are fixed selection option that appears on a field, I guess this is not my case. I did a pair of screenshot to provide an idea of what the solution by now is, and what "I would like to have":
    [Pre-selection (F4 icon on the field in table)|http://imagebin.ca/view/npIsaqF.html]
    [Value Help popup for the field ZZ_PROLE_R3|http://imagebin.ca/view/8fZUh3T.html]
    [Result by now |http://imagebin.ca/view/3PaqdvE.html]
    [Result I'd like to have.|http://imagebin.ca/view/dExR0J.html]
    Chris Paine wrote:
    However - by your comment on the "value help dialog box" I am guessing you are using an input field? If this is the case then I would strongly suggest that you change/enhance the structure of the context node THCUS (btw, better coding practise to refer to it as wd_this->wdctx_thcus when using the get child node construct) so that you refer to an actual SAP ddic search help, if you then associate in the structure the value and text fields then populating the text field should happen automatically. Also you'd have the nice side effect that your value help dialog would be named after the associated ddic search help.
    Thanks for the code suggestion, I'll apply that. For what concerns the context node THCUS... It is, by standard, a node which I can't explictly find in the context for the view V_DODC_CT. The problem is that ZZ_PROLE_R3 and the corresponding description field ZZ_PROLE_R3_DESC of the table must be filled with data retrieved dynamically @ runtime from the backend. So I guess I can't populate a val help referring to a dictionary table/field; I'd rather do as follows:
    - retrieve what's the target backend for the document (to do so, I have to process the document .. that's why the header guid passed to my method);
    - RFC call to a custom method that extracts possible values for the specific backend;
    - bind the ammissible values to the value help.
    Chris Paine wrote:
    I realise that this is rather a lot - so if you have any specific question please do respond - hopefully I or someone else will be able to clarify.
    Thanks again for your help; additional info as well as code examples would be highly appreciated

  • Using Wildcards in Value Help

    Hi,
    I have a input filed ZPERNR and i have assigend PREMN search help on this field.
    I am able to search people in the organisation and it all works great until I use wildcards
    When I enter SMITH in the last name in the value help it comes back with the list of people whose last name is SMITH
    Problem:
    When I enter SMITH* in the last name I get no results
    In the SQL trace I noticed it changed my SMITH* to smith%
    Not sure if there is any sap note to this issue
    Any ideas?

    Hi Jörg,
    Yes the icon (Pattern) does appear after I enter, however I still don't get any results.
    The weird thing is the value help works perfectly alright in r/3
    Not sure why it is not working for me in the portal.
    Thanks for your reply
    Kal

  • Problems with F4 Value Help in NW2004s Portal

    Hello,
    we are having some troubles with the F4 ValueHelp Extension from the Advanced BSP Programming book (and the blogs of course).
    We've implemented the solution on a 4.7 backend and portal 6.0. No problems there, everything was working fine.
    We now moved to erp2005 (WebAS 700) and NW2004s Portal (7.0).
    The popup shows and I can select entries from the list. But when clicking the ok icon a javascript error is thrown stating that 'parent.document.getElementById(...)' is null or no object.
    I think the problem is, that by making a call to 'parent' we are searching in the portal frame and not the BSP. There (in the portal frame) the element is not known so the error is thrown.
    I allready changed from the dialog_ie6.js provided on the BookCD to the one delivered by SAP. Did nothing regarding the error.
    I also tried changing ZCL_BSP_M_INPUT_HELP->BUILD_ACCEPT_SELECTION_SCRIPT. I changed all the "parent.document.get..." "to document.get...". The error message was still the same, 'parent.document.getElementById(...)' is null or no object.
    So now I'm kind of stuck. If I try the example outside the portal everything works as expected. So this clearly seems to be a problem with the portal integration. All involved BSP-Apps are marked as "supports portal integration".
    Any ideas on this topic?
    Thanks and kind regards,
    Alexander Sperling

    I have a working solution to the problem.  It isn't the nicest solution because it will probably require some modifications to the application that hosts the value help, but we will get to that in a second.
    I tried many different ways to come up with a solution that would still work via JavaScript. The portal is now loading the popup javascript in the master frame.  It registers event handlers so that if any application triggers a popup internally it "hi-jacks" the event.  So regardless of what I change in the BSP javascript library, it gets overriden by the portal one. The portal also now even enforeces its theme on the inner page in the popup.  Truly the portal takes complete control over the inner html of the popup.
    To make things worse the popop has not path to reach the source that triggered it.  The source objects are tracked in the javascript, but because the master frame takes over; the popup window only has access and visibility to the master frame and the navigation frame.  In essence in the DOM it is now higher in the stack than the object that actually triggered it. 
    Web Dynpro gets around this because it doesn't use any client side mechanisms to communicate it results back to the source frame. Web Dynpro has the luxury of always being stateful and therefore can make certain assumptions that would never work in BSP.  The hi-jacking is an excellent solution for Web Dynpro.  The portal can then override the functionality of Web Dynpro - providing the new functionality of floating the dialog box over the entire portal - without having to make any changes to the Web Dynpro Framework.  However they never had our little BSP solution in bind obviously.
    It might be possible to completely rewrite the popup_ie.js and popup_ns.js to use all different event, method and variable names.  This separate version could then provide complete separation from the portal script. However this is just a theory. I'm afraid that I wouldn't have the bandwidth to rewrite the entire script right now so I focused on a quicker solution.
    The only approach that I could come up was to follow the Web Dynpro approach and return to the server with the value. To do that I used Portal Eventing.  Portal Eventing allows us to pass a value to the source frame regaurdless of our relative positions in the DOM. 
    In my inner BSP application for the value help (ZES_VALUEHELP), I made the following change in the model method BUILD_ACCEPT_SEL_SCRIPT_V2.  At line 141 I changed the logic.  Instead of using JavaScript to write the selected value back into the source element, we will just trigger a Portal Event:
    ****With an InputField we write the contents directly back into the element
          ELSE.
            CONCATENATE me->js_close1
            `portalFireEvent('com.sap','`
            me->element_id
            `',"`
            key
            `");`
             INTO me->js_close1.
            EXIT.
    The other change is within the Element handler class for inputHelpV2 - ZCL_ES_BSP_ELMNT_INPUT_HELP_V2.  We need to register the listener for the Portal Event. Therefore in DO_AT_BEGINNING we will add the follwing at line 23 (right after we place the Element Id into the URL Parameters Table.
      data: portal_event type ref to cl_portal_event.
      portal_event = cl_portal_event=>factory(
        name = <wa_params>-value
        namespace = 'com.sap' ).
      while m_page_context->element_process( element = portal_event ) = co_element_continue.
      endwhile. "End portalEvent Render
    Overally using the portal eventing actually is an intersting approach.  There is only one drawback, now we have a server side event.  That being the case, our application now needs some event logic to process this event and populate the value. Depending upon if you are using MVC, Data Binding, or Flow Logic this could vary - and would have to handled by each application. The nice thing about the old approach was that it all happened via JavaScript on the Frontend and didn't require the application programmer to do anything - that was obviously its weakness as well.

  • Dictionary Search Help

    I am using Dictionary Search Help to search and display employee nam. Just wondering how can I exclude all withdrawn employees from the list displayed.
    Thanks

    Hi,
    You may refer this Search help exit.
    In this I have filtered the records based on Company code by writing a select query.
    I have another field in selection criteria( doctor id ).
    Code for your reference :
    DATA : lw_selopt TYPE ddshselopt,
             l_org TYPE z3af_hcp-org.
    DATA: r_doctorid TYPE RANGE OF z3af_hcp-doctor_id,
          w_doctorid LIKE LINE OF r_doctorid.
      CASE callcontrol-step.
        WHEN 'SELECT'.
          CLEAR : gt_select_list[].
          IMPORT l_bukrs TO ls_bukrs FROM MEMORY ID 'Z3AF_BUKRS'.
           SET LOCALE LANGUAGE sy-langu.
    *Convert the Search help fields
          LOOP AT shlp-selopt INTO lw_selopt.
            CASE lw_selopt-shlpfield.
              WHEN 'DOCTOR_ID'.
                w_doctorid-sign = lw_selopt-sign.
                w_doctorid-option = lw_selopt-option.
                w_doctorid-low = lw_selopt-low.
                w_doctorid-high = lw_selopt-high.
                APPEND w_doctorid TO r_doctorid.
                      ENDCASE.
          ENDLOOP.
    *-----Selecting data from HCP table based on Criteria in Range table and company code--------*
          SELECT  doctor_id
                  lname
                  fname
                  city
                  state
                  post_code
                  degree
                FROM z3af_hcp INTO TABLE gt_select_list
                   WHERE  bukrs EQ ls_bukrs
                      AND doctor_id IN r_doctorid.
    *-------FM to Map Values in table--------------------------------------------
          CALL FUNCTION 'F4UT_RESULTS_MAP'
            TABLES
              shlp_tab          = shlp_tab
              record_tab        = record_tab
              source_tab        = gt_select_list
            CHANGING
              shlp              = shlp
              callcontrol       = callcontrol
            EXCEPTIONS
              illegal_structure = 1
              OTHERS            = 2.
          IF sy-subrc <> 0.
            MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
          ENDIF.
          callcontrol-step =  'DISP'.
          CLEAR l_lname.
        WHEN 'DISP'.
    *------Loop the table to append it to the record Structure-------------------
          LOOP AT gt_select_list INTO lw_select_list.
            APPEND lw_select_list TO record_tab.
          ENDLOOP.
      ENDCASE.
    I hope it helps you in some aspect.

  • Value help - exporting parameters

    Hello,
    I am having difficulty exporting the vendor name in addition to the vendor number using search help in web dynpro ABAP.
    I have looked at the SAP help (linked below) and read through some of the threads on value help before posting but have had no luck.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/9f724642314aabe10000000a42189b/frameset.htm
    Here are the steps I've taken:
    I've created a context node with dictionary structure LFA1 with two attributes LIFNR and NAME1.  The input help mode for LIFNR is automatic and the search help is KRED_C.
    I've gone into KRED_C and added an export parameter NAME1 and maintained the parameter assignment to KRED_T.
    In search help KREDA I've changed the Selection method from M_KREDA to ZM_KREDA and added the NAME1 field in view ZM_KREDA.  I added a search help parameter (EXP) name1 to KREDA and maintained the parameter assignment between KRED_T and KREDA.
    When I test the web dynpro, the search help displays name1 in the hit list, but when I make a selection, only LIFNR is populated and NAME1 is not.
    I've also tried using KRED for my LIFNR search help instead of KRED_C with no luck.
    I've looked at the sample program WDR_TEST_DDIC_SHLP but can't see what I might be doing wrong.
    Any ideas or suggestions would be greatly appreciated.
    Thanks,
    Gordon

    Hi
    You can directly aply the OVS to the field KRED_C.It is easy also..
    Use the std component WDR_OVS in the used components.
    Go to particular attribute and change the input help mode :Object value Selector
    and OVS componet usage: <aliias name of std component>
    then create event handler in methods tab and then bind the standard event(OVS) of std component to this event handler
    In coding in place of kunnr ,name change to lifnr ,KRED_C
    types:
        begin of lty_stru_input,
          kunnr type kna1-kunnr,
          name1 type kna1-name1,
        end of lty_stru_input.
      types:
        begin of lty_stru_list,
      add fields for the selection list here
          kunnr type kna1-kunnr,
          name1 type kna1-name1,
          land1 type kna1-land1,
        end of lty_stru_list.
      data: ls_search_input  type lty_stru_input,
            lt_select_list   type standard table of lty_stru_list,
            ls_text          type wdr_name_value,
            lt_label_texts   type wdr_name_value_list,
            lt_column_texts  type wdr_name_value_list,
            lv_window_title  type string,
            lv_group_header  type string,
            lv_table_header  type string,
            cond(72) TYPE c, "for one where clause
            itab_where LIKE TABLE OF cond, "dyn. where clause tabl
           lt_kna1 TYPE TABLE OF ty_pa0001, "Results table
    node_kna1 TYPE REF TO if_wd_context_node, "Reference to context n
    elem_kna1 TYPE REF TO if_wd_context_element. "Reference to context n
      field-symbols: <ls_query_params> type lty_stru_input,
                     <ls_selection>    type lty_stru_list.
      case ovs_callback_object->phase_indicator.
        when if_wd_ovs=>co_phase_0.  "configuration phase, may be omitted
          ls_text-name = `KUNNR`.  "must match a field name of search
          ls_text-value = `Customer Number`. "wd_assist->get_text( `001` ).
          insert ls_text into table lt_label_texts.
          ls_text-name = `NAME1`.  "must match a field in list structure
          ls_text-value = `Customer Name`. "wd_assist->get_text( `002` ).
          insert ls_text into table lt_column_texts.
          lv_window_title = 'Customer Details'.
          ovs_callback_object->set_configuration(
                    label_texts  = lt_label_texts
                    column_texts = lt_column_texts
                    window_title = lv_window_title
                    col_count    = 2
                    row_count    = 20 ).
        when if_wd_ovs=>co_phase_1.  "set search structure and defaults
        node_kna1 = wd_context->get_child_node( name = `KNA1` ).
    get element via lead selection
          elem_kna1 = node_kna1->get_element( ).
          ovs_callback_object->context_element->get_static_attributes(
              importing static_attributes = ls_search_input ).
        pass the values to the OVS component
          ovs_callback_object->set_input_structure(
              input = ls_search_input ).
        when if_wd_ovs=>co_phase_2.
          if ovs_callback_object->query_parameters is not bound.
          endif.
          assign ovs_callback_object->query_parameters->*
                                  to <ls_query_params>.
          if not <ls_query_params> is assigned.
          endif.
        IF not <ls_query_params>-kunnr EQ ' ' AND <ls_query_params>-name1 EQ ' '.
         SELECT * FROM kna1
        INTO CORRESPONDING FIELDS OF TABLE lt_select_list
        WHERE kunnr EQ <ls_query_params>-kunnr
        AND   name1 EQ <ls_query_params>-name1.
       ELSE.
         SELECT * FROM kna1
        INTO CORRESPONDING FIELDS OF TABLE lt_select_list.
        ENDIF.
    ovs_callback_object->set_output_table( output = lt_select_list ).
        when if_wd_ovs=>co_phase_3.
          assign ovs_callback_object->selection->* to <ls_selection>.
            ovs_callback_object->context_element->set_static_attributes(
                                   static_attributes = <ls_selection> ).
          endif.
      endcase.
    if you have any doubts please let me know
    Thanks and regards
    Tulasi Palnati

  • Custom Error Message in Value Help

    Hi,
    In my application i have a Inputfield called "CLASS", for which i have added a value help..it has these values
    B    Business
    E    Economy
    F    First Class
    When the user enters a value(say "X") other than B, E, and F, it displays a message
    <b>String "X" does not match the enumeration</b>
    I want to put my own message like " Please enter a valid value" instead of the above message.
    Please let me know how to do this ?
    Thanks
    Senthil

    Senthil,
    First, "looping through the list and checking the user entered value with values in the list" is possible only with non-validating actions. Using non-validating actions is a tricky task in real life.
    Second, workarounds are possible, but they involves calculated attributes (like here: /people/valery.silaev/blog/2005/11/29/800format-your-way). Solving this problem generically (45 attributes is a good number to start with a generic solution) will result in solution with complexity comparable to this: https://weblogs.sdn.sap.com/pub/wlg/3309. [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] Do you need such thing just to alter error message?
    Valery Silaev
    EPAM Systems
    http://www.NetWeaverTeam.com

  • Hide Toolbar and Value help drop downlist

    Hi,
    I created a IF with a Value help drop down list. I also make use of the Hide Toolbar options. The drop down list has an input like:
    key - text (eg. 0001 - Holiday)
    The pdfMode is "UpdateDataInPdf".
    When i run my wd everything works fine. What i want to do is this: when the user push the button "next" i want to show the IF in a read-only mode. What i did, is that when the user push to button i change the PdfMode from "UpdateDateInPdf" to "GeneratePdf" (also tried "UsePdf") and change the "enabled" property to false.
    What happens is, the Adobe toolbar is back and the value help dorp downlist shows the key instead of the text.
    If i don't change the "enabled" property it works well, but than it's still possible to change data in the form.
    I am using NW04 SP16.
    Hope somebody can helps me.
    Kind regards,
    Maarten Duits

    Hi Maarten
    in general, right now there is no standard (i.e. non-hack) way to make a physical interactive PDF form read-only.
    The only sure way this would work in your process is to send the data back to the backend and have a second (practically identical) template ready in the background to generate a read-only version of what the user saw previously.
    Best regards,
    Markus Meisl
    SAP NetWeaver Product Management

  • Date format is not working properly for Calender value help

    Hi Experts,
    We have two problems.
    1. We want to change the format of date displayed. We want format of dd-MMM-yy. For that we have created one Simple
    Type Dictionary Object with Displaying format dd-MMM-yy. It is working
    fine for the non editable UI. But once I apply the dictionary type
    object as data type for an input field, probem happens. Once the user
    choose a date from calender value help the value in the input field is
    coming like 01-011-12 not like 01-Jan-12.
    The date format is not changing from the calender. But if we set the
    display format of the dictionary object to MM-dd-yy or MM/dd/yy or
    dd/MM/yy or dd-MM-yy the format conversion from calender to input field
    is happening properly.
    The only problem once we put MMM in place of MM for the input field
    where user is selecting from a calender value help.
    2. We want to restrict users from entering the value manually for date input field. The user
    should be able only to enter value by selecting from calender value
    help.
    Please give suitable solution for these problems
    Thanks
    Shankha

    Hi Sankha,
    Please refer the links below:
    http://scn.sap.com/thread/1659463
    http://scn.sap.com/thread/1533443
    Regards,
    Manoj

Maybe you are looking for

  • Report to find all table and index sizes

    Hi all, Good day.. Is there any report.sql or so to find out the sizes of all the tables and indexes in a database. thanks, baskar.l

  • N97 and memory card?

    well i've got a N97 to try out for a couple of weeks and thought setting it up would be a quick exercise but its not to be. i thought after backing up my n95, all i'd need to do is pop the memory card into the 97 and do a restore, but this didn't see

  • My 4s ios 7.1 in wifi not worked

    i have used 4s my system is ios 7.1 wifi is darkness and i not turn on so please give me helps?? thank you

  • Problem in XI index page display

    Hello , I have problem with SAP XI Index page. when i am opening this using sxmb_ifr it is opening browser but index page is not getting displayed.Giving error page cannot be displayed. Is there some configuration needs to be done. Let me know what c

  • Printing two pages per sheet of paper

    I have a newsletter that is 24 pages long. Each page is 7"h X 8 1/2"w. I print on 8 1/2 X 14 size paper. In Microsoft Publisher the software would set the layout so that the output was properly ordered. For example the front cover and the back cover