715 SAP Message of Class UPB Class regenerated (level &2 area &1). Adjust survey











715(UPB) - Class regenerated (level &2 area &1). Adjust survey

Message number 715 of class UPB is used to display message "Class regenerated (level &2 area &1). Adjust survey" and can be triggered using the following ABAP code:

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

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

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

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




What causes this issue


The definition of planning level v2 or planning area v1 was
changed.


System Response


The classe for the connection of the Web Survey to BW-BPS was
regenerated.


How to fix


Adjust the definition of the questionnaire.


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!