hi ,
I have a query regarding module pool
i created table using table control passing values from internal table and the structure is
Header 1 | Header 2 | Header 3 | Header 4 | Header 5 | Header 6 | Header 7 | Header 8 |
---|---|---|---|---|---|---|---|
comm_3/8 | comm_1/16 | comm_15/32 | - | - | - | - | |
abc | 123 | 555 |
Now the problem is the user will enter the data abc,123... it should store in database table like .
comm 3/8 abc region -1srt record in data base table .
comm 1/16 123 region- 2nd record in data base table.
for that i have to loop on each column and with respective rows to store in database table.
how to loop the table ...and how to find that cursor current row and current line ???
Thanks in advance