314 SAP Message of Class AY Cost center &1 is not included in the depreciation simulation data











314(AY) - Cost center &1 is not included in the depreciation simulation data

Message number 314 of class AY is used to display message "Cost center &1 is not included in the depreciation simulation data" and can be triggered using the following ABAP code:

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

    MESSAGE E314(AY) WITH lv_val1. "Error message example

    MESSAGE W314(AY) WITH lv_val1. "Warning message example

    MESSAGE I314(AY) WITH lv_val1. "Information message example
See here for more optionsay314



What causes this issue


It is not possible to post to the requesting cost center V1 you
entered, as stated in the immediately preceding error message.


System Response


Cost center V1 is transferred to the master data of the planned
investment, but not to the depreciation simulation data. The old entries for the requesting cost center remain in the depreciation simulation data.


How to fix


Enter a new requesting cost center in the master data of the planned
investment, or enter the requesting cost center directly in the depreciation simulation data.

SYS_ADMIN


Message text extract from SAP system. Copyright SAP SE.


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