148 SAP Message of Class AY Also maintain the cost center for activity type &1











148(AY) - Also maintain the cost center for activity type &1

Message number 148 of class AY is used to display message "Also maintain the cost center for activity type &1" and can be triggered using the following ABAP code:

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

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

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

    MESSAGE I148(AY) WITH lv_val1. "Information message example
See here for more optionsay148



What causes this issue


You entered activity type V1 as origin object.



System Response


'Activity type' is not an origin object. Therefore, you also have to
enter the cost center where the activity was performed, in addition to the activity type.


How to fix


Enter the cost center that performed activity type V1 , or
delete the activity type.
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!