011 SAP Message of Class B1 Interface changed for message type &1: Settings reset











011(B1) - Interface changed for message type &1: Settings reset

Message number 011 of class B1 is used to display message "Interface changed for message type &1: Settings reset" and can be triggered using the following ABAP code:

DATA: lv_val1(100) TYPE C.
lv_val1 = '123'.

    MESSAGE E011(B1) WITH lv_val1. "Error message example

    MESSAGE W011(B1) WITH lv_val1. "Warning message example

    MESSAGE I011(B1) WITH lv_val1. "Information message example
See here for more options


What causes this issue

The interface definition for the
message type &V1& has beenchanged.

System Response

All settings for this message type are reset to the settings of the
assigned reference message type.

How to fix

Check the settings for the message type &V1& in the transactions
BD57,BD58, BD59, BD60,BD69, BDA4, WE57,WE81, WE82, and WE84.You can only view the reset settings after this transaction has been
completed. Wait until then to make any corrections.&SYS_ADMIN&

Message text extract from SAP system. Copyright SAP SE.


Return to Message Class B1 main page



Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!