Application Development 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: 

Disabling delete button in service object list fom VA03

former_member841898
Participant
0 Kudos

Hi all,

i want to disable the delete and change button in attachment list of service object list (GOS) IN T CODE VA03.

I have found that it can be done by modifying the method CHECK_STATUS of class CL_GOS_SRV_ATTACHMENT_LIST,

and then calling it in t code SGOS.

i have copied this class to a Z CLASS but unable to modify the method it asks for access key.

any help is highly appreciated with example.

thanks,

pankaj gupta

2 REPLIES 2

DavidLY
Advisor
Advisor
0 Kudos

Hello,

The authorizations in GOS has nothing to do with the authorization in

application level, e.g. in VA03. In standard you can use the new

authorization object S_GOS_ATT from SAP note: 1293080.

Otherwise:

A possible workaround could be the following:

Without an authorization the attachments are only deletable by the

owners or by users with sapoffice administrator authorization. If you

do not give users this sapoffice admin authorization, than only the

owners are able to delete the attachments. See SAP note: 552127

(point 3).

OR due to a modification some functionalities can be restricted.

For more information you can read the SAP note: 491271.

Regards,

David

Former Member
0 Kudos

This message was moderated.