532 SAP Message of Class VF Both standard and condition-based downpayments exist in billing doc &1











532(VF) - Both standard and condition-based downpayments exist in billing doc &1

Message number 532 of class VF is used to display message "Both standard and condition-based downpayments exist in billing doc &1" and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

The standard process 'Down Payments in Conjunction with Billing Plans'
can no longer be combined with the 'Condition-Based Down Payments'function. Only one process is supported for each sales document.

System Response

Billing documents cannot be transferred to financial accounting.

How to fix

Check the relevant sales document with regard to the down payment
process. Make any necessary corrections and start the billing processagain.
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!