You can create templates for partial structures (snippets) in the target structure starting from a node and reuse them later.
Creating snippets

(1) Select your node.
(2) Select “Snippets” via the context menu.
(3) Select “Me” (only for you), “Client” (for everyone under the client you are logged in under) or “Everybody”.
(4) Select “Create snippet from node”.
Pasting snippets
Start with either an empty target structure or, if a target structure already exists, do not select any nodes.

(1) Select “Paste snippet” via the context menu.
(2) Select your snippet.

Alternatively, you can insert your snippet into an existing node.


Managing snippets

To manage your snippets, open the target structure menu and select the “Manage snippets” option.

In the Snippet Manager, you can export, import, and delete your snippets using the context menu.
Default snippets
A few snippets are already included by default. However, we will not go into detail here.
Name | Description |
|---|---|
CallSapRfc | Help structure for calling an SAP RFC with a function. |
CallSoapWebservice | Help structure for calling a SOAP web service with a function. |
ForEach_AddToList | Help structure for traversing a node of the source structure and writing values to a list (path must be set). |
ForEach_AddToMap | Help structure for traversing a node of the source structure and writing values to a map (path must be set). |
ForEach_DeliverySchedule | Help structure for evaluating EDIFACT source structures (path must be set). |
LoadEDIData | Help structure for evaluating EDIFACT source structures (path must be set). |
Logging | Help structure for generating log messages. |