Compared to the regular XMLTypeAnalyzer, XMLTypeAnalyzerEx allows you to mark and recognize elements in the XML hierarchy as documents. This requires that an element within the XML structure is marked as an envelope (interchange) of the document using the MapInterchangeRecord attribute. Afterwards, an element that is located as deep as you like in the XML structure can be marked as a document using MapTrigger attribute. All higher-level elements of the trigger up to the root of the structure must then be provided with a MapTriggerParent attribute to mark the path to the trigger.
sample structure:
<root> <header>[MapInterchangeRecord] (Hinzugefügt in der Definition des Map-Objekts) ... </header> <body> [MapTriggerParent] ... <documentparent> [MapTriggerParent] <document> [MapTrigger] ... </document> </documentparent> </body> </root>
Evaluates the segment EDI_DC40 and enables, for example, partner recognition based on the information in a Custom Interchange Communication Address.
The following data elements are evaluated in the EDI_DC40 segment by the SapIDocAnalyzer.