Question - What is a method in ABAP?
Answer -
Methods describe the functions of classes in ABAP objects. We can call methods using the call method statement.methods are introduced with the method statement & concluded with the end method statement.methods can only be defined in the implementation parts of classes.