cancel
Showing results for 
Search instead for 
Did you mean: 

Validation

Former Member
0 Kudos

Hi all

I have a requirment for validation as follows

1. We are creating network for each WBS element by selecting a WBS element in CJ20N and choosing option create network.

2.In WBS we have project type as capital and expence.

3.When I choose a wbs element and choose button create network, a network header will appear , and in control data TAB of network header I get network profile , which is defaulted from Project defination.

4. We have 2 network profile as capital and investment.

I need validation for WBS/ Network header as

1.WBS project Type is Capital then system should check network profile as capital and if it is expence then check netwok profile as expence.

Problem in writing validation for this is if I select validation for WBS then i do not find field network profile (CAUFVD-PROFID) for WBS validation and if I write validation for network header then I dont find field project type (PRPS- PRART) in validation rule of network header.

So how to write validation for these two different objects in one?

Any user exit ?

shashank

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

problem solved

virendra_pal
Active Contributor
0 Kudos

why don't you use two project profiles accordingly instead of validation

if you want to use validatio then I think you have to use the exit option and not the field option as you have already found out

Former Member
0 Kudos

Hi

Thanks for reply...

I did this using Object class as a common field for WBS and nerwork header , and it is rolled down from WBS to network header

Problem is solved.

Thanks for your reply