HI Frnds,
I am getting a dynamic reference of a table and i am assigning to one of the field symbol which is marked as type table.. Now I need to populate this table but i need a work area now so how can i get a line type reference from this dynamic refrence table..
this is a code lines..
Field-symbols <lt_data> type hashed table.
// calls some function and get a reference to dynamic table in lr_ref
Assign lr_ref->* to <lt_data>.
how can i prepare a work area and populate this <lt_data>
Regrds
Anuj