Functions (ttadv2560m000)

 

子系统
A set of related modules that implements a complete part of the functionality, for example, 企业计划子系统, 财务管理, or 仓储管理子系统. Packages are designed to function as independent as possible, to enable a customer to implement only particular packages.

A package code consists of two characters. For example, tt is the code of the Tools package.

Each package has a unique version structure, the VRC structure.

Package
The description of the package.
功能
The function's module code.
Function
The function code. The package code combined with the module code and the function code forms the code you must use in a program script as an include statement.

Example

Package Code: tt Tools

Module Code: aad Application Administration

Function Code: 0001 Convert User to Runtime DD

The entire code is: ttaad0001

If you want to include a function script in a program script, use the following statement: #include i<total function code>

So in this example use: #include ittaad0001

VRC
An upgrade of a package, for example, B61. Each change in the functionality of a package results in a new version. A version can contain several releases.
VRC
An update in a version. For example, 'B61 a', where 'B61' represents the version code, and the 'a' represents the release code. Each update results in a new release with a new release code.
VRC
An update in a version. For example, 'B61 a', where 'B61' represents the version code, and the 'a' represents the release code. Each update results in a new release with a new release code.
功能说明
The description of the function.
已过期
If this check box is selected, the function is expired for this package VRC and all the package VRCs that are derived from it.