Tags supported for explanation properties and the UI element Explanation :
Tag |
Description |
---|---|
<OnScreenExplanation> </OnScreenExplanation> |
Root tag for the documentation text |
<ScreenElement> </ScreenElement> |
Inner text as the name of a screen element |
<NavigationPath> </NavigationPath> |
Contains a list of screen elements as the navigation list |
<Emphasis> </Emphasis> |
Highlighting |
<Paragraph> </Paragraph> |
Paragraph |
<BulletedList> </BulletedList> |
List with bullet points |
<NumberedList> </NumberedList> |
Numbered list |
<ListItem> </ListItem> |
List entry You use a list entry within a <BulletedList> or a <NumberedList>. |
The tag name is accessed using CL_WD_FORMATTED_TEXT=>E_WAD_TAG (for example, CL_WD_FORMATTED_TEXT=>E_WAD_TAG-EMPHASIS).
SAPscript Texts
You can also use SAPScript texts:
DDIC binding for Explanation properties on field help
and
textDocumentName property for the Explanation UI element
The following formats are possible:
Format |
Description |
---|---|
B1 |
Liste (level 1) o selection |
N1 |
Numbered list level 1 |
Format |
Description |
---|---|
ZK |
Italics |
All other formats are ignored, that is, they are not evaluated.