cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict Delete Access in FBV0 for Parked documents

Former Member
0 Kudos


We are havng an issue for restricting users from deleting Parked Documents of other users in FBV0. Is there a way to restrict Delete access to only documents a user created themselves?

Thanks

Chaz

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Use Authorization Objects depending upon your authorization setup to restrict Activity Delete.

F_BKPF_BED

F_BKPF_BEK

F_BKPF_BES

F_BKPF_BLA

F_BKPF_BUK

F_BKPF_BUP

F_BKPF_GSB

F_BKPF_KOA

Former Member
0 Kudos

Thanks Sireesh. I got a better understanding of the porcess being used (FBV3 to select) and i can protect the Entered By field which defaults to the ID of the caller. Thanks again

ajaycwa1981
Active Contributor
0 Kudos

Hi Chaz

I don't think that will be possible unless you implement a validation using user exit

Write a validation in OB28 using RGGBR000 user exit to validate the USNAM field

Br. Ajay M

Former Member
0 Kudos

Thanks Ajay. I got a better understanding of the porcess being used (FBV3 to select) and i can protect the Entered By field which defaults to the ID of the caller. Thanks again