If you specify expansion category
NM and subexpansion category N, you can define input templates for numerical values.You can use the following decimal places in the input template:
1. |
Z = optional place (eliminates leading zeros) |
2. |
B = optional place (no leading zeros eliminated - if the R/3 System does not find any values, it replaces B with a blank) |
3. |
9 = fixed place (no leading zeros eliminated - if the R/3 System does not find any values, it replaces 9 with a zero) |

The order of the decimal places in the template is as above from left to right before the decimal point.
If the number of decimal places is larger than the number defined in the template, the system outputs asterisks (
* ) instead.You can use the following decimal places in the input template:
1. |
9 = fixed place (no following zeros eliminated - if the R/3 System does not find any values, it replaces 9 with a zero) |
2. |
B = optional place (no following zeros eliminated) |
3. |
Z = optional place (eliminates following zeros) |

The order of the decimal places in the template is as above from left to right after the comma.

Numerical value |
Template |
Result |
12.3456789 |
99.99BBZ |
12.34567 |
12.3 |
99.99BBZ |
12.30 |
123.45600 |
99.99BBZZ |
**.4560 |
If you do not define a template, the system outputs the unit of measure specified by the transfer parameter.
You define the input template of the unit of measure after the input template for the numerical value. Separate the template definitions by a blank.
You can use the following decimal places in the input template:
D = optional decimal place (if R/3 finds no value ® D is replaced by a blank) |

If the number of characters required by the unit of measure is larger than the number of characters you defined for the input template, the system outputs an asterisk (*) behind the unit of measure.

Numerical value |
Template |
Result |
12.34 kg/l |
99.99 DD |
12.34 k* |
12.34 kg/l |
99.99 DDDDD |
12.34 kg/l |

You can use 'D-' to completely suppress the output of the dimension.

Numerical value |
Template |
Result |
123.45 kg/l |
999.9 DDD |
123.4 kg* |
123.45 kg/l |
999.9 |
123.4 kg/l |
123.45 kg/l |
999.9 D- |
123.4 |
The system processes both values of the interval separately and prepares the template accordingly.

Numerical value |
Template |
Result |
12.34 - 13.5 kg/l |
99.99 DDDD |
12.34 - 13.50 kg/l |
Original accuracy definitions are transferred.

Numerical value |
Template |
Result |
> 12.34- < 13.5 kg/l |
99.99 DDDD |
> 12.34 - < 13,50 kg/l |