Application Development 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: 

Generate logs from user report options

0 Kudos

Hi all !

I would like to know if there is a possibility to generate logs from report user selection:

E.g: users can fill execution options to delimit the scope of the report execution and the output, company code, date ranges, account numbers, cost.

- Is there a way to generate logs containing these report options that were typed / filled by the user for every transaction executed?

- If Yes could you please assist?

Thanks in advance for the cooperation!

Regards,

1 ACCEPTED SOLUTION

Former Member
0 Kudos

There is a way of doing this using the object history, but the user can control this themselves and turn it off if they want to.

Read the SAP notes on term "RSSGOSHIRE".

Another way is to use parameter transactions or variant transactions, which the user cannot change or only change selected parameters for which you don't care about.

Cheers,

Julius

1 REPLY 1

Former Member
0 Kudos

There is a way of doing this using the object history, but the user can control this themselves and turn it off if they want to.

Read the SAP notes on term "RSSGOSHIRE".

Another way is to use parameter transactions or variant transactions, which the user cannot change or only change selected parameters for which you don't care about.

Cheers,

Julius