Download BPC package log without browsing UJFS tree
The standard way to download BPC package logs is by navigating a beautiful yet cumbersome tree structure in transaction UJFS:
This ABAP report allows the user to directly paste the log file path, copied from the BPC data manager package status:
Paste the file path and execute the program to download package log:
Setup and usage
Get the ABAP source code from: https://git.bluefinsolutions.com/mud-public/bpc-ujfs-get-log/raw/master/ZSCB_GET_UJLOG.ABAP
Create a new report in SE38 and copy in the ABAP. Activate. Execute.
Parameters:
p_appset – BPC Environment name
p_lognam – Path to UJFS log, copied from BPC data manager package status
Why not to put the code directly in the blog? It's not huge!
I prefer to store code on a dedicated code repository platform (this blogging platform isn't one)
Then if something happen with this platform the blog will be useless. ..
Unable to access source code link , Could please provide the updated path to the source code.