Application Development 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: 

IS-U: ABAP Objects or Classic?

Former Member
0 Kudos

Hi all,

I have a general question regarding programming in IS-Utilities:

I have to develope some reports on BUT100, FKKOP, etc. and someone told me that for performance reasons the program should be developed in traditional ABAP and not using methods and classes.

Can you please share your experience with me?

Thanks!

Thomas

1 REPLY 1

former_member1033672
Participant
0 Kudos

Hi, it depands on, how these classes and methods are programed. But be careful, structure FKKOP takes data from large FICA tables DFKKOP, DFKKOPW etc.... so you have to be very skilled programmer. I don't know FICA classes, but I think, they are not created to display so many lines of tables, you want to. So, it would be better to program it by yourself.These FMs and Classes are not created for large performance, but for display only a small part of data. so I recommend you, write it by yourself