406 SAP Message of Class AY Correct distribution - invest. profile &1 allows amounts only











406(AY) - Correct distribution - invest. profile &1 allows amounts only

Message number 406 of class AY is used to display message "Correct distribution - invest. profile &1 allows amounts only" and can be triggered using the following ABAP code:

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

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

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

    MESSAGE I406(AY) WITH lv_val1. "Information message example
See here for more optionsay406



What causes this issue


Investment profile V1 allows distribution by amounts only. However,
percentage rates and/or equivalence numbers were also used for the current distribution.
This has to be corrected.


System Response


It is not possible to save the depreciation distribution in this form.



How to fix


On the next distribution screen, you can make corrections in the
distribution overview. Do one of the following:
Change the distributions by percentage rates and equivalence numbers to amount distributions.
Delete the distributions by percentage rates and equivalence numbers.
Check the assigned investment profile, to see if allowing only amounts is correct.

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!