879 SAP Message of Class B1 Name of external structure too long for function module generation











879(B1) - Name of external structure too long for function module generation

Message number 879 of class B1 is used to display message "Name of external structure too long for function module generation" and can be triggered using the following ABAP code:

    MESSAGE W879(B1). "Warning message example
    MESSAGE I879(B1).
"Information message example
    MESSAGE E879(B1).
"Error message example
See here for more options


What causes this issue

The name of the external structure is too long to meet the technical
prerequisites for generating a function module. The maximum length is 26characters.

System Response



How to fix

Copy the structure to a name with fewer than 27 characters and use this
structure to generate the function module.&SYS_ADMIN&

Message text extract from SAP system. Copyright SAP SE.


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