cancel
Showing results for 
Search instead for 
Did you mean: 

validation for Tcode FBV0 not be able to perform parking & posting of same document

0 Kudos
607

Hi,

Client want to require validation for Tcode FBV0 (Vendor invoice Booking & Credit Notes) that same person should not be able to perform parking & posting of same document.

Kindly suggest me logic how to do validation.

Thanksℜgards

Gnana Prakash.

View Entire Topic
djchoosy
Active Participant
0 Kudos

Instead of using Validation, why not use Workflow? It is a more viable way for the control of user who should park and post.

But if you're stuck in using Validation, try to use '3' Complete document and make sure that Parked By is not equal to User name:

BKPF-PPNAM <> (NOT EQUAL) BKPF-USNAM

Else, throw out your error.

Thanks!