Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

changing system message type

Former Member
0 Likes
3,061

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,821

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.

6 REPLIES 6
Read only

former_member404244
Active Contributor
0 Likes
1,821

No, it is not possible..u cannot change standard ones..

if u want then copy to z and then do the change..

Regards,

Nagaraj

Read only

Former Member
0 Likes
1,821

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@

Read only

0 Likes
1,821

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

Read only

Former Member
0 Likes
1,822

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.

Read only

0 Likes
1,821

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

Read only

0 Likes
1,821

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@