Use the following SQL to quickly update logging to be enabled.
Note that this statement will enable logging for PY(ish) environments for the F0011.
update sy812.f9500001
set frffcfr5 = '1'
where frobjnm = 'F0011' and frenvironmnt like '%PY812%' ;
commit ;
You need to do this because auditing is sometimes a real pain in the ass. It thinks it's off in the catalogs, but maybe after a data refresh, it's actually on... You know what I mean if you got to here!
I love blogging about new technology appropriate for the enterprise. I want to change the face of innovation to embrace change, agility and promote an innovation culture.
Subscribe to:
Post Comments (Atom)
-
Why am I still doing this. Fixing fat clients is not a lot of fun. Here is a couple of tips for connecting to the database using NTS and...
-
Ever wanted to know what that pesky OMW transfer error message code meant, here is the list of errors and what they mean in some meaningful...
-
CK : User Preference Cookies (what is saved in user preferences – Enable Hover Forms etc) GF : Grid Format (added when user adds a fri...
No comments:
Post a Comment