‎2005 Jul 29 11:32 AM
Hi,
how can I find mannually added tcodes to a Role.
regards
surpreet
‎2005 Jul 29 12:48 PM
‎2005 Jul 29 11:34 AM
‎2005 Jul 29 11:38 AM
i want to create a program which will find mannually added tcodes to a role.
PFCG -> Change authorisation data -> then we mannually add a tcode.
the report should find all the mannually added tcode for any given role
‎2005 Jul 29 11:45 AM
Hi,
I think SAP creates the transaction code with different naming convention. Using this you can identify the manually added reports.
Thanks
Vinod
‎2005 Jul 29 11:53 AM
let me explain in detail, i created one role ZTEST in PFCG, to this i added some transactions on the "MENU" tab. Then on "Authorisation" Tab i 'click change authorisation data' button. here expand all and you will see under 'standard' a blue strip 'transaction code'. in front of it you have list of all the transactions which you added earlier. double click this white tab, now we can add any number of transactions, these are called mannually added transactions.
Now i want to create a program in SE38, which if given parameter "role" ZTEST, then it should show me all the manually added tcodes.
please suggest which tables should i check, and how can i know which tcodes are manually added.
regards,
surpreet
‎2005 Jul 29 12:48 PM
‎2005 Jul 29 1:20 PM
Table AGR_1251, field 'MODIFIED' will have a value 'S' for system added, and 'U' for manually added tCodes.
Select records from this table with the role name (field AGR_NAME)
cheers,
‎2005 Aug 01 6:55 AM