Skip to Content
0
Former Member
May 14, 2008 at 05:56 AM

internal table

15 Views

I was using the interactive alv..In first level i was displaying some data and when i click the data it will take u to the second level which is retrieved using the first level value..

now i need to get the data based on the clicked value..See i am displaying a record which is having 5 fields..

If i click the first field it want to take data from internal table based on the first field value..when i click second it wnt to take value based on the second field..

in run time how to give the field name in loop like..

loop at itab where <field name which generated in runtime> = value.

endloop.

any body give ideas