Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Authorization object

Former Member
0 Likes
603

Hi Experts,

Now i am working on a object in CMOD.

The requirement is in Transaction CO02 to edit production order.

He client required to maintain 2 fields should be show dual behavior.

For few user it should be in editable mode and for few it will be in only display mode.

I have got the object created by Basis team. but i don't have any idea to use that object.

Please provide me any idea or source code to handle the requirement.

Thanks in Advance.

Regards,

Rakesh

3 REPLIES 3
Read only

FredericGirod
Active Contributor
0 Likes
553

Hi,

before starting your CMOD, have a look to the trans. SU24. Enter your transaction code and check if there is not already an object to control what you would like.

regards

Fred

Read only

former_member223981
Active Contributor
0 Likes
553

Which 2 fields in CO02 are you referring to?

Badi WORKORDER_UPDATE (Method INITIALIZE) could be a suitable place to insert your logic.

Read only

Sidhant-Acharya
Participant
0 Likes
553

Hi,

AUTHORITY-CHECK
OBJECT 'S_USER_GRP'

        ID 'ClASS' FIELD 'UNAME'

        ID 'ACTVT' FIELD '03'.

Check this link it may be help full

http://help.sap.com/abapdocu_70/en/ABAPAUTHORITY-CHECK.htm