Hi All,
Using SAP BPC 10.0 Netweaver version, is it possible to export Audit Data to external file?
We would like to audit all actions performer on model, we would like to have current audit data (purged after default 5 days) and archive audit data. I wanted to use export to csv option on Audit Data report, but report can show only 10.000 rows, therefore if there is more than 10.000 rows export can't be performer.
It would be nice if there was package to export those data, like export_td_to_file...
Hi Michal,
You can create your own chain 😊)
But in general you can find the audit table name using SE38 -> UJ0_GET_GEN_TABNAME
And then in SE16 export this table.
B.R. Vadim
Add a comment