153 SAP Message of Class UPB &3 &1 is maintained more than once as a source











153(UPB) - &3 &1 is maintained more than once as a source

Message number 153 of class UPB is used to display message "&3 &1 is maintained more than once as a source" and can be triggered using the following ABAP code:

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

    MESSAGE E153(UPB) WITH lv_val1. "Error message example

    MESSAGE W153(UPB) WITH lv_val1. "Warning message example

    MESSAGE I153(UPB) WITH lv_val1. "Information message example
See here for more options


What causes this issue

Characteristic value &v1& of account characteristic &v3& (&v2&) is
maintained more than once as a source account.

System Response



How to fix

Make sure that every characteristic value of account characteristic
&v3& (&v2&) only occurs once as the source account of a postingrecord.&SYS_ADMIN&

Message text extract from SAP system. Copyright SAP SE.


Return to Message Class UPB 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!