cancel
Showing results for 
Search instead for 
Did you mean: 

The system allow the cost center from diff. company code in WBS

0 Kudos

Dear Team,

I have faced the below problem,

The system can allow
the cost center from different company code in this field Req. cost center in WBS. I want to check in cost center, if the
cost center is not under the particular company code than the system is not allowed.

We have multiple company code in single controlling area.

I have tried to check the validation in WBS but it is not
functioning.

Kindly suggest regarding the above issue.

Thanks

Asu

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

This message was moderated.

former_member203108
Active Contributor
0 Kudos

Your requirment cannot be achieved in Std. Validation, you have to either use Exit in validation or else use a BADI to do the validation.

0 Kudos

This message was moderated.

former_member203108
Active Contributor
0 Kudos

I said Exit inside the validation.

you have to use the BADI for WBS Element, which can be found easily in forum by a simple search.

Former Member
0 Kudos

Hi,

As I understood,

cost centers which are under compamy code(assigned in project defin), are only allowed to enter in WBS(-Requesting cost center field) .

As I checked in my system, this is working fine.

Best Regards,

Sam

Former Member
0 Kudos

Hi,

Validation should work.

for a given project type or profile you can validate whether

PROJ-VBUKR(from project defn) = PRPS-ABUKR(WBS (from WBS (Work Breakdown Structure) Element Master Data).

Best Regards,

Sam

0 Kudos

Hi Sam,

   Still it is not check the cost element, In Prerequistiy maintain this

PROJ-PROFL = 'Z1200C'

And check maintain this PROJ-VBUKR(from project defn) = PRPS-ABUKR(WBS (from WBS (Work Breakdown Structure) Element Master Data). in WBS validations

Thanks,

Asu

0 Kudos

Hi Sam,

   Still it is not check the cost element, In Prerequistiy maintain this

PROJ-PROFL = 'Z1200C'

And check maintain this PROJ-VBUKR(from project defn) = PRPS-ABUKR(WBS (from WBS (Work Breakdown Structure) Element Master Data). in WBS validations

Thanks,

Asu

Former Member
0 Kudos

Hi,

"Still it is not check the cost element"

why you have mentioned about cost element, you are validating  cost center.

in check maintain only

PROJ-VBUKR = PRPS-ABUKR

also make sure to switch on "Auto. validation" in project profile configuration.

more details about validation:

http://scn.sap.com/community/erp/project-systems/blog/2010/12/20/using-validations-in-project-system...

Regards,

Sam

former_member203108
Active Contributor
0 Kudos

It seems you have not understood his requirment completely.