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

Counterpart for EXIT_SAPLSABE_010 for function modules

Former Member
0 Likes
703

Hello all,

Does anybody know anequivalent for the Exit EXIT_SAPLSABE_010 but for function modules, classes and/or maybe even SAP Queries.

I want to implement such enhancement to save information in a customer table as execution log for several kinds of objects. reports, function modules, class-methods, and so on.

The standard application statistics as ST03N unfortunately doesn't offer a log for a long logging period as e.g. one year.

Or may be anyone can even post some sample source here or any other idea to get or save this information.

I want at least to get the information: object type, object name, user that executed the object, timestamp of execution.

If I could even get the selection entered, that would be great but isn't a need.

FYI: we're running SAP Netweaver 2004s (ABAP only)

regards

Sven

Hello all,

Does anybody know anequivalent for the Exit EXIT_SAPLSABE_010 but for function modules, classes and/or maybe even SAP Queries.

I want to implement such enhancement to save information in a customer table as execution log for several kinds of objects. reports, function modules, class-methods, and so on.

The standard application statistics as ST03N unfortunately doesn't offer a log for a long logging period as e.g. one year.

Or may be anyone can even post some sample source here or any other idea to get or save this information.

I want at least to get the information: object type, object name, user that executed the object, timestamp of execution.

If I could even get the selection entered, that would be great but isn't a need.

FYI: we're running SAP Netweaver 2004s (ABAP only)

regards

Sven

1 REPLY 1
Read only

Former Member
0 Likes
530

Anyone an idea?