‎2008 Nov 14 12:06 AM
I am using FM PD_OBJECTS_COLLECT, it returns lets say 10 rows. I come back to the selection screen and run the program again then it returns 20 rows somehow. If I keep doing it, it keeps updating incrementing the return lines. Even if I come back from the selection screen into the code of the program, it continues incrementing the resultset.
Now, I am using the FM HR_INITIALIZE_BUFFER to initialize the buffer, but that is not doing anything at all.
Any tips ?
Thanks.
‎2008 Nov 14 1:46 AM
Hi
when you use FM to get data, do you use the internal table to collect data? If so, after you deal with the internal table do you clear it or refresh it to free the memory?
‎2008 Nov 14 1:46 AM
Hi
when you use FM to get data, do you use the internal table to collect data? If so, after you deal with the internal table do you clear it or refresh it to free the memory?