Hi Ami,I don't think there is anything like Auto-Complete for Drop-Downs in WebDynpro ABAP, but you can realize this functionality with an input field with Value suggestion. It will look like belowHope this might help.RegardsVineet
Hi Shyam,You can achieve by using Launchpad Customizing and the Launchpad Navigation API's. Just make and entry on transaction LPD_CUST, create a launchpad role, add you target application there.At run time under the UI button you can call the API pr...
Hi,I think the blank value in a filter is same as showing All, and not only the rows which has value blank. Nevertheless both can be achieved as below."Blank Value to show everything in Table as if no filter provided"
value-key = '*'.
value-value = '...