SAP-Certified Solution

Aronis Automation Platform
for SAP LeanIX

Reduces manual work, improves data quality, and lets you focus on your core topics.

Live Automation

Eliminate manual efforts and keep data quality at maximum level. Endless possibilities for automating and scaling SAP LeanIX in your organization.

High-Level Scripting

Powerful scripting environment for custom automations without complex API programming.

Transport Management

Transport all configurations, automations and meta-model segments to other workspaces without manual configuration.

20+ Predefined Automations

Ready-to-use live automations for the most common use cases — activate instantly.

Automatic ToDos

Automatically create and assign ToDos for data quality gaps or when contacts leave the organization.

What You Can Automate

1

Inherit Tags

From organizations to applications or along other relations.

2

Link IT Components

Automatically based on CMDB information.

3

Complete Subscriptions

Automatically add managers from AD/HR as subscriptions.

4

Aggregate Relations

From children to parents and across other relations.

5

Keep Relations Consistent

Automatically complete triangles like Application → ITComponent → Provider.

6

Alerts on Changes

Email or ToDo when someone archives a fact sheet or removes themselves from subscriptions.

Data Quality Management

Understand your current data quality and improve it systematically — with clear KPIs, automatic reminders and reports in your corporate design.

Quality Metrics

Define your own quality KPIs and metrics. Identify which organizations are struggling.

  • Custom KPI definitions
  • Corporate design reports
  • PowerPoint & email export

Quality Gap Reminder

Automatic emails to stakeholders with all open data quality gaps and clear instructions.

  • Explains the "why"
  • Details per gap
  • Clear instructions

Scheduled Reminder

Regular review reminders so managers keep their subscriptions and fact sheets up to date.

  • Configurable schedule
  • Subscription check
  • Fact sheet freshness

LeanIX Scripting

The high-level scripting module is based on Python and provides the foundation for the entire Automation Platform. Less time developing, more time delivering value.

  • Native access to the entire LeanIX data model without coding any API calls
  • Auto-detection of meta-model with automatic class and method generation
  • Built-in authentication, GraphQL, paging, caching, error handling, rate limiting
leanix_script.py
# Load all fact sheets of a type
applications = Application.all()

# Get fact sheet by name
org = Organization("Acme Holding SE")

# Navigate relations
org.applications()[0]
   .itcomponents()[0]
   .providers()

# Query location attributes
org["location"]["geoCountry"]

# Check for tags
if org.has_tag("RnD"):
    ...

Browser Console

Run any Python script in the context of your LeanIX workspace — no installation required. All you need is an API token.

Open Console

Ready for more automation?

Let's discuss your use cases — we'll show you what's possible with the Automation Platform.