‎2010 Mar 29 12:10 PM
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
‎2010 Mar 29 12:15 PM
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?
‎2010 Mar 29 12:16 PM
‎2010 Mar 29 12:17 PM
Explain the processing logic you had used in the report.
Regards
Vinod
‎2010 Mar 29 2:10 PM
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