072 SAP Message of Class VF Document & has been saved (foreign trade data incomplete)











072(VF) - Document & has been saved (foreign trade data incomplete)

Message number 072 of class VF is used to display message "Document & has been saved (foreign trade data incomplete)" and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

The billing document you have edited contains foreign trade data. These
are however not complete.This means that the document cannot be transferred to accounting (FI).

System Response

The system issues a message.

How to fix

Maintain the incomplete foreign trade data. Then you can transfer the
billing document to accounting (FI).
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!