Hi All,
As my current company uses ARIS interfaced with SAP SolMan, I was wondering if I can run a specific report in SAP SolMan on all scenarios - processes and process steps (SAP IDs if possible as well).
With this report my goals is to compare the contents in SAP SolMan with the contents in ARIS. This because we do not set the deletion indicator while synchronizing from ARIS and we might have overlooked redundant processes still remaining in SAP SolMan.
Thanks in advance for your help.
Cheers,
Maarten
Alexey Shmonov on
Hi
There is no standard reports with such functionality
What we did in our project - we established governance process around synchronization, and every time a modeler needed to remove process steps or activity from ARIS model he had to mark it for deletion (we did it by move it to special lane on the model), than I wrote the report, which collected all the marked objects into spreadsheet and then SolMan admin checked these nodes in SolMan, if they have any documentatioin/RICEFWs attached. If there is no documentation, we delete process step from ARIS and synchronize "with deletions". If there are some docs - the owner have to reassign them.
And I also developed a macro, which prevents deletion of process steps from models, so the modelers were "forced" to mark these objects for deletion.
In your case, I guess, the simplest, though still painful, way could be export all the process steps from SolMan to excel (solar_eval), and export all the process steps from ARIS in same format, and then compare two spreadsheets in Excel...