Question:
for the following tcode we have selection fields
like
cost center
gl account
we need to give authorisation to different users to execute only a particular cost centre and particular gl accounts.
how i can do it.
please advice
regards
DDeep
Answer:
You may not be able to. If there is no info in SU24 on the tcode, the run a trace with Authorizations turned on to see what may be checked to see what your degrees of control are. there may be none.
Answer:
In the CO area you can using this authorzation object to control (K_CCA)
In the User Role to add this object and limit the cost center or profit center...
Good luck to you...
Answer:
In the CO area you can using this authorzation object to control (K_CCA)
In the User Role to add this object and limit the cost center or profit center...
Good luck to you...
If the auth check isn't coded in the report, adding K_CCA into the report will not do anything.
For S_ALR_87013611 you can restrict KOSTL via auth object K_REPO_CCA. Depending on your setup this will not necessarily secure access to KOSTL
There may also be checks on
G_800_GRP
S_PROGRAM (P_GROUP=RW_1VK, ACTION=SUBMIT)
G_803J_GJB
G_800_GRP
Many S_ALR reports have the auth check in a logical database ADA, running a trace will not pick up these checks. I believe there is an OSS not which updates USOBT references for many of these transactions.
Cheers,
Al.