Skip to Content
0
Former Member
Nov 26, 2006 at 09:10 PM

Looping over fields from internal table

2287 Views

In a FM I have to check records of two ITABs against each other. Most fields can be checked 1:1 but some must be checked according to some business logic.

I first want to check field-by-field and then I want to deal with exceptions.

Question: How can I loop over fields in an ITAB in such a manner that I can compare fields?