Application Development 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: 

Goods movement error message in CO11n

Former Member
0 Kudos

Hi..

In co11n, u get the error message,

Error occured when posting goods movements

Do you want to correct the errors?

Then has 3 buttons, YES, NO and CANCEL

I want to deactivate the NO button, can anyone advise on how this can be done? This is the standard error message in SAP for CO11n

Thanks

Keshi

3 REPLIES 3

Former Member
0 Kudos

y u want to deactivate this NO button ? u cannt change SAP settings when u get the POP-UP message , in that case u have to change POPUP message code completely.

<b>but if they select NO option are they able do confirmations ?</b>

if not then theere is no need to touch SAP standard Program?

Regards

Prabhu

0 Kudos

HI,.

Thanks for ur quick response.

The users are used to clicking the NO button and later discovering the errors in goods movement. If the NO button can be deactivated they would only have the option of correcting the errors at that stage or Cancel which exits the transaction..

Can this be done?

Thanks

Keshi

Former Member
0 Kudos

Hi,

Since it is a Std program how do you change the fun modules

POPUP_TO_CONFIRM_WITH_MESSAGE called in that program

it is not possible.

If at all you wants to change copy the entire std program to Z and have to change the code by using another fun module in the place of POPUP_TO_CONFIRM_WITH_MESSAGE fun module, since you can't change this std fun module.

reward if useful

regards,

Anji