Hi
I want to know equivalent transaction code for AUT10 in SAP S/4 Hana. Can anybody throw light on this,please?
With Regards,
Request clarification before answering.
This is where the message AUT-a135 is raised. So check the table AUT_C_TABLOG
SELECT COUNT(*) FROM aut_c_tablog
INTO lv_db_entries. "#EC CI_NOWHERE
IF lv_db_entries > 0.
* New audit trail fuctionality active, old audit trail
* functionality can't be executed
ev_new_audit_trail_in_use = abap_true.
MESSAGE a135(aut).
RETURN.
ENDIF.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 13 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.