‎2006 Sep 18 8:29 AM
Hi experts,
Please see the follwing statement.
export tline from wt_lines to database stxl(tx)
client wt_client
id stxl_id
The above statement is from source code of fm SAVE_TEXT.
So in my pgm..there is data in wt_lines,wt_client ans stxl_id.
But when i am exicuting my pgm..it is taking more time.
some times it exicutes fast..why it is like this? I have to process nearly more than 300 files from app.erver.
may be due to data base problem? It wrked fine intially.
Can any body give some suggessions on this?
‎2006 Sep 18 10:25 AM
Hi Ravi,
I assumed the version of the program is the same all the time. The processing of the program or any objects in system is very subjective, where it is mainly dependent the system resource during the point of you running your program.
Other than that, pls have a check other parts of your program. Pls optimize the SQL statements and the processing of the internal tables. They are the areas that always give performance problem. Please use SE30 and ST05 to trace the time being used.
By looking at the load/volume to save your text. You can consider by executing it separately. Definitely this is not a solution, provided you can not perform any tuning on the existing program.
Hope it helps.