Hi all,
i created a new BOR with virtual multi-lines attribute with object type 'ZMYOBJ' named 'Deleg_From'. Now, in new method i want to access to a determinated property of each objects.
For example, in my BOR i've 3 lines for ZDELEG. In the code method, i do this :
swc_get_table_property wa_manager 'Deleg_From' wa_delegate.
loop at wa_delegate.
swc_get_property wa_delegate 'TEMPS_MAIL' wa_mail.
endloop.
But wa_mail is always empty.
Thanks for help.
Cheers.