Hi all,
I've a problem in my report. I want to retrieve value from field-symbol but I don't manage.
My field-symbol is of type Decimal ('P') and I must retrieve this value in field (char255).
ASSIGN COMPONENT ls_fieldcat-field OF STRUCTURE <fs_line> TO <fs_field>. ls_tab-field = ls_fieldcat-field. MOVE <fs_field> TO ls_tab-value. APPEND ls_exit TO t_exit.
If anybody have an idea.
Thanks and regards.
Romain L.