Hi Experts,
How to pass the Values to dynamically created field-symbols.
I have created the dynmaic field-symbol like
FIELD-SYMBOLS :<fs_any> type any.
CREATE DATA dref type (lv_structure_name).
ASSIGN dref->* TO <fs_any>.
for example if i pass the structure DDBOOK I need to pass the values to that structure.
Now i need to pass the values DDBOOK-POSBLOCK = 1234.
If i pass another strucutre like IHTTPNVP then i need to pass the values to the IHTTPNVP-name = 1234.