Skip to Content
Author's profile photo Stuart Bell

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:

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

Assigned Tags

      4 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Vadim Kalinin
      Vadim Kalinin

      Why not to put the code directly in the blog? It's not huge!

       

      Author's profile photo Stuart Bell
      Stuart Bell
      Blog Post Author

      I prefer to store code on a dedicated code repository platform (this blogging platform isn't one)

      Author's profile photo Vadim Kalinin
      Vadim Kalinin

      Then if something happen with this platform the blog will be useless. ..

      Author's profile photo Naveen Kumar
      Naveen Kumar

      Unable to access source code link , Could please provide the updated path to the source code.