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: 

list of widely used ABAP classes

Former Member
0 Kudos

Hello dear forum gurus.

Im trying to find information about the classes that can handle common tasks, ie. I've found classes for ALV, for FRONTEND, etc..

I'm wondering if there is any place (similar to the java class library) where I can find all these classes, or can someone tell me wich are the most used classes (or useful).

Best regards from mexico

Edited by: Thomas Zloch on May 10, 2011 5:34 PM - subject adjusted by moderator

4 REPLIES 4

former_member191735
Active Contributor
0 Kudos

Go to Tcode SE24 to see all the classes system wide.

i am not quite sure about getting info on most used classes but you can ask basis to help you. There are transactions to get usage reports for transactions but not sure about particular class.

Former Member
0 Kudos

SE84 is a good place for listing Classes (Repository Information System) and other development objects as well. Another useful one would be the Reuse Library (SE83). You can review the code in there and borrow from SAP's use of classes in there.

0 Kudos

Still I'm looking for the classes that solve common tasks... sorry to mention java again... but like swing (for GUI) we have frontend services class ... like for string manipulation in abap we have... (I dont know... ) for ftp in ABAP we have.... or etc..

but thank you very much for the answers

0 Kudos

You can always search from SE24 or SE84. Classes in ABAP start with CL_ so start search like CL_FTP for ftp and for frontend, CL_Front and so on...

Once you find the class, you can always search in google or help.sap.com about the class.