Hi Gurus,
I have Internal table whose structure is formed dynamically. I have done it with field symbols. And it is having three fields out whichdata in some fields are populated from database table. One field I have to fill it dynamically. Can anyone please help me in populating this field dynamically with values.
For example: Let there be 3 fields in the internal table like A, B, C. And B, C are populated from the data which is retrived from database and for the field A I have to upload it. So let there be 50 records in the internal table with data in B and C coloumns. Now I have to populate the A column with some ID numbers for the 50 reocrds, IDs are generated dynamically.
Thanks,
Jacob.