2023 Jun 26 2:37 AM
Hello,
While debugging the F110 transaction I came across a Loop statement without any addition but I don't understand how this is working !
I need to know what is the internal table of the loop and how the data is updated here (Especially the REGUP structure).
2023 Jun 26 3:02 AM
Check the documentation for Extracts Processing (Obsolete Extracts).
2023 Jul 04 4:12 PM
2023 Jul 05 7:41 AM
I last encountered these in a Z program in 2002. And that was very old. Just a bit of archeology.
It was quite slow, since the extract was stored on disk during use, rather than in memory.
You need to see how the EXTRACT statements are filled in the code.