349 SAP Message of Class M8 Terms of payments in purchase order & differ from current terms











349(M8) - Terms of payments in purchase order & differ from current terms

Message number 349 of class M8 is used to display message "Terms of payments in purchase order & differ from current terms" and can be triggered using the following ABAP code:

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

    MESSAGE E349(M8) WITH lv_val1. "Error message example

    MESSAGE W349(M8) WITH lv_val1. "Warning message example

    MESSAGE I349(M8) WITH lv_val1. "Information message example
See here for more options


What causes this issue

The terms of payment in the current invoice differ from those in the
current purchase order. In purchase order &V1&, other terms of paymentwere stipulated:IF &V2& NE ' '.Terms of payment key &V2&
ENDIF.1st cash discount period &V3& days &V4&%

Either you have selected more purchase orders with different terms of
payment, or you have changed the terms of payment manually.

System Response



How to fix



Message text extract from SAP system. Copyright SAP SE.


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