278 SAP Message of Class IW Maintain material short text for material &1 in language &2











278(IW) - Maintain material short text for material &1 in language &2

Message number 278 of class IW is used to display message "Maintain material short text for material &1 in language &2" and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

You included a maintenance task
list into the maintenance orderwhich contains the material &V1& For thismaterial, no short text exists in the system in the language of themaintenance order (&V2&).

System Response

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

How to fix

Maintain the material
description in language &V2&:IF &DEVICE& = 'SCREEN'Proceed
ENDIFINCLUDE '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!