Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Export

Former Member
0 Likes
337

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?

1 REPLY 1
Read only

Former Member
0 Likes
276

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.