SAP ABAP Data Element WDY_TAG_NAME (Tag Name)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
⤷
SWDP_TAGGING (Package) Tagging / Side Panel
⤷
⤷
Basic Data
| Data Element | WDY_TAG_NAME |
| Short Description | Tag Name |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | WDY_TAG_NAME | |
| Data Type | CHAR | Character String |
| Length | 255 | |
| Decimal Places | 0 | |
| Output Length | 255 | |
| Value Table |
Further Characteristics
| Search Help: Name | WDY_TAG_SEARCH_HELP | |
| Search Help: Parameters | TAG_NAME | |
| 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 | 4 | Tag |
| Medium | 6 | Tag |
| Long | 18 | Name of Tag |
| Heading | 6 | Day |
Documentation
Definition
Here you can specify a tag.
Use
A tag has the following properties:
- Tags are case-sensitive.
- Colons and blanks are special characters and are not permitted.
- An optional colon is used to separate namespace and tag.
- A tag (without a namespace) is only allowed to contain characters 'a' to 'z', 'A' to 'Z', '0' to '9' and '_'.
- Valid namespaces are SAP namespaces (e.g. /1WDA/) or customer namespaces starting with Z, where the characters of tags permitted for customer namespaces are valid (see above).
Dependencies
Data element WDY_TAG_NAME is used to save tags.
Example
Valid tags:
- /1WDA/:Tag
- This_is_a_tag
- ZIPCode
- zNamespace:TagInNamespace
Invalid tags:
- Invalid Tag
- $pecial/\Character
History
| Last changed by/on | SAP | 20130604 |
| SAP Release Created in | 800 |