Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

OO Application Log

MariaJooRocha
Contributor
1,942

Hi SCN,

Regarding applications log, is there equivalent BAL functions in OO (pure OO) (create, display, etc)?

Thanks.

Regards,

Maria João Rocha

1 ACCEPTED SOLUTION
Read only

NTeunckens
Active Contributor
1,737

A SAP Standard solution could be the use of Interface "IF_RECA_MESSAGE_LIST" : link

There's a GitHub-repo for a ApplicationLog Class that has gathered some attention : link

7 REPLIES 7
Read only

NTeunckens
Active Contributor
1,738

A SAP Standard solution could be the use of Interface "IF_RECA_MESSAGE_LIST" : link

There's a GitHub-repo for a ApplicationLog Class that has gathered some attention : link

Read only

0 Likes
1,737
Nic Teunckens,Thank you very much. Wich one you advise to use? The standad SAP?I'll study right away.Regards,
Read only

matt
Active Contributor
1,737

I've written one (Actually, several in various places). It's quite straightforward. It is a bit odd that SAP didn't supply one, since, if I recall correctly, the BAL came in after Objects.

Read only

0 Likes
1,737

Matthew Billingham,

Thank you very much for your reply.

Is it available? Where?

Regards,

Maria João Rocha

Read only

matt
Active Contributor
1,737

Various clients' systems. On a few occasions, I've found someone got there before me.

I'm suggesting writing your own, if a Z one doesn't already exist. It really is simple - no more than a day's effort.

Read only

NTeunckens
Active Contributor
1,737

Hello Maria,

On your Question "Wich one you advise to use?", I think it would be best to reach back to your companies / IT-department's approach in such matters.

  • Does the Standard-Log do what you want to achieve NOW (and possibly in the future)? Is it clear what it does and doesn't? Would your co-workers feel comfortable using this as well? Is it documented enough?
  • You might want to create a Custom Logger, but is that the right time and place for your work now?
  • You could use the "ZCL_LOGGER" from the GitHub-repo?

I suggest you go through the Blog and the discussion below the page, where people point out the possible drawbacks in using 'RECA' or Custom Development ... These can offer some opinions to make a decision.

(As Matthew states, it wouldn't be a huge development to create a Custom Log Class yourself ...)


Kind regards

Nic T.

Read only

0 Likes
1,737

Thanks again.

I'm ABAPer working on IT department 🙂 and working in progress with OO.

Regards,

Maria João Rocha