145 SAP Message of Class VF Billing date & does not correspond to number range &











145(VF) - Billing date & does not correspond to number range &

Message number 145 of class VF is used to display message "Billing date & does not correspond to number range &" and can be triggered using the following ABAP code:

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

    MESSAGE E145(VF) WITH lv_val1. "Error message example

    MESSAGE W145(VF) WITH lv_val1. "Warning message example

    MESSAGE I145(VF) WITH lv_val1. "Information message example
See here for more options


What causes this issue

A new number range has been determined via user exit
'userexit_number_range' from RV60AFZZ. This number range has beenassigned a billing date which deviates from the billing date of thedocument.

System Response

You may only use user exit 'userexit_number_range' if the number range
determined via this user exit does not change the billing date. If thenumber range determines the billing date, you must use user exit'userexit_number_range_inv_date' from RV60AFZC.NoteYou can enter the billing date for documents of a number range in the
application menu. To do this, use the following menu path:Logistics -> Sales/distribution -> Billing -> Environment -> Set
billing date
Message text extract from SAP system. Copyright SAP SE.


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