143 SAP Message of Class MCEX Structure &1 cannot be changed due to data in delta management ->Long txt











143(MCEX) - Structure &1 cannot be changed due to data in delta management ->Long txt

Message number 143 of class MCEX is used to display message "Structure &1 cannot be changed due to data in delta management ->Long txt" and can be triggered using the following ABAP code:

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

    MESSAGE E143(MCEX) WITH lv_val1. "Error message example

    MESSAGE W143(MCEX) WITH lv_val1. "Warning message example

    MESSAGE I143(MCEX) WITH lv_val1. "Information message example
See here for more options


What causes this issue

Changing the extract structure &V1& is not possible at this time, as
there is no data in central delta management in InfoSource &V2&. If youchanged the structure, the data could no longer be updated properly inBW.

How to fix

Before changing extract structure &V1&, you must collect this data from
BW.
Message text extract from SAP system. Copyright SAP SE.


Return to Message Class MCEX 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!