cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in binding the internal table

Former Member
0 Kudos

Hi Experts,

I am facing a problem in binding the internal table to the node.

I am getting an error "Null Object Reference" when i am binding an internal table to the node.

I am selecting a data from a table and populating into an internal table, later i am binding to the node.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hii venkat guru ..

check ur code that u hav created get_element() and get_child_node ( ) or not ..

Former Member
0 Kudos

Thank You Lokesh..You are right i am missing that navigation

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You may not have got the reference to the object. Have you coded wd_context->get_child_node( ). Check it. If you share code, we could understand better.

Regards,

Fareez

Former Member
0 Kudos

You are right i am missing that navigation.

Thank You very much

Former Member
0 Kudos

Hi,

Make Sure you have used the statement

node = wd_context->get_child_node( 'NODE_NAME') before

node->bind_table( ).

Former Member
0 Kudos

You are right i am missing that navigation.

Now its getting binded.