1. 程式人生 > >ABAP術語-Object Type

ABAP術語-Object Type

archive 知識 PE create 是我 itl .html In pos

Object Type 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/06/1093159.html

Description created at definition time in the Business Object Builder of data (objects) used in the system. Examples: Documents (invoices, purchase requisitions, job applications, and so on), Master data (customer, material, vendor, and so on), and Movement data (order, quotation, and so on). Object types are described and implemented by specifying the following components: Basic data, Key fields, Attributes, Methods with parameters, result and exceptions, Events with parameters, and the Implementation program. The Business Object Repository provides a full directory of all object types. The object type must be defined before its data (objects) can be used in the system.

----------------------
分隔線上面是 SAP 標準文檔中提供的說明
分隔線下面是我的翻譯
----------------------
在業務對象制作器裏定義系統中使用的數據(對象)時創建的描述。例如:憑證(發票、采購請求、職位申請等),主數據(客戶、物料、供應商等)、移動數據(訂單、報價單等)。對象類型通過指定下列組件來描述和實現:基本數據、鍵字段、屬性、方法及其參數、結果和異常、事件及其參數以及實現程序。業務對象知識庫提供了所有對象類型的完整目錄。對象類型必須在數據(對象)可以在系統中使用之前被定義。

ABAP術語-Object Type