cancel
Showing results for 
Search instead for 
Did you mean: 

BTP ECLIPSE: Application Log ACCESSING

Hello everyone,

The Eclipse ADT has most of the necessary parts where as, I was not able to get to know how to access the application logs as we use T-Codes in ECC(SLG0 & SLG1), and I couldn't find any way to access this part in my RAP Model .
Would be helpful if someone could acknowledge on this.

Thanks & Regards,
Naveen Kumar M

Accepted Solutions (0)

Answers (2)

Answers (2)

AleGuarneri
Explorer
0 Kudos

I know this is an old post, but probably still somebody may be interested in using the real SLG1 equivalent in the ABAP Cloud environment without using APIs or having to build a CAP application.

The Application Log is kinda well hidden, but it's there.

In your ABAP Web UI, try the tile called "Employee Log" (the URL should look like this: https://<your-tenand-id>.abap-web.eu10.hana.ondemand.com/ui#EmployeeLog-showList&/PersKey/default/LogObjectId/FS4BPU/LogObjectSubId/UPLOAD%252C%2520EMAIL_CHECK/LogExternalId//DateFrom//DateTo//Feature//LogHandleList//ShowAsTree) and you will immediately recognize the good old SLG1.

This URL here is specific for one object and several subobjects which you can easily override in the filters and put whatever you're interested in.

I hope this helps a lot of people interested in using the Application Log.

Cheers

Alex

rene_zink
Employee
Employee
0 Kudos

Hello,

currently there are 2 options to access application log entries in BTP ABAP environment :

  1. Via ABAP API call:
    Please follow the related documentation: https://help.sap.com/docs/BTP/65de2977205c403bbc107264b8eccf4b/c75fe474b16f42ca8a23df72b80b3b6d.html...
  2. Via using Fiori reuse library:
    Please find related documentation here:
    https://help.sap.com/docs/BTP/65de2977205c403bbc107264b8eccf4b/a094e54ff3234c68a41395e029a3f022.html...

Regards,

René

AleGuarneri
Explorer
0 Kudos

rene.zink many thanks for this tip.

I'd like to go for the Fiori reuse library but I must admit I am a bit lost. Where do I start from? The documentation assumes I have a manifest.json file to manipulate, but where to I get this in principle? I?m sure I'm missing something very basic. Can I create Fiori Elements App in SAP ADT, or shall I switch to BAS?

Many thanks for your help, if you'll find some time for me. 😊

Cheers

Alex