hi,
i am calling an function module and get back lc_element:
lc_element is defined this way:
lc_element TYPE REF TO if_swf_cnt_element,
so far so good. when i set debugger after the call of the FM i get something like this when i click on lc_element:
i have NO idea of how to get the values of e.g. M_NAME or the values in the deep structure M_ELEM_REF. i can't loop over the lc_element as this is not an table.
so how can i access the data coming back into lc_element ?
br Martin