140 SAP Message of Class AY Origin for fiscal year &1 cost element &2 cost center &3 already exists











140(AY) - Origin for fiscal year &1 cost element &2 cost center &3 already exists

Message number 140 of class AY is used to display message "Origin for fiscal year &1 cost element &2 cost center &3 already exists" and can be triggered using the following ABAP code:

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

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

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

    MESSAGE I140(AY) WITH lv_val1. "Information message example
See here for more optionsay140



What causes this issue


The origin of fiscal year V1 , cost element V2 and
original objec, cost center V3 activity type V4 is already entered.


System Response


Your entry cannot be added.



How to fix


Correct your entry, since multiple entries for the same key are
not possible.
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!