第一个空号 (tcmcs0150m000)

使用此进程以维护为进程顶部显示的编号组定义的系列

使用菜单或“组”按钮,可列出其他编号组的系列。在菜单上选择 ,可为新编号组输入系列。

您可以添加和删除系列、指定起始编号以及冻结待使用的系列。但是无法更改系列代码。

注意

如果某个系列已使用,则无法将其删除。如果为某类型的记录定义了一个系列,则无论实际是否生成编号,都会使用该系列。例如,在货运单控制参数 (fmfoc0100m000)进程中,如果将系列 SLS 定义为源自销售订饭的货运单的系列,则即使尚未生成此系列的货运单,也会使用系列 SLS。

如果通过推进方式启动此进程,则只能查找并选择记录。

性能方面

本进程的设置会影响系统性能和数据库增长。如需更多信息,请参阅:第一个空号

编号组

A group of first free number series that you can assign to a specific use.

For example, you can assign a number group to:

  • Business partner codes
  • Purchase contracts
  • Sales orders
  • Production orders
  • Service orders
  • Warehousing orders
  • Freight orders

Within a number group you can define multiple series. Each series is identified by the series code. The series numbers that LN generates consist of the series code followed by the first free number in the series. Series codes of the same number group have the same length.

系列

The series code.

允许值

The series code must have the same number of characters as defined for this number group's series length in the 编号组 (tcmcs0151m000) session.

If the number group is dedicated to a specific use, the series code must be unique in the number groups dedicated to the same type of use.

Note: 

After saving the current session's data, you cannot change the 系列 field.

第一个空号

To improve the performance of sessions in which new order numbers are assigned, you can define a cache size for a series. The cache size is the number of new series numbers that LN generates at once. If there are series numbers in cache, users do not have to wait while LN generates and checks the next series numbers.

允许值

  • Cache size = 0

    No caching is applied. If you request a new number, the number is only committed after the transaction to which the number applies is completed.

    Disadvantage: The number series is locked during the transaction. Other users cannot request a new number from the same series until the transaction is completed.

    Advantage: No numbering gaps.

    Use a cache size of 0 if number gaps are not allowed. Preferably, request a new number close to the end of a transation to reduce locking time. In high volume implementations, a cache size of 0 may cause performance and locking issues.

  • Cache size = 1

    If you request a new number, the number is committed immediately, even if the transaction to which the number applies is not yet completed.

    Disadvantage: Numbering gaps may occur if a transaction is not finished.

    Advantage: The number series is locked for only a short time, which improves performance.

    A cache size of 1 is the default value for number series. In this way, performance and locking issues in high volume implementations are avoided as much as possible.

  • Cache size > 1

    The value of the cache size indicates how many new numbers are requested at once. The numbers are committed immediately, even if transactions are not yet completed.

    Disadvantage: Large numbering gaps may occur if more than one transaction is unfinished.

    Advantage: The number series is locked for only a short time. Furthermore, for all numbers that are requested, the number series needs to be updated only once, which improves performance.

    A cache size larger than 1 is only recommended if a cache size of 1 does not solve locking issues sufficiently.

Note: 

If the series is already in use, you cannot change the 第一个空号 field to a lower value.

第一个空号缓存容量

To improve the performance of sessions in which new order numbers are assigned, you can define a cache size for a series. The cache size is the number of new series numbers that LN generates and puts in the user's cache. The users do not have to wait while LN generates and checks the next series numbers.

If you use the first free numbers cache, the order numbers can be nonsequential; the numbers that are still in the user's cache are lost when the user logs off.

If you do not want to use the first free numbers cache, you must set the cache size to zero.

冻结输入

如果选中此复选框, you cannot use the series. If you block a series, you must select another series for the type of orders or other elements to which the series is assigned.

Note: 

You can clear the check box to resume using a series.