Help Center / Remediation / Exporting Recommendations

Exporting Recommendations

Remediation output is exported per view, so the file you produce depends on which tab you are on and what you have filtered. The choice matters less for the data and more for the audience: a role owner needs a short list of changes, a project manager needs the phased plan, and downstream tooling needs the JSON.

Export targets

TabDefault filenameFormatContains
Remediation, all risksall_risks_remediation_report.jsonJSONThe complete structured report, every risk and recommendation
Remediation, all risksall_risks_remediation_report.tsvTSVThe same content, flattened for a spreadsheet
Remediation, per userusers_remediation.csvCSVPer-user remediation view as filtered on screen
Remediation, per roleroles_remediation.csvCSVPer-role remediation view
Recommendations summaryrecommendations_summary.csvCSVOne row per risk with impact and complexity totals
Remediation instructionsremediation_instructions.csvCSVThe flat list of concrete changes to apply
Grouped recommendationsgrouped_recommendations.csvCSVRecommendations consolidated where several users need the same change
Removed risksremoved_risks.csvCSVRisks the recommendations would clear

Which file for whom

  • A role or composite owner approving a change: filter the per-user view to their population and export users_remediation.csv. It shows the user, the access, and the usage evidence that justifies removal
  • Whoever executes the changes in PFCG or the IAM tool: remediation_instructions.csv, which is the actionable list without the surrounding analysis
  • Reducing execution effort: grouped_recommendations.csv, which consolidates the same change requested for many users into one instruction
  • Reporting what the exercise achieves: removed_risks.csv alongside recommendations_summary.csv
  • Building your own workbook or feeding another system: all_risks_remediation_report.json, the only export that preserves the full structure including rationale per recommendation

Exporting for a single risk

Filter to the risk before exporting rather than exporting everything and cutting it down afterwards. Every export writes the current view, so a filtered table produces a filtered file.

Building a deliverable workbook

The JSON export plus remediation_instructions.csv, recommendations_summary.csv and removed_risks.csv are the inputs the remediation workbook tooling expects. Adding single_roles.json and composite_roles.json from the data source export additionally allows a per-user delta showing exactly which transactions and Fiori apps each person would lose.

Verify before you circulate

An export is a proposal, not a validated change. Simulate the recommendations first and confirm nothing new appears in the Added column. See User Simulation.

Updated on: 2026-08-02

« Back to Remediation