on 2012 Jan 19 2:32 AM
Hello
I am developing interactive form, where in we have a bunch of drop-down fields, i have created them by dragging Enumarated Drop-down (no select) item from WebDynPro Native section of palatte and dropped on my_form, fine.
This my_form will be launched from my_WDA (webdynpro application)
I am filling these drop-down field's list from my_WDA. Say the list contain 3 entries like entry_1, entry_2 and entry_3
When i executed it (my_WDA) from SE80 my_form is launching on the browser and i saw the drop-down fields with out any populating the value(blank) on the form.
If i drop-down the list then i can see all entrires (entry_1, entry_2 and entry_3), fine
Issue is: Say, by mistake user has selected entry_2, hence the entry_2 is populated on that drop-down field, fine....but after couple of seconds user has realised that, its a mistake and user want to keep that drop-down field as is (meaning, blank), but, there is no chance! Once dropped down the list, user invariably has to select any one of entry from the list! There is no chance of keeping the drop-down field as blank!
Pls. let me know how can i fix my issue ( i passed an INITIAL entry along with other 3 enties: entry_1, entry_2 and entry_3? so total 4) but no USE?
Passing INITIAL entry has not worked! bcz adobe is deleting this INITAIL entry from the list
Is there any standard/good practice to achieve my requirement?
Thank you
Hi all,
What would you do to solve this in a Web Dynpro ABAP "native" dropdown listbox?
-> Define a valueSet (entry_1, entry_2, entry_3) for the Context Attribute which is bound to the dropdown listbox (DropDownByKey: property "selectedKey") or set the property "Type" to an ABAP DDIC type which has a domain with a value range assigned (data element DATATYPE for example)
-> Set the property "Null Value" for this Context Attribute to abap_true (that's the trick!)
What do you have to do for Dropdowns in interactive forms:
The same. See Web Dynpro ABAP test application WDR_TEST_ADOBE_ZCI, view T_BASIC, Context node DATEN, attributes DATATYPE and DATATYPE_NULLABLE (the application is available for SAP NetWeaver 7 EhP2 and higher)
Regards,
Ralf
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any help pls.
-Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any help pls.?
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any help pls.?
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any help pls.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
10 | |
10 | |
10 | |
10 | |
8 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.