on 2005 May 12 2:23 PM
Hi,
Some of the UI elements of the web dynpro app I am working on are disabled at runtime. Disabled UI elements 'Enabled' property is set to 'true'. However, these UI elements are bound to BAPI parameters through context mapping.
Any suggestions on how to enable these UI elements ?
Thanks !
Sri
If the UI elements are bound to BAPI parameters try this bit of code to enable the UI elements.
Instantiate the model in the init of the controller and bind the input field to the node.
Here RFC_System_Input is the RFC used :
RFC_System_Input input = new RFC_System_Inut();
wdContext.nodeRfc_System_Info_Input().bind(inputInst);
Do get back for further clarification.
Regards,
Vijith
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Srikanth:
I have a similar problem. In my case all the fields are in read-only mode. The thread is "Why are the fields in Read-Only mode". You may want to consider looking at the responses in that thread as well.
Thanks
Sriram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The reason might be missing context or model elements in the mapping chain for these UI elements.
Armin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
in case you are talking about UI elements like LinkToAction, button etc. check whether the
onAction property is bound. If no event handler is assigned,they simply remain disabled.
regards,
Ulli
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.