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: 

Documentation related to all the global classes and methods

raja_m5
Explorer
0 Kudos

Hi all,

I am having requirement to use some methods which are very new to me.

Where can I get the deatiled documentation about global classes and methods and also

examples by SAP for each and every method.

1 REPLY 1

Muthu_raja
Active Participant
0 Kudos

Hi Raja,

I would do check below points inorder to understand how to use global classes,

  • Most of the global methods will be easily understood by its name
  • Class documentation if available
  • Unit testing if available
  • Is there any place this class methods has been utilized ( Where Used list )
  • Search for Blogs about how to use the class
  • Suppose If nothing helps from above steps, I will create a sample program in SE38 and try to understand the functionality by calling/debugging corresponding methods.