279 SAP Message of Class IW Purchasing data for material & has not been maintained











279(IW) - Purchasing data for material & has not been maintained

Message number 279 of class IW is used to display message "Purchasing data for material & has not been maintained" and can be triggered using the following ABAP code:

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

    MESSAGE E279(IW) WITH lv_val1. "Error message example

    MESSAGE W279(IW) WITH lv_val1. "Warning message example

    MESSAGE I279(IW) WITH lv_val1. "Information message example
See here for more options


What causes this issue

No purchasing data is maintained for material &V1&. This is
necessary to be able to create a maintenance order.

System Response

INCLUDE 'KEINE-VERARBEITUNG' OBJECT DOKU ID TX LANGUAGE E

How to fix

Branch into the master record of material &V1& and maintain the
data from a purchasing point of view:IF &DEVICE& = 'SCREEN'Proceed
ENDIFSelect the maintenance order again after this.
INCLUDE 'DARF-NICHT' OBJECT DOKU ID TX LANGUAGE E
Message text extract from SAP system. Copyright SAP SE.


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