cancel
Showing results for 
Search instead for 
Did you mean: 

processing the table <table> of type table.

Former Member
0 Kudos

Hi All,

I have a table <table> which is declared as a field symbol of type table.

I would get the data into that table dynamically. i would not be knowing what data it has until runtime. While debugging I would be able to see the data along with the field names.

Now i would like to process that data. i have declared <row> as data.I can say loop at <table> to <row>. But if I say <row>-column1, it wont accept because <row> is not of type any structure. it is of type data.

So how would I process data in that <table>?

Please suggest.

Thank You,

Suresh.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi suresh,

instead of row-column1 use table-field in loop statement.

if helpful reward some points.

with regards,

suresh babu aluri.