Difference between Table I/O and View
Hi - I have the following code
F41021.Select (Pass ITM, MCU)
F41021.FetchNext (Get the required fields)
While File IO Success
Use BSFN to pass retrived values and get another value from BSFN
F41021.FetchNext (Get the required fields)
EndWhile
Instead of the above, we can also use a view on F41021 with only the required fields and data selection on ITM/MCU and in Do Section, just use the BSFN.
Out of these two approaches which one will be fast?
Regards, Harish