cancel
Showing results for 
Search instead for 
Did you mean: 

Edit Error CKBK009

Former Member
0 Kudos

Good day Gurus,

I have a question, and i hope you can guide me through it.

Im trying to edit an Error "CKBK009". Im trying to change it from "Error" to "Warning", but i can´t find the way.

I use the transactions code: OPR8; OPR4_CK; OPR4_PPCO and another route through SPRO-Bank index.

The scenario is that, im triying to save a Production Order. That order, had one item or material, that is "non rated material", so it had cero (or none) cost, and its ok. But when i try to save the order, the system show me the error CKBK009.

No price could be determined for material &1 plant &2 - CKBK 009

Diagnosis

For material in plant , the system could not determine a price for valuation view , because no valuation strategy succeeded from valuation variant .

System Response

Since the input quantity is zero for this material item, the costing result is not affected by this error at the pricing stage.

The standard system defines this message as an error message. However, you can use user-defined error management to specify that the message is a warning or an information message, or that it is not issed at all.

Thank you Gurus, and sorry for my lack of English.

Greetings to you all.

Oswaldo Seara, SAP CO Jr. functional consultant

Accepted Solutions (1)

Accepted Solutions (1)

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

Some messages are hardcoded as error, in order to prevent inconsistencies.

The following document explains how to check if an error message is hardcoded in debug:

BR

Caetano

Former Member
0 Kudos

Thank you for your time Caetano. I´ll be checking your answer and i will update this tread.

Have a good day.

Oswaldo Seara, SAP CO Jr. functional consultant

rupesh_brahmankar3
Active Contributor
0 Kudos

Hi Oswaldo,

Please make a new entry in OPR8

ErrorManagID    ApplicationArea   MsgNo  MinMsgType    MaxMsgType

PPCO                CKBK                   009

Then run  OPR4_PPCO to modify the message type for CKBK009.

Regards,

R.Brahmankar

Answers (1)

Answers (1)

Former Member
0 Kudos

Greetings to you all,

I find the solution implementing SAP note 1008643.. Like Mr. R.Brahmankar say, it dictaminates that you have to make a new entry in OPR8, and put the next values:

ErrorManagID    ApplicationArea   MsgNo

PPCO                CKBK                   009

After that, run transaction code OPR4_PPCO  and modify the message type for CKBK009, to W (warning).

Thank you for your time.

Oswaldo Seara, SAP CO Jr. functional consultant

m_karimi
Explorer
0 Kudos
hi @Rupesh_brahmankar3