Skip to Content
0
Former Member
Nov 25, 2009 at 05:02 PM

help to use table field of proxy

817 Views

HI All ,

I create proxy and in the proxy and in the proxy signature i get input and output i have the new

structure with controller and field with the structure of the output

CONTROLLER

ES_OUTPUT

in ES output i have table type that before i use the proxy i move the data like this

es_output-ext_element = ls_f_do_data-ext_element.

ls_f_do_data is deep structure and external element is table type on it

but when i try now

output-es_output-ext_element = ls_f_do_data-ext_element.

i get error

The type of "ls_f_do_data-ext_element" cannot be converted to the type of "OUTPUT-ES_OUTPUT-EXT_ELEMENT".

What should i do to overcome this issue

i try with append lines of but its not work

Any idea ?

Regards