193 SAP Message of Class VF The billing document &1 is already cleared.











193(VF) - The billing document &1 is already cleared.

Message number 193 of class VF is used to display message "The billing document &1 is already cleared." and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

Cancelling the billing document &V1& has been stopped, as the billing
document to be cancelled has already been cleared in accounting.

System Response

The required processing is stopped.

How to fix

Check the business transaction and, if necessary, create a credit memo.

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!