cancel
Showing results for 
Search instead for 
Did you mean: 

Validations - Project

Former Member
0 Kudos

HI

I have more than 99 Plants & same number of Profit centers with 1:1 relationship.

I need to validate the combination entered by user in PD.

how to achieve this in a single step ??

are there any "SET" kind of features in Validations which will take care of the above so that I can finish all the requirement in only one step??

regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Validation: Under 'Check' use function 'IN' and set directory which is the 'SET' you are looking.

Regards

Sreenivas

Former Member
0 Kudos

HI

Thats right.

the function should have intelligence to check within two "IN" s sequentially.

(1,2,3,4) ==== (a,b,c,d)

A valid Combination of 1a / 2b / 3c / 4d should be checked for & throw error in case of violations like 1b / 1c / 1d etc....

this is what i am looking for.

regards

former_member203108
Active Contributor
0 Kudos

Even we have 100+ plant and 1:1 relation with profit center, but luckily our plant code and profit center code are same, so i just wrote a simple substititution to copy the plant into profit center.

0 Kudos

Hi,

If the plant number and profit center number is not same, and if some part of the profit center matches with the plant then use exit functionality in the validation where you can set logic to compare the values.

Regards,

Harish

Edited by: Harish Gopala Reddy on Dec 16, 2010 10:47 AM

Former Member
0 Kudos

This message was moderated.

former_member203108
Active Contributor
0 Kudos

Thanks for coming back with solution, but I would appreciate if you could avoid typing everything in Capital letters. It is not allowed as per forum rules.

Former Member
0 Kudos

Done Sir, will be taken care.

former_member203108
Active Contributor
0 Kudos

Good. Your posts are valuable so make sure that you dont breach forum rule and end up in getting your thread deleted.

Former Member
0 Kudos

Mistake of typing in Capital letters is being rectified.

Hi

Got The Solution.

I Have Categorized All The Plants Which Belong To One Profit Center As Sets & Incorporated All Of Them In A Single Step

For Example

Check -

(Plant In "Plant_Set1" And Profit Center = Constant1) Or (Plant In "Plant_Set2" And Profit Center = Constant2)

Thread Closed.