Tag identifier Meaning
DYNAMIC_INCLUDE The tag includes an XML script file.
Contrary to the INCLUDE tag, read-in is first only realized when executing the corresponding
operation.
For large projects, the use of the tag reduces the load time of the customer area and/or the
cycle support. Further, the average level of resources is reduced, as not all of the dialogs
are always called during a session.
Syntax:
<DYNAMIC_INCLUDE src="path name"/>
Example:
<SOFTKEY POSITION="3">
<CAPTION>MY_MENU</CAPTION>
<DYNAMIC_INCLUDE src/>
<NAVIGATION>MY_MENU</NAVIGATION>
</SOFTKEY>
ELSE Instruction for situations where the condition has not been met (IF, THEN, ELSE)
Generating user dialogs
1.7 XML identifier
Easy XML
26 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1