Welcome to SAP Central
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Introduction to methods in ABAP Objects

Go down

Introduction to methods in ABAP Objects Empty Introduction to methods in ABAP Objects

Post  Admin Sat Mar 31, 2012 11:19 pm


Methods are the functionality of a class , ABAP codes are written within a method to
incorporate the functionality. Methods can be both public as well as private .Public methods
can be accessed by the objects of the class to which the method belongs to. Private methods
can only be accessed by methods that are within the class.

Methods can import as well as export parameters. As said earlier there can be instance method and static method
Other kind of methods are constructor method and event handler methods which will be
covered later.

Admin
Admin

Posts : 92
Join date : 2012-01-26

https://mysaplab.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum