cancel
Showing results for 
Search instead for 
Did you mean: 

Object link with final status only

Former Member
0 Kudos

Hi

We have following scenario:

- We want to link the PR with document but only when the document is processed through approval procedule and once it reaches to final status then only object linking shall be possible... I want to prevent the object link in other status for the same document.

How can we achieve this?

Regards

Yogesh

Accepted Solutions (1)

Accepted Solutions (1)

christoph_hopf
Advisor
Advisor
0 Kudos

Hi Yogesh,

I think that an implementation of a DMS BADI could help here to filter the object links and display only those documents which are in the final status. For this action you can use the following BADIs I think:

- BADI_DOCUMENT_OBJ: This one controls the behavior from DMS side

- BADI_DOCUMENT_OBJ1: This one handles the behavior from object side

I hope this information could be useful for you.

Best regards,

Christoph

Former Member
0 Kudos

There is a standard authorisation object to limit objecting by status.

C_DRAD_OBJ

Former Member
0 Kudos

hi,

alternative method,

U could control Statuse wise access for respective users, using authorization controls for individuals, in PFCG

You refere Athol's sugession, also ceck with 'C_DRAW_TCS' statuse control.

Benakaraj

??P

Former Member
0 Kudos

Thanks..

Resolved with authorization object

Answers (1)

Answers (1)

Former Member
0 Kudos

hi, yogesh,

u can do this by set flag Object link check, defin statuse in DC10. u can set this according to your Status.

this is only Alternative. any how check this.

benakaraj

??P