cancel
Showing results for 
Search instead for 
Did you mean: 

Validation restrict the user who has processed the MIRO not to do at FB02

Former Member
0 Kudos

Dear Gurus,

I want to restrict the user who has processed the MIRO should not able to change the accounting document of invoice at FB02. I want to do this through validation. Anybody give the details at "Prerequisite " and "Check".

Pls give the Tables, field names and conditions in detail.

Thanks in advance.

Regards,

Venkata Reddy.Mudda

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I got the solution. Thanks

Former Member
0 Kudos

Dear John,

I want to restrict the accounting document generated at MIRO, and compares the user who has processed this document with user who will change the document at FB02.

I mean to say,

"User at accounting document MIRO" not equal to "User for the accounting document at FB02."

Regards,

Venkata Reddy.Mudda

iklovski
Active Contributor
0 Kudos

Hi,

Set prerequisites BKPF-GLVOR="RMRP" (MIRO)

and the check BKPF-USNAM=SYST-UNAME

Regards,

Eli

Former Member
0 Kudos

Hi,

You can use the following fields for pre-requisites:

1) BKPF-USNAM = user id

2) BKPF-AWTYP = RMRP (invoice receipt)

3) BKPF-TCODE = MIRO (t.code from which document generated)

Regards,

Angad

Former Member
0 Kudos

This should do the trick:-

Prerequisite

SYST-TCODE = FB02 AND

BKPF = MIRO

Check

SYST-UNAME <> BKPF-USNAM

John