on 2023 Jun 27 1:11 PM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
40 | |
15 | |
10 | |
9 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.