Hierarchy

⤷

⤷

Basic Data
Data Element | ESEWWISEQNOID |
Short Description | Define Number Range |
Data Type
Category of Dictionary Type | D | Domain |
Type of Object Referenced | No Information | |
Domain / Name of Reference Type | ESDWWISEQNOID | |
Data Type | CHAR | Character String |
Length | 1 | |
Decimal Places | 0 | |
Output Length | 1 | |
Value Table |
Further Characteristics
Search Help: Name | ||
Search Help: Parameters | ||
Parameter ID | ||
Default Component name | ||
Change document | ||
No Input History | ||
Basic direction is set to LTR | ||
No BIDI Filtering |
Field Label
Length | Field Label | |
Short | 10 | No. Range |
Medium | 20 | Define No. Range |
Long | 25 | Define Number Range |
Heading | 35 | Define Number Range |
Documentation
Definition
You can output different number ranges with sequence numbers or sequential data on a label in several positions. You can also select custom settings, such as output as bar code or text, for each number range.
Use
You use this selection field to specify a number range between 0 and 9, which you want to print at a certain position on a label.
Define the settings for the number range you require as follows:
- Specify the output type, that is, whether you want to output sequence numbers or sequential data from the label.
- Specify the output format, that is, whether the sequence numbers are to be output as a bar code or whether the sequential data is to be output as a bar code. Otherwise, the values are output as text (digits or letters).
- Check the parameters specified and their values for the output type and output format.
- Insert the WWI object at the required position in the label template.
The WWI object contains the following syntax: [report symbol][output format][parameter list].
In the standard system, the following number ranges and associated report symbols are available:
- Output Format of Sequence Number as Bar Code:
EHS_SERBCX Sequence No. as Bar Code; No. Range X [number ranges 0 to 9]
- Output Format of Sequence Number as Text:
EHS_SERNOX Sequence No. as Text; No. Range X [number ranges 0 to 9]
- Output Format of Sequential Data as Bar Code:
EHS_SERLBX Seq. Data as Bar Code; No. Range X [number ranges 0 to 9]
- Output Format of Sequential Data as Text:
EHS_SERLSX Seq. Data as Text; No. Range X [number ranges 0 to 9]
You can specify up to 9 number ranges for each output format.
Comments
- You must not change the syntax of the number ranges that are to be output. This ensures that no errors occur during the output process.
- You must not position the same number range with different output types and formats multiple times on the report template. This ensures that you know which output type and format will be used.
Dependencies
If you want to use number ranges with sequence numbers, the following values from label printing are defined for each number range or for each report symbol:
- Start Value of Sequence Number: determines the start value
- Serial Numbering Increment: the sequence number is increased or reduced by this value
- Number of Labels with Identical Sequential Numbering: specifies the number of labels with the same sequence number
If you want to use number ranges with sequential data, you must have edited the method DO_SEQUENCE_LIST_DETERMINATION (Determination of Sequential Data) in the BAdI: Scenario-Dependent Print Request Generation.
Example
Output of number range 4 with "Sequential Numbering as Text"
<02EHS_SERNO4>@TD_LBLSRN(ID=02EHS_SERNO4,PREFIX=000,POSTFIX=999)
- <02EHS_SERNO4>: Name of report symbol for number range 4
- @TD_LBLSRN: Name of output format; indicates that the sequential numbering is output as text.
- ID=02EHS_SERNO4: Start of the parameter list; always starts with the name of the number range. The parameters are separated by commas.
- PREFIX=000: The value 000 is output as a prefix.
- POSTFIX=999: The value 999 is output as a postfix.
Output of number range 5 with "Sequential Numbering as Bar Code"
<02EHS_SERBC5>@TD_BARCOD(ID=02EHS_SERBC5,TYPE=GS1_128,UNIT=1,HEIGHT=20)
- <02EHS_SERBC5>: Name of report symbol for number range 5
- @TD_BARCOD: Name of output format; indicates that the sequential numbering is to be output as a bar code.
- ID=02EHS_SERBC5: Start of the parameter list; always starts with the name of the number range. The parameters are separated by commas.
- TYPE=GS1_128: indicates the bar code type
- UNIT=1: indicates the unit of measurement
- HEIGHT=20: indicates the height in the unit of measurement
Output of number range 0 with "Sequential Data as Text"
<02EHS_SERLS0>@TD_LBLLST(ID=02EHS_SERLS0, PREFIX=Value,POSTFIX=Data,SIZE=10)
- <02EHS_SERLS0>: Name of report symbol for number range 0 of sequential data
- @TD_LBLLST: Name of output format; indicates that the sequential data is output as text.
- ID=02EHS_SERLS0: Start of the parameter list; always starts with the name of the number range. The parameters are separated by commas.
- PREFIX=Value: The Value value is output as a prefix.
- POSTFIX=Data: The Data value is output as a postfix.
- SIZE=10: Indicates the font size in points
<02EHS_SERLB0>@TD_LBLLSB(ID=02EHS_SERLB0,C=E128,H=10) with "sequential as bar code"
- <02EHS_SERLS0>: Name of report symbol for number range 0 of sequential data
- @TD_LBLLSB: Name of output format; indicates that the sequential data is output as a bar code.
- ID=02EHS_SERLB0: Start of the parameter list; always starts with the name of the number range. The parameters are separated by commas.
- C=E128: Indicates the bar code type
- H=10: Specifies the height of the bar code in millimeters.
History
Last changed by/on | SAP | 20130529 |
SAP Release Created in | 607 |