on 2017 Sep 25 8:47 AM
Hi,
I have a table fetching oData and various input fields to apply filters.
On clicking F4 when the input field is active, a pop up with a list of filter values form oData service should appear. Now I wanted to use the same function for calling different dialogs, each through its respective input field using switch statement.Is this possible? If yes, how?
Thank You
Request clarification before answering.
As I understand, one function which handles value help for two fields.
Use the Event paramaters and attach some custom parameters to the event handler methods to differentiate the source of the call.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sharath,
I have tried that but am getting errors.The snippet I used is as following :
https://answers.sap.com/comments/316211/view.html
Its giving an error for passing inputID.
Thank You
When using a control by passing the input id, as a practice get the control into a separate variable and then perform the bind items or any further action on it.
Paste the code and line at which the error is raised.
Regards,
Sharath
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.