072 SAP Message of Class AY &3: Investment profile &1 does not allow source structure &2











072(AY) - &3: Investment profile &1 does not allow source structure &2

Message number 072 of class AY is used to display message "&3: Investment profile &1 does not allow source structure &2" and can be triggered using the following ABAP code:

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

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

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

    MESSAGE I072(AY) WITH lv_val1. "Information message example
See here for more optionsay072



What causes this issue


The object affected: V3

The object has investment profile V1 and source structure V2 . Since
the indicator 'AuC for each source structure and source assignment' is not set, then the object is not allowed to have a source structure.


System Response


Processing is not carried out.



How to fix


Delete the source structure from the parameters of the settlement rule,
or change the investment profile.
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!