Skip to Content
0
Former Member
Apr 19, 2012 at 08:06 PM

Data not binding to my node

26 Views

I have data in lt_aufk and binded the data to the node as below:

* Bind the data to popin
* navigate from <CONTEXT> to <AUFK> via lead selection
lo_nd_aufk = wd_context->path_get_node( path = `VBAK.AUFK` ).
lo_nd_aufk->bind_table( new_items = lt_aufk set_initial_elements = abap_true ).

Issue: Data is not being passed to my application. what could be the issue?

Thanks,

Kiran