ABAP术语-Method

原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/05/1091077.html

Component of classes in ABAP Objects. Methods are procedures for manipulating objects that use the attributes of the relevant class and contain its functionality. You define methods exclusively in the implementation section of classes.

----------------------
分隔线上面是 SAP 标准文档中提供的说明
分隔线下面是我的翻译
----------------------
ABAP 对象中类的组件。方法是操作对象的过程,使用相关类的属性并包含了它的功能。需要在类的实现节中唯一定义方法。
原文地址:https://www.cnblogs.com/rena/p/9110382.html