Skip to Content
0
Former Member
Dec 04, 2008 at 05:29 AM

Dynamic Field Symbols with the Structures

30 Views

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.