cancel
Showing results for 
Search instead for 
Did you mean: 

Validation check

Former Member
0 Kudos

HI

We are working on ECC6.

we have a Validation for checking the Tax Jursidiction Code

Parameters:

Application Area: FI

Call up Point: 3

Below is the prerequisit

SYST-TCODE <> 'FB02' AND SYST-TCODE <> 'FBL1'

AND SYST-TCODE <> 'FB08' AND SYST-TCODE <> 'MR8M'

AND

SYST-TCODE <> 'VF11'

AND SYST-TCODE <> 'FBB1'

AND SYST-TCODE <> 'F.05'

Below is the Chek

U901

But still i can post with different tax jursidiction code.

Can you tell me how to chek this. Do i have to activiate/run any program after this is setup in ECC6? How to make function this validation.

Spandana

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member213733
Active Contributor
0 Kudos

Hi ,

why are there so many 'AND' in the formulation of the validation .

Kindly check the prerequisite once more as 'OR' would be a bit logical in your case .

Hope it helps .

Regards ,

Dewang

Former Member
0 Kudos

Dear Spandana

Two things I would suggest for this:

1. pre-requisites you have taken with AND command, please use OR command to recognize any of these codes by the system.

2. Check OB28 for assignment to Comapny Code and Validation.

Thanks!!!

Murlidhar Khatri