Skip to main content

Angles for SAP IT Management Console

Export Angle to EA Format

The EA format defines an Angle as a table. It consists of a zip file containing a .txt and a .xml file. The .xml file contains the definition, and the .txt file contains the data. Together, these files define the Angle as a table. This table can be connected to a model just like other external tables.

To export an Angle to EA Format
  1. Click Add new datastore.

  2. Select Export Angle to EA Format.

  3. Click OK.

    The Create datastore window appears.

  4. Enter the Datastore name.

  5. Select the Save To location. This can be a local folder, AWS S3, a network drive, or SharePoint. Depending on your choice, you are presented with different settings:

  6. Click Test connection to test if the location is available.

  7. Insert model timestamp - Specify in which column the model timestamp should be inserted. Use '1' to select the first column, '2' to select the second column, and so forth. Select 'None' if no model timestamp column is required.

  8. Set format - Select a format for the set elements:

    • Id - When Id is selected, the IDs of the set elements will be exported. This option is most useful when the output is used for further automatic processing, like in databases or CSV.

    • Display - When Display is selected, the set elements in the export will be formatted as defined in the Angle Display. This means, 'short', 'short (long)' or 'long' column names will be used. This option is most useful when the output is used for direct interpretation, like in Excel or HTML format.

  9. Max rows to export - When exporting data only the specified number of rows will be exported. If the result contains more rows, remaining rows will be skipped. Use value -1 to export all rows.

  10. File name - Name of the file to write the Angle data to. Macros can be used to include the Angle name, Display name and/or timestamp.

  11. Append result - Append result to output table. When checked, the data will be appended to the existing table or file. If the file/table does not yet exist, it will be created. When unchecked, a new file or table will be created on every run. When the file/table already exists, it will be overwritten. Note that when append is disabled, the table will be recreated for every run. Macros can be used to include the Angle name, Display name and/or timestamp.

  12. Number of key fields - Specify the number of key fields in the table schema. '0' means no key fields.

  13. Click Save.