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

Documentation of Objects

Former Member
0 Likes
325

Hi,

Does SAP have a class libary like Java does (JAVADOCS)?

If so please supply link.

Also i would like to know if SAP has a tool to create customer class libary for customer created classes.

Best regards

Lisa M Simonsen

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
310

Lisa,

as far as I know, they don't. In SAP you can view / display all available classes and interfaces using transaction SE24. If extended documentation is available one can use the <CLASS DOCUMENTATION> button when displaying a certain (selected) class.

On the entry screen of this transaction (SE24) there is also a button <CLASS BROWSER> the search classes for all available modules. But you also use the search help for the classes / interfaces input field.

The class library you know from Java, is actually transaction SE24. So whenever you create a new class this will be part of library automatically.

1 REPLY 1
Read only

Sm1tje
Active Contributor
0 Likes
311

Lisa,

as far as I know, they don't. In SAP you can view / display all available classes and interfaces using transaction SE24. If extended documentation is available one can use the <CLASS DOCUMENTATION> button when displaying a certain (selected) class.

On the entry screen of this transaction (SE24) there is also a button <CLASS BROWSER> the search classes for all available modules. But you also use the search help for the classes / interfaces input field.

The class library you know from Java, is actually transaction SE24. So whenever you create a new class this will be part of library automatically.