Skip to Content
0
Former Member
Jun 04, 2009 at 08:15 AM

Retreival of Dynamic Table Datas from Adobe to WebDynpro- ABAP

37 Views

Dear Friends,

I have Developed an application in Webdynpro-ABAP, where i have integrated Adobe form in the webdynpro.

In the adobe form, dynamic table is there where we can add and delete the rows at runtime.

I am trying to retreive the table datas at runtime from the adobe.

I can able to retreive only the first record from the table, even if the table contain more than one rows.

As per the below code i have retreived the count, where it is showing the count as 1.

using the method get_static_attributes_table i am trying to fetch all the records, but i can able to retreive only the first record.

lo_nd_zsm_fm_transport_tra = wd_context->get_child_node( name = wd_this->wdctx_zsm_fm_transport_tra ).

lo_nd_tr_details_i = lo_nd_zsm_fm_transport_tra->get_child_node( name = wd_this->wdctx_tr_details_i ).

count = lo_nd_tr_details_i->GET_ELEMENT_COUNT( ).

elems_bank_table = lo_nd_tr_details_i->get_elements( ).

lo_nd_tr_details_i->get_static_attributes_table(

importing

table = ls_tr_details_i ).

Even Cardinality i have maintained as 1.N for the node.

Kindly provide me the solution.

Thanks and Regards,

Sathish,,