Organizational levels

Question: Hi,
a customer has added a new company code. Is there a way to add massively (without changing manually EVERY single role) the new company code to the organizational levels in the roles?

Thanks for every suggestion.

Answer:
You could record a CATT script (tx SCAT) or use a 3rd party tool such as Quicktest to update them.
Alternatively you could get an ABAPer to knock up something to perform the insertion.

Answer:
Please try thru the ABAP program pfcg_orgfield_create

Answer:
Manual is the best answer, A CATT assumes the Company code record in the org field entry screen in PFCG is alway in the same spot. It is not, nor are you guaranteeded that all roles have the same number of entries for company code. So getting a CATT to work would be more time consuming than just updating the roles.

The ABAP program pfcg_orgfield_create is for just that CREATING org levels not mass updating.

Since PFCG really has no meaning to the real security whatever you do you have to generate all the roles. I find using SUPC as a "list to work from" the fastest way to do tedious updates as you can skip alot of the screens and go directly to the authorizations. You can ask SUPC to list only those roles you want to work on and use AGR_1251 and enter BUKRS in the "field" field. you will then get a list you can use in SUPC.

Answer:
Thanks for the tip John! Using SUPC did make this task a little easier. I wish there were some way to automate this however!

Manual is the best answer, A CATT assumes the Company code record in the org field entry screen in PFCG is alway in the same spot. It is not, nor are you guaranteeded that all roles have the same number of entries for company code. So getting a CATT to work would be more time consuming than just updating the roles.

The ABAP program pfcg_orgfield_create is for just that CREATING org levels not mass updating.

Since PFCG really has no meaning to the real security whatever you do you have to generate all the roles. I find using SUPC as a "list to work from" the fastest way to do tedious updates as you can skip alot of the screens and go directly to the authorizations. You can ask SUPC to list only those roles you want to work on and use AGR_1251 and enter BUKRS in the "field" field. you will then get a list you can use in SUPC.



No comments:

topics