cancel
Showing results for 
Search instead for 
Did you mean: 

getTable is not a function error in valueHelpDialog

vincent_balraj3
Explorer
0 Kudos

Hi ,

I am using valueHelpDialog event for my multi-input field and trying to retrieve the table information using getTable function.

It's working fine, when see Web App Preview using eclipse.

At same time, when i deployed the same application to ABAP server and trying to execute, it's showing error as follows.

"getTable is not a function". See attached

error.jpg

Please help me out in this issue.

Accepted Solutions (0)

Answers (1)

Answers (1)

Joseph_BERTHE
Active Contributor
0 Kudos

Hello,

Go in debug mode and check if you have the right instance of your object valueHelpDialog. It sound like it points to another object.

Regards,