2007 Feb 13 1:35 PM
Can any one explain me how to create a new field for a authorizaion
object
2007 Feb 13 2:09 PM
HI,
Go to SU21.
Select a module/class where you would like to create the authorization object.
select the object in which you need to add new field. [you can add only to existing custom 'Z' auth.object].
In change mode you can add new activities into the selected object.
Regards
Subramanian
2007 Feb 13 1:37 PM
Creating Authorization Fields
In authorization objects, authorization fields represent the values to be tested during authorization checks.
To create authorization fields, choose Tools ® ABAP Workbench ® Development ® Other tools ® Authorization objects ® Fields.
To create a authorization field:
Choose Create authorization field.
On the next screen, enter the name of the field. Field names must be unique and must begin with the letter Y or Z.
Assign a data element from the ABAP Dictionary to the field.
If desired, enter a check table for the possible entries. For more information about check tables, see Link to the check table. The link provides possible field values. You can also define a value range by way of the area with which a field is associated.
For more information about AUTHORITY-CHECK, see the keyword documentation of the ABAP Editor.
You can often use the fields defined by SAP in your own authorization objects. If you create a new authorization object, you do not need to define your own fields. For example, you can use the SAP field ACTVT in your own authorization objects to represent a wide variety of actions in the system.
check....
http://help.sap.com/saphelp_nw04s/helpdata/en/52/67168c439b11d1896f0000e8322d00/content.htm
2007 Feb 13 1:43 PM
Hi,
You can create a new field foran Authorization Object in the transaction/s 'SU21' or SU22 for maintaining the Auth.Objects.
Regards,
Chaitanya
2007 Feb 14 6:55 AM
Hi all ;
How to add an authorization object created; to a profile without using PFCG
Regards
sanjeev.S
2007 Feb 14 7:12 AM
Hi all ;
How to add an authorization object created; to a profile without using PFCG
Regards
sanjeev.S
2007 Feb 13 1:47 PM
2007 Feb 13 2:09 PM
HI,
Go to SU21.
Select a module/class where you would like to create the authorization object.
select the object in which you need to add new field. [you can add only to existing custom 'Z' auth.object].
In change mode you can add new activities into the selected object.
Regards
Subramanian
2007 Feb 14 6:41 AM
Hi thanks for ur prompt reply ,
can you please tell whats the procedure for copying the authorization object to
another object. so that i can make changes in that object.
for eg P_C_CK object
contains following feilds
KONNR Individual PF account number
AUTGR HR-CH: Authorization group for PF accounts
PKKLV HR-CH: Pension fund : Authorization level f
and i want to include new field under the object P_C_CK
So how can i make to changes to include new feild. How to copy P_C_CK to new
customizing object
I want your kind help in this regard
2007 Feb 14 6:45 AM
HI,
If you are not able to find an option to copy, then, create a new one with the required fields.
Regards
Subramanian
2007 Feb 14 6:49 AM
check SU21 , pick right module after that create a new one .
Regards
prabhu
2007 Feb 14 7:55 AM
thanks for ur kind suggestion
i have created a new object . Now i want to assign that object to a profile
so what will be the procedure for it
regards
sanjeev.S
2007 Feb 14 8:00 AM
I have created a new profile in su02 and tried to that assign that object
I had given the object name ; but i dont know how to give authorization
for that object
Please give ur valuable suggestions
regards
sanjeev.S
2007 Feb 14 8:02 AM
Hi,
I have not assigned an authority object to a profile. It is done by the security folks.
You write your abap code for the authority-check.
Give the object name to the functional contact, they will take care of assigning proper profile to this object.
Regards
Subramanian