Financial Management Blogs by Members
Dive into a treasure trove of SAP financial management wisdom shared by a vibrant community of bloggers. Submit a blog post of your own to share knowledge.
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos
The standard way to download BPC package logs is by navigating a beautiful yet cumbersome tree structure in transaction UJFS:

wonderful tree structure

This ABAP report allows the user to directly paste the log file path, copied from the BPC data manager package status:

copy and paste

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
4 Comments