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

Services for Object

Former Member
0 Likes
340

Hello All,

I have a scenario where a set of users enter their comments in the "CreateNote" tab in Services for object.

After it is done nobody should be able to delete the notes created in here.

Is there any method to achieve this.

Many Thanks in Advance,

Vineeth.

1 REPLY 1
Read only

Former Member
0 Likes
320

Hi,

I guess BADI GOS_SRV_SELECT could solve the problem. You may disable the change button and other functions (perhaps using authorizations as a trigger).

*Structure IS_LPOR contains

*INSTID * Obkey := keyfields of Business Object

*TYPEID * i.e. BOR TYPE 'ZDGF_DG'

*CATID * i.e. 'BO' for BOR

Be carefull - It is used for all kind of objects - so add CASES for combinatons of CATID/TYPID and call an own function/method for each.

Kind regards,

Holger