cancel
Showing results for 
Search instead for 
Did you mean: 

How to cancel bind??

Former Member
0 Kudos

I create a bind for a table as below.

node_b->bind_elements( new_items = lt_sl ).

Now, i want to cancel bindig, what's the coding for this action?

Thank you~

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Nithya, thank you!

It is great~

Former Member
0 Kudos

Use the method invalidate( ) to remove any context binding.

node_b->invalidate( ).

Regards

Nithya