‎2008 Jun 20 12:40 PM
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.
‎2008 Jun 20 12:53 PM
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