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

performance issue

Former Member
0 Likes
461

Hi guru's,

I have a problem when am working on prodution server. But my report is working on development server, same report is not working on prodution server. Please help me... on this..

my report having table Conditions (Item) KONP

I think some declaration problem for that table. please give me the suggesion on this condition item table......

i declared like

Types : begin of ty_konp,

knumh type konp-knumh,

kbetr type konp-kbetr,

end of ty_konp.

data : it_konp type table of ty_konp with header line.

Please help me on this.....

Moderator message: please use a more meaningful subject line next time.

Edited by: Thomas Zloch on Mar 29, 2010 1:37 PM

4 REPLIES 4
Read only

Former Member
0 Likes
432

1. cant help yout with the information provided beeing a bit low.

2. it can have a VARIETY of reasons for this, but probably it is the massive data in productive against just some testdata in dev system.

3. internal tables with headerlines are obsolete, please try to avoid them where you can, programming will be so much easier, or at least easier to read afterwards having this in mind.

4. WHAT is not wirking in your program in prod? is it just not working? is it going to dump? what is the dump?

Read only

former_member772790
Participant
0 Likes
432

Please describe your query elaboratly.

Read only

Former Member
0 Likes
432

Explain the processing logic you had used in the report.

Regards

Vinod

Read only

Former Member
0 Likes
432

Moderator message - Welcome to SCN. Before posting in SCN, please read and . Before posting in the Performance and tuning forum, please read This post will be locked, but you can ask a more detailed question after you have read the above threads. Rob