107 SAP Message of Class AY You can use asset class & for capital-investment measures only











107(AY) - You can use asset class & for capital-investment measures only

Message number 107 of class AY is used to display message "You can use asset class & for capital-investment measures only" and can be triggered using the following ABAP code:

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

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

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

    MESSAGE I107(AY) WITH lv_val1. "Information message example
See here for more optionsay107



What causes this issue


You have chosen asset class V1 . This asset class can only be used
for the automatic creation of assets under construction for a capital investment measure. The asset class V1 is not for normal assets or for assets under construction that are for bookkeeping purposes only.


How to fix


Choose a different asset class, that is not reserved for capital investment measures.
Change the definition of the asset class, if necessary.
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!