zoukankan      html  css  js  c++  java
  • ABAP术语-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 标准文档中提供的说明
    分隔线下面是我的翻译
    ----------------------
    在业务对象制作器里定义系统中使用的数据(对象)时创建的描述。例如:凭证(发票、采购请求、职位申请等),主数据(客户、物料、供应商等)、移动数据(订单、报价单等)。对象类型通过指定下列组件来描述和实现:基本数据、键字段、属性、方法及其参数、结果和异常、事件及其参数以及实现程序。业务对象知识库提供了所有对象类型的完整目录。对象类型必须在数据(对象)可以在系统中使用之前被定义。
  • 相关阅读:
    ECDSA—模乘模块
    ECDSA—模加减模块
    复微杯参赛感悟与总结
    利用system generator 生成vivado ip—以低通滤波器举例
    科普—为什么要用ECDSA加签及其数学上的验签证明
    查看CentOS版本号
    查看MySQL的版本号
    MySQL修改端口号
    CentOS7上安装MySQL
    CentOS7中装MySQL & yum install mysql-community-server问题
  • 原文地址:https://www.cnblogs.com/rena/p/9110388.html
Copyright © 2011-2022 走看看