‎2008 Nov 04 10:06 AM
Hi,
Is there any way to change system error message to warning.
the message class is V2 and message no is 143 .
This error message is thrown while account posting in VF02.
regards,
JP
‎2008 Nov 04 10:37 AM
Hi,
Its trigger in FM 'SD_DOCUMENT_ACCOUNT_ASSIGNMENT'. In this FM we can change the code
"message e143(v2) with i_document_number
i_item_number
raising item_not_found."
To
"message w143(v2) with i_document_number
i_item_number
raising item_not_found."
either by taking Access key or using Enhancement-Point.
‎2008 Nov 04 10:07 AM
No, it is not possible..u cannot change standard ones..
if u want then copy to z and then do the change..
Regards,
Nagaraj
‎2008 Nov 04 10:10 AM
Hi,
Ask your Fi guys to post the documents with a correct configurations i tackled this error once but not remembered but it erased once the settings and configuration is done write by the FI guys in the system.
Its not good to change the standard messages because when really something missing missing means real error message will not be triggered because of which it may lead to lot of issues to be encounted in future.
Cheers!!
VEnk@
‎2008 Nov 04 10:24 AM
hi venkat,
But according to our requirement we have to change error message to warning.I have changed one message but that belongs to message class V4 which i change from SPRO.
But for message class V2 I could not find any t code.
Is there any way to solve this requirement?.
regards,
JP
‎2008 Nov 04 10:37 AM
Hi,
Its trigger in FM 'SD_DOCUMENT_ACCOUNT_ASSIGNMENT'. In this FM we can change the code
"message e143(v2) with i_document_number
i_item_number
raising item_not_found."
To
"message w143(v2) with i_document_number
i_item_number
raising item_not_found."
either by taking Access key or using Enhancement-Point.
‎2008 Nov 04 10:59 AM
hi usha,
I have already seen this function module earlier.
But i want to do it without using access key as I have done for message class V4 using view V_160M.
Thanks,
JP
‎2008 Nov 04 11:04 AM
Hi Jay,
Goto->Se91->Msg class V2->Display->in the application tool bar->click on where used list(ctrlshiftF5) that will give you the transaction list where this V2 msg class is been used.
Cheers!!
VEnk@