cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Validation on movement 201 by cost center

bunty1990
Explorer
0 Kudos
483

Dear Experts,

I have Created the validation in GGB0 in the cost accounting. below are details

Preq.

COBL-WERKS = '1000' AND COBL-BWART = '201' AND COBL-BWART =

'202

Check

COBL-PRCTR IN Z_PC_GROUP_1000

message.

Cost Center is not valid

Its works in fine the when goods issue in 201 but same when we reverse the document in MBST. I have got the error in same as my message maintain.

Cost center is not valid.

My query why its not work for 202 movement. Please advice.

View Entire Topic
dejan_senet
Explorer
0 Kudos

HI

Change validation from:

COBL-WERKS = '1000' AND COBL-BWART = '201' AND COBL-BWART = '202'

to

COBL-WERKS = '1000' AND ( COBL-BWART = '201' OR COBL-BWART = '202' )

BR, Dejan

bunty1990
Explorer
0 Kudos

Not Work and system also allow to material issue wrong cost center.