HomeContact Us

Frequently asked questions

What does it do?

You paste SAP ABAP source, choose an analysis mode, and it produces structured documentation of what the code does — grounded in the code itself. Every result is an AI-generated first draft for a qualified person to review, not a finished or certified document.

How does it work?

Your code is sent to a large language model (Anthropic Claude) with a carefully constrained prompt. The model documents the program section by section, separating what is observed directly in the code from what is inferred, cites evidence with line numbers, and lists the identifiers it touches. You can export the result to PDF.

What’s the difference between Technical and Payroll mode?

Technical mode focuses on program purpose, execution and data flow, database operations, performance, dependencies, authorizations, and technical risks.

Payroll mode focuses on SAP HCM/Payroll relevance: payroll inputs/outputs, employee selection, retroactive-accounting exposure, external interfaces carrying payroll data, controls, and audit notes. The mode changes the actual analysis, not just the display — pick it before you analyse.

What’s in the output?

Each analysis includes:

  • A classification (payroll-relevant or no direct payroll impact detected) and an overall risk level.
  • Sections (purpose, flow, inputs/outputs, dependencies, controls, risks, review points) — each with Observed / Inferred points, a risk level, a confidence score, and evidence.
  • A simple flow diagram of the execution/data flow where one can be determined.
  • A code inventory — tables, infotypes, wage-type literals, function modules, RFC destinations, hardcoded values, etc. (listed as written; business meaning is not interpreted).
  • Limitations — what could not be verified from the source you provided (missing includes, dynamic calls, config).

Which AI model is used?

The default is a fast, capable model suitable for most programs. Ticking Deep analysis uses a more thorough (slower) model for complex code. Deep analyses take longer and cost 2× the credits.

How large a program can I analyse?

Up to about 200,000 characters per submission. If a program is larger, analyse the main program and its key includes separately, or contact us — we’re interested in supporting larger programs.

What does it cost, and how do credits work?

Analyses are priced in credits: 1 credit per ~40,000 characters (rounded up, minimum 1), and 2× for Deep analysis. Most programs cost 1 credit.

The Free plan includes 6 free credits every month. Monthly plans refresh a larger allowance:

  • Solo — $29/month, 60 credits/month.
  • Pro — $79/month, 200 credits/month.
  • Team — $249/month, 1000 credits/month.

You can also buy one-off credit packs that never expire:

  • Starter50 credits for $25.
  • Standard150 credits for $49.
  • Bulk750 credits for $199.

Free monthly credits top up to your plan’s floor each month; purchased credits roll over. Cancel a subscription anytime from the billing page; access continues until the end of the period.

Accounts, history, and my code

Sign up with an email and password. By default your pasted code is not stored — it’s used to produce the analysis and not kept. If you tick “Save this code to my history”, the code is stored so you can re-open, re-run, and export it; you can delete any saved analysis (and its code) at any time from your history.

How accurate is it? Can I rely on it?

Treat every result as a draft. AI output can be incomplete or wrong, and risk/confidence scores are estimates, not guarantees or certifications. Always have a qualified SAP professional verify the output before relying on it. See our AI Disclaimer and Privacy Policy.