Hi,
I am making use of fucntion module - CRMD_ORDER_READ for reading status , item,header , activity records . The first execution take lot of time where as if i run my program again it takes very less time , this happens as the data is loaded into the buffer on our first execution .
Is there any fucntion module/program which can help me clear the cached/loaded/buffered data ,so that when i execute the program it treates the execution as first time always .
The reason why i am looking for is after testing program as always first time , i am making some code modification but when i execute the program its not able to give me correct execution time .
Thanks,
OM